{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace", "title": "microsoft.graph.unifiedRbacResourceNamespace", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "unifiedRbacResourceNamespace", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string" }, "resourceActions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.unifiedRbacResourceAction" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.unifiedRbacResourceNamespace" }