GetSqlResourceSqlRoleAssignmentResult

data class GetSqlResourceSqlRoleAssignmentResult(val id: String, val name: String, val principalId: String? = null, val roleDefinitionId: String? = null, val scope: String? = null, val type: String)

An Azure Cosmos DB Role Assignment

Constructors

Link copied to clipboard
constructor(id: String, name: String, principalId: String? = null, roleDefinitionId: String? = null, scope: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique resource identifier of the database account.

Link copied to clipboard

The name of the database account.

Link copied to clipboard
val principalId: String? = null

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.

Link copied to clipboard

The unique identifier for the associated Role Definition.

Link copied to clipboard
val scope: String? = null

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

Link copied to clipboard

The type of Azure resource.