SqlRoleAssignmentGetResults interface
An Azure Cosmos DB Role Assignment
- Extends
Properties
principal |
The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription. |
role |
The unique identifier for the associated Role Definition. |
scope | The data plane resource path for which access is being granted through this Role Assignment. |
Inherited Properties
id | The unique resource identifier of the database account. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the database account. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
principalId
The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription.
principalId?: 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 Role Assignment.
scope?: string
Property Value
string
Inherited Property Details
id
The unique resource identifier of the database account. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMProxyResource.id
name
The name of the database account. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMProxyResource.name
type
The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMProxyResource.type