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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java