다음을 통해 공유


KeyVaultAccessControlClient 클래스

정의

KeyVaultAccessControlClient는 Azure Key Vault 대한 역할 기반 액세스를 보고 관리하는 동기 및 비동기 메서드를 제공합니다. 클라이언트는 및 KeyVaultRoleDefinition만들기, 나열, 업데이트 및 삭제를 지원합니다KeyVaultRoleAssignment.

public class KeyVaultAccessControlClient
type KeyVaultAccessControlClient = class
Public Class KeyVaultAccessControlClient
상속
KeyVaultAccessControlClient

생성자

KeyVaultAccessControlClient()

모의 클래스의 KeyVaultAccessControlClient 새 instance 초기화합니다.

KeyVaultAccessControlClient(Uri, TokenCredential)

지정된 자격 증명 모음에 대한 클래스의 KeyVaultAccessControlClient 새 instance 초기화합니다.

KeyVaultAccessControlClient(Uri, TokenCredential, KeyVaultAdministrationClientOptions)

지정된 자격 증명 모음에 대한 클래스의 KeyVaultAccessControlClient 새 instance 초기화합니다.

속성

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)

scope 대한 역할 할당을 가져옵니다.

GetRoleAssignmentsAsync(KeyVaultRoleScope, CancellationToken)

scope 대한 역할 할당을 가져옵니다.

GetRoleDefinition(KeyVaultRoleScope, Guid, CancellationToken)

특정 역할 정의를 가져옵니다.

GetRoleDefinitionAsync(KeyVaultRoleScope, Guid, CancellationToken)

특정 역할 정의를 가져옵니다.

GetRoleDefinitions(KeyVaultRoleScope, CancellationToken)

scope 이상에서 적용 가능한 모든 역할 정의를 가져옵니다.

GetRoleDefinitionsAsync(KeyVaultRoleScope, CancellationToken)

scope 이상에서 적용 가능한 모든 역할 정의를 가져옵니다.

적용 대상