| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.clone() |
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withAccessToken(String accessToken)
Specifies an access token for the principal that you want to authorize in each request.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withEntities(EntitiesDefinition entities)
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withIdentityToken(String identityToken)
Specifies an identity (ID) token for the principal that you want to authorize in each request.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withRequests(BatchIsAuthorizedWithTokenInputItem... requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
BatchIsAuthorizedWithTokenRequest |
BatchIsAuthorizedWithTokenRequest.withRequests(Collection<BatchIsAuthorizedWithTokenInputItem> requests)
An array of up to 30 requests that you want Verified Permissions to evaluate.
|
Copyright © 2024. All rights reserved.