Properties
| Name | Type | Description |
|---|---|---|
| account | object | |
| api_access_enabled | object | |
| id | object | |
| permissions | object | All access permissions for the user at the account. |
| roles | object | |
| status | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_membership",
"title": "iam_membership",
"properties": {
"account": {
"$ref": "#/components/schemas/iam_schemas-account"
},
"api_access_enabled": {
"$ref": "#/components/schemas/iam_api_access_enabled"
},
"id": {
"$ref": "#/components/schemas/iam_membership_components-schemas-identifier"
},
"permissions": {
"allOf": [
{
"$ref": "#/components/schemas/iam_permissions"
}
],
"description": "All access permissions for the user at the account.",
"readOnly": true
},
"roles": {
"$ref": "#/components/schemas/iam_roles"
},
"status": {
"$ref": "#/components/schemas/iam_schemas-status"
}
},
"type": "object"
}