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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java