SqlRoleAssignmentCreateUpdateParameters interface

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

Properties

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.

roleDefinitionId

The unique identifier for the associated Role Definition.

scope

The data plane resource path for which access is being granted through this 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 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