| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition |
IsAuthorizedWithTokenRequest.entities()
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
EntitiesDefinition |
IsAuthorizedRequest.entities()
Specifies the list of resources and principals and their associated attributes that Verified Permissions can
examine when evaluating the policies.
|
static EntitiesDefinition |
EntitiesDefinition.fromEntityList(List<EntityItem> entityList)
Create an instance of this class with
entityList() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.entities(EntitiesDefinition entities)
Specifies the list of resources and their associated attributes that Verified Permissions can examine when
evaluating the policies.
|
IsAuthorizedRequest.Builder |
IsAuthorizedRequest.Builder.entities(EntitiesDefinition entities)
Specifies the list of resources and principals and their associated attributes that Verified Permissions can
examine when evaluating the policies.
|
Copyright © 2023. All rights reserved.