共用方式為


KeyVaultAccessControlClient 類別

定義

KeyVaultAccessControlClient 提供同步和非同步方法來檢視和管理 Azure 金鑰保存庫的角色型存取。 用戶端支援建立、列出、更新和刪除 KeyVaultRoleAssignmentKeyVaultRoleDefinition

public class KeyVaultAccessControlClient
type KeyVaultAccessControlClient = class
Public Class KeyVaultAccessControlClient
繼承
KeyVaultAccessControlClient

建構函式

KeyVaultAccessControlClient()

初始化 類別的新實例 KeyVaultAccessControlClient 以進行模擬。

KeyVaultAccessControlClient(Uri, TokenCredential)

初始化指定保存庫之 KeyVaultAccessControlClient 類別的新實例。

KeyVaultAccessControlClient(Uri, TokenCredential, KeyVaultAdministrationClientOptions)

初始化指定保存庫之 KeyVaultAccessControlClient 類別的新實例。

屬性

VaultUri

取得保存庫 URI。

方法

CreateOrUpdateRoleDefinition(CreateOrUpdateRoleDefinitionOptions, CancellationToken)

建立或更新角色定義。

CreateOrUpdateRoleDefinition(KeyVaultRoleScope, Nullable<Guid>, CancellationToken)

建立或更新角色定義。 如果已定義具名角色定義,則會更新它。

CreateOrUpdateRoleDefinitionAsync(CreateOrUpdateRoleDefinitionOptions, CancellationToken)

建立或更新角色定義。

CreateOrUpdateRoleDefinitionAsync(KeyVaultRoleScope, Nullable<Guid>, CancellationToken)

建立或更新角色定義。 如果已定義具名角色定義,則會更新它。

CreateRoleAssignment(KeyVaultRoleScope, String, String, Nullable<Guid>, CancellationToken)

建立角色指派。

CreateRoleAssignmentAsync(KeyVaultRoleScope, String, String, Nullable<Guid>, CancellationToken)

建立角色指派。

DeleteRoleAssignment(KeyVaultRoleScope, String, CancellationToken)

刪除指定的角色指派。

DeleteRoleAssignmentAsync(KeyVaultRoleScope, String, CancellationToken)

刪除指定的角色指派。

DeleteRoleDefinition(KeyVaultRoleScope, Guid, CancellationToken)

刪除角色定義。

DeleteRoleDefinitionAsync(KeyVaultRoleScope, Guid, CancellationToken)

刪除角色定義。

GetRoleAssignment(KeyVaultRoleScope, String, CancellationToken)

取得指定的角色指派。

GetRoleAssignmentAsync(KeyVaultRoleScope, String, CancellationToken)

取得指定的角色指派。

GetRoleAssignments(KeyVaultRoleScope, CancellationToken)

取得範圍的角色指派。

GetRoleAssignmentsAsync(KeyVaultRoleScope, CancellationToken)

取得範圍的角色指派。

GetRoleDefinition(KeyVaultRoleScope, Guid, CancellationToken)

取得特定的角色定義。

GetRoleDefinitionAsync(KeyVaultRoleScope, Guid, CancellationToken)

取得特定的角色定義。

GetRoleDefinitions(KeyVaultRoleScope, CancellationToken)

取得範圍和更新版本適用的所有角色定義。

GetRoleDefinitionsAsync(KeyVaultRoleScope, CancellationToken)

取得範圍和更新版本適用的所有角色定義。

適用於