Get Sql Resource Sql Role Definition Result
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.
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
The set of operations allowed through this Role Definition.