AccessPolicy Interface
Implements
public interface AccessPolicy
extends ChildResource<Vault>, HasInnerModel<AccessPolicyEntry>
An immutable client-side representation of a key vault access policy.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | applicationId() |
abstract String | objectId() |
abstract Permissions | permissions() |
abstract String | tenantId() |
Method Details
applicationId
public abstract String applicationId()
Returns:
Application ID of the client making request on behalf of a principal.
objectId
public abstract String objectId()
Returns:
The object ID of a user or service principal in the Azure Active Directory tenant for the vault.
permissions
public abstract Permissions permissions()
Returns:
Permissions the identity has for keys and secrets.
tenantId
public abstract String tenantId()
Returns:
The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java