{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_membership-with-policies", "title": "iam_membership-with-policies", "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 }, "policies": { "description": "Access policy for the membership", "items": { "$ref": "#/components/schemas/iam_list_member_policy" }, "type": "array" }, "roles": { "$ref": "#/components/schemas/iam_roles" }, "status": { "$ref": "#/components/schemas/iam_schemas-status" } }, "type": "object" }