aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
27 lines • 1.27 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Signin (SIGNIN)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssignin.html
*
* 2025-02-24T21:49:45.297Z
*/
export var AwsSigninActions;
(function (AwsSigninActions) {
/**
* Grants permission to create an Identity Center application that represents the
* AWS Management Console on an Identity Center organization instance
*
* See https://docs.aws.amazon.com/signin/latest/APIReference/create-trusted-identity-propagation-application-for-console.html
*/
AwsSigninActions["CreateTrustedIdentityPropagationApplicationForConsole"] = "signin:CreateTrustedIdentityPropagationApplicationForConsole";
/**
* Grants permission to list all Identity Center applications that represent the A
* WS Management Console
*
* See https://docs.aws.amazon.com/signin/latest/APIReference/list-trusted-identity-propagation-application-for-console.html
*/
AwsSigninActions["ListTrustedIdentityPropagationApplicationsForConsole"] = "signin:ListTrustedIdentityPropagationApplicationsForConsole";
})(AwsSigninActions || (AwsSigninActions = {}));
//# sourceMappingURL=signin.js.map