GetSqlResourceSqlRoleDefinitionResult

data class GetSqlResourceSqlRoleDefinitionResult(val assignableScopes: List<String>? = null, val id: String, val name: String, val permissions: List<PermissionResponse>? = null, val roleName: String? = null, val type: String)

An Azure Cosmos DB SQL Role Definition.

Constructors

Link copied to clipboard
constructor(assignableScopes: List<String>? = null, id: String, name: String, permissions: List<PermissionResponse>? = null, roleName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist.

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

The set of operations allowed through this Role Definition.

Link copied to clipboard
val roleName: String? = null

A user-friendly name for the Role Definition. Must be unique for the database account.

Link copied to clipboard

The type of Azure resource.