{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment",
"title": "microsoft.graph.deviceAndAppManagementRoleAssignment",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.roleAssignment"
},
{
"title": "deviceAndAppManagementRoleAssignment",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"members": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "Indicates the list of role member security group Entra IDs. For example: {dec942f4-6777-4998-96b4-522e383b08e2}."
},
"@odata.type": {
"type": "string"
}
},
"description": "The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles."
}
],
"x-ms-discriminator-value": "#microsoft.graph.deviceAndAppManagementRoleAssignment"
}