Get Mongo DBResource Mongo Role Definition Result
data class GetMongoDBResourceMongoRoleDefinitionResult(val azureApiVersion: String, val databaseName: String? = null, val id: String, val name: String, val privileges: List<PrivilegeResponse>? = null, val roleName: String? = null, val roles: List<RoleResponse>? = null, val type: String)
An Azure Cosmos DB Mongo Role Definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, databaseName: String? = null, id: String, name: String, privileges: List<PrivilegeResponse>? = null, roleName: String? = null, roles: List<RoleResponse>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The database name for which access is being granted for this Role Definition.
Link copied to clipboard
A set of privileges contained by the Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Scopes higher than Database are not enforceable as privilege.
Link copied to clipboard
The set of roles inherited by this Role Definition.