@aws-sdk/client-verifiedpermissions

IsAuthorizedCommandInput Interface

The input for IsAuthorizedCommand.

Members

Name
Type
Details
policyStoreId Requiredstring | undefined

Specifies the ID of the policy store. Policies in this policy store will be used to make an authorization decision for the input.

action ActionIdentifier | undefined

Specifies the requested action to be authorized. For example, is the principal authorized to perform this action on the resource?

context ContextDefinition | undefined

Specifies additional context that can be used to make more granular authorization decisions.

entities EntitiesDefinition | undefined

Specifies the list of resources and principals and their associated attributes that Verified Permissions can examine when evaluating the policies.

You can include only principal and resource entities in this parameter; you can't include actions. You must specify actions in the schema.

principal EntityIdentifier | undefined

Specifies the principal for which the authorization decision is to be made.

resource EntityIdentifier | undefined

Specifies the resource for which the authorization decision is to be made.

Full Signature

export interface IsAuthorizedCommandInput extends IsAuthorizedInput