A group of scoped resources.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_created_resource_group_response", "title": "iam_created_resource_group_response", "description": "A group of scoped resources.", "properties": { "id": { "description": "Identifier of the group.", "example": "6d7f2f5f5b1d4a0e9081fdc98d432fd1", "readOnly": true, "type": "string" }, "meta": { "description": "Attributes associated to the resource group.", "example": { "editable": "false" }, "type": "object" }, "scope": { "$ref": "#/components/schemas/iam_create-scope" } }, "type": "object" }