Creates one or more named groups, each with a set of capabilities.
List of groups to create.
required | Array of managedExternally (object) or managedInCDF (object) (GroupSpec) |
A list of the created groups.
Missing required fields.
{- "items": [
- {
- "name": "Production Engineers",
- "capabilities": [
- {
- "analyticsAcl": {
- "actions": [
- "READ"
], - "scope": {
- "all": { }
}
}, - "projectUrlNames": {
- "urlNames": [
- "publicdata"
]
}
}
], - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "sourceId": "b7c9a5a4-99c2-4785-bed3-5e6ad9a78603"
}
]
}
{- "items": [
- {
- "name": "Production Engineers",
- "capabilities": [
- {
- "analyticsAcl": {
- "actions": [
- "READ"
], - "scope": {
- "all": { }
}
}, - "projectUrlNames": {
- "urlNames": [
- "publicdata"
]
}
}
], - "metadata": {
- "property1": "string",
- "property2": "string"
}, - "sourceId": "b7c9a5a4-99c2-4785-bed3-5e6ad9a78603",
- "id": 0,
- "isDeleted": false,
- "deletedTime": 0
}
]
}