Get Table Resource Table Role Definition Result
data class GetTableResourceTableRoleDefinitionResult(val assignableScopes: List<String>? = null, val azureApiVersion: String, val id: String, val name: String, val permissions: List<PermissionResponse>? = null, val roleName: String? = null, val systemData: SystemDataResponse, val type: String)
Parameters to create and update an Azure Cosmos DB Table Role Definition.
Constructors
Link copied to clipboard
constructor(assignableScopes: List<String>? = null, azureApiVersion: String, id: String, name: String, permissions: List<PermissionResponse>? = null, roleName: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
A set of fully qualified Scopes at or below which Table 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 Azure API version of the resource.
Link copied to clipboard
The set of operations allowed through this Role Definition.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.