aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
30 lines (29 loc) • 1.08 kB
TypeScript
/**
* All IAM policy actions for AWS Identity Store Auth (IDENTITYSTORE-AUTH)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentitystoreauth.html
*
* 2025-02-24T21:48:16.952Z
*/
export declare enum AwsIdentitystoreAuthActions {
/**
* Grants permission to delete a batch of specified sessions
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
BatchDeleteSession = "identitystore-auth:BatchDeleteSession",
/**
* Grants permission to return session attributes for a batch of specified session
* s
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
BatchGetSession = "identitystore-auth:BatchGetSession",
/**
* Grants permission to retrieve a list of active sessions for the specified user
*
* See https://docs.aws.amazon.com/singlesignon/latest/userguide/manage-app-session.html
*/
ListSessions = "identitystore-auth:ListSessions"
}