Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlRoleDefinitionGetResults

Package version

An Azure Cosmos DB SQL Role Definition.

Hierarchy

Index

Properties

Optional assignableScopes

assignableScopes: string[]

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.

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 permissions

permissions: Permission[]

The set of operations allowed through this Role Definition.

Optional roleName

roleName: undefined | string

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

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: RoleDefinitionType

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

Generated using TypeDoc