SqlRoleAssignmentGetResults Class
An Azure Cosmos DB Role Assignment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cosmosdb.models._models_py3.ARMProxyResourceSqlRoleAssignmentGetResults
Constructor
SqlRoleAssignmentGetResults(*, role_definition_id: Optional[str] = None, scope: Optional[str] = None, principal_id: Optional[str] = None, **kwargs)
Variables
- id
- str
The unique resource identifier of the database account.
- name
- str
The name of the database account.
- type
- str
The type of Azure resource.
- role_definition_id
- str
The unique identifier for the associated Role Definition.
- scope
- str
The data plane resource path for which access is being granted through this Role Assignment.
- principal_id
- str
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.
Feedback
Submit and view feedback for