Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoRoleDefinitionGetResults

Package version

An Azure Cosmos DB Mongo Role Definition.

Hierarchy

Index

Properties

Optional databaseName

databaseName: undefined | string

The database name for which access is being granted for this Role Definition.

Optional id

id: undefined | string

The unique resource identifier of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional privileges

privileges: Privilege[]

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.

Optional roleName

roleName: undefined | string

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

Optional roles

roles: Role[]

The set of roles inherited by this Role Definition.

Optional type

type: undefined | string

The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional typePropertiesType

typePropertiesType: MongoRoleDefinitionType

Indicates whether the Role Definition was built-in or user created.

Generated using TypeDoc