Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlRoleAssignmentCreateUpdateParameters

Package version

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

Hierarchy

  • SqlRoleAssignmentCreateUpdateParameters

Index

Properties

Optional principalId

principalId: undefined | string

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.

Optional roleDefinitionId

roleDefinitionId: undefined | string

The unique identifier for the associated Role Definition.

Optional scope

scope: undefined | string

The data plane resource path for which access is being granted through this Role Assignment.

Generated using TypeDoc