次の方法で共有


CreateOrUpdateRoleDefinitionOptions クラス

定義

public class CreateOrUpdateRoleDefinitionOptions
type CreateOrUpdateRoleDefinitionOptions = class
Public Class CreateOrUpdateRoleDefinitionOptions
継承
CreateOrUpdateRoleDefinitionOptions

コンストラクター

CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope)

生成されたロール定義名を使用して、 CreateOrUpdateRoleDefinitionOptions クラスの新しいインスタンスを初期化します。

CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope, Guid)

指定したロール定義名を使用して、 CreateOrUpdateRoleDefinitionOptions クラスの新しいインスタンスを初期化します。

プロパティ

AssignableScopes

このロール定義を割り当てることができるスコープの一覧を取得します。

Description

このロール定義の説明を取得します。

Permissions

プリンシパルに割り当てられたときに、このロール定義によって付与されるアクセス許可の一覧を取得します。

RoleDefinitionName

一意のロール定義名を取得します。

RoleName

このロール定義の表示名を取得します。 既定値は です RoleDefinitionName

RoleScope

この定義が KeyVaultRoleScope 適用される を取得します。

適用対象