CreateOrUpdateRoleDefinitionOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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取得套用這個定義的 。 |