SqlRoleAssignmentCreateUpdateParameters Class

Parameters to create and update an Azure Cosmos DB SQL Role Assignment.

Inheritance
SqlRoleAssignmentCreateUpdateParameters

Constructor

SqlRoleAssignmentCreateUpdateParameters(*, role_definition_id: Optional[str] = None, scope: Optional[str] = None, principal_id: Optional[str] = None, **kwargs)

Variables

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.