Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlRoleAssignmentGetResults

Package version

An Azure Cosmos DB Role Assignment

Hierarchy

Index

Properties

Optional id

id: undefined | string

The unique resource identifier of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

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.

Optional type

type: undefined | string

The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc