MongoMIRoleAssignmentResourceProperties interface
Azure Cosmos DB MongoMI Role Assignment resource object.
Properties
| principal |
The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this MongoMI Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. |
| provisioning |
Provisioning state of the resource. |
| role |
The unique identifier for the associated Role Definition. |
| scope | The data plane resource path for which access is being granted through this MongoMI Role Assignment. |
Property Details
principalId
The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this MongoMI Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription.
principalId?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
roleDefinitionId
The unique identifier for the associated Role Definition.
roleDefinitionId?: string
Property Value
string
scope
The data plane resource path for which access is being granted through this MongoMI Role Assignment.
scope?: string
Property Value
string