UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

23 lines 926 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSsoOauthActions = void 0; /** * All IAM policy actions for AWS IAM Identity Center OIDC service (SSO-OAUTH) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamidentitycenteroidcservice.html * * 2025-02-24T21:48:14.515Z */ var AwsSsoOauthActions; (function (AwsSsoOauthActions) { /** * Grants permission to create OAuth/OIDC tokens to access IAM Identity Center int * egrated applications * * See https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateTokenWithIAM.html */ AwsSsoOauthActions["CreateTokenWithIAM"] = "sso-oauth:CreateTokenWithIAM"; })(AwsSsoOauthActions = exports.AwsSsoOauthActions || (exports.AwsSsoOauthActions = {})); //# sourceMappingURL=sso-oauth.js.map