Builder
Properties
Specifies an access token for the principal to be authorized. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken
, an identityToken
, or both.
Specifies the requested action to be authorized. Is the specified principal authorized to perform this action on the specified resource.
Specifies additional context that can be used to make more granular authorization decisions.
(Optional) Specifies the list of resources and their associated attributes that Verified Permissions can examine when evaluating the policies. These additional entities and their attributes can be referenced and checked by conditional elements in the policies in the specified policy store.
Specifies an identity token for the principal to be authorized. This token is provided to you by the identity provider (IdP) associated with the specified identity source. You must specify either an accessToken
, an identityToken
, or both.
Specifies the ID of the policy store. Policies in this policy store will be used to make an authorization decision for the input.
Specifies the resource for which the authorization decision is made. For example, is the principal allowed to perform the action on the resource?
Functions
construct an aws.sdk.kotlin.services.verifiedpermissions.model.ActionIdentifier inside the given block
construct an aws.sdk.kotlin.services.verifiedpermissions.model.EntityIdentifier inside the given block