aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
141 lines • 6.47 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsIdentitystoreActions = void 0;
/**
* All IAM policy actions for AWS Identity Store (IDENTITYSTORE)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentitystore.html
*
* 2025-02-24T21:48:16.490Z
*/
var AwsIdentitystoreActions;
(function (AwsIdentitystoreActions) {
/**
* Grants permission to create a group in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateGroup.html
*/
AwsIdentitystoreActions["CreateGroup"] = "identitystore:CreateGroup";
/**
* Grants permission to create a member to a group in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateGroupMembership.html
*/
AwsIdentitystoreActions["CreateGroupMembership"] = "identitystore:CreateGroupMembership";
/**
* Grants permission to create a user in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_CreateUser.html
*/
AwsIdentitystoreActions["CreateUser"] = "identitystore:CreateUser";
/**
* Grants permission to delete a group in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroup.html
*/
AwsIdentitystoreActions["DeleteGroup"] = "identitystore:DeleteGroup";
/**
* Grants permission to remove a member that is part of a group in the specified I
* dentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteGroupMembership.html
*/
AwsIdentitystoreActions["DeleteGroupMembership"] = "identitystore:DeleteGroupMembership";
/**
* Grants permission to delete a user in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DeleteUser.html
*/
AwsIdentitystoreActions["DeleteUser"] = "identitystore:DeleteUser";
/**
* Grants permission to retrieve information about a group in the specified Identi
* tyStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DescribeGroup.html
*/
AwsIdentitystoreActions["DescribeGroup"] = "identitystore:DescribeGroup";
/**
* Grants permission to retrieve information about a member that is part of a grou
* p in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DescribeGroupMembership.html
*/
AwsIdentitystoreActions["DescribeGroupMembership"] = "identitystore:DescribeGroupMembership";
/**
* Grants permission to retrieve information about user in the specified IdentityS
* tore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_DescribeUser.html
*/
AwsIdentitystoreActions["DescribeUser"] = "identitystore:DescribeUser";
/**
* Grants permission to retrieve ID information about group in the specified Ident
* ityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupId.html
*/
AwsIdentitystoreActions["GetGroupId"] = "identitystore:GetGroupId";
/**
* Grants permission to retrieve ID information of a member which is part of a gro
* up in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_GetGroupMembershipId.html
*/
AwsIdentitystoreActions["GetGroupMembershipId"] = "identitystore:GetGroupMembershipId";
/**
* Grants permission to retrieves ID information about user in the specified Ident
* ityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_GetUserId.html
*/
AwsIdentitystoreActions["GetUserId"] = "identitystore:GetUserId";
/**
* Grants permission to check if a member is a part of groups in the specified Ide
* ntityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_IsMemberInGroups.html
*/
AwsIdentitystoreActions["IsMemberInGroups"] = "identitystore:IsMemberInGroups";
/**
* Grants permission to retrieve all members that are part of a group in the speci
* fied IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListGroupMemberships.html
*/
AwsIdentitystoreActions["ListGroupMemberships"] = "identitystore:ListGroupMemberships";
/**
* Grants permission to list groups of the target member in the specified Identity
* Store
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListGroupMembershipsForMember.html
*/
AwsIdentitystoreActions["ListGroupMembershipsForMember"] = "identitystore:ListGroupMembershipsForMember";
/**
* Grants permission to search for groups within the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListGroups.html
*/
AwsIdentitystoreActions["ListGroups"] = "identitystore:ListGroups";
/**
* Grants permission to search for users in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.html
*/
AwsIdentitystoreActions["ListUsers"] = "identitystore:ListUsers";
/**
* Grants permission to update information about a group in the specified Identity
* Store
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateGroup.html
*/
AwsIdentitystoreActions["UpdateGroup"] = "identitystore:UpdateGroup";
/**
* Grants permission to update user information in the specified IdentityStore
*
* See https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_UpdateUser.html
*/
AwsIdentitystoreActions["UpdateUser"] = "identitystore:UpdateUser";
})(AwsIdentitystoreActions = exports.AwsIdentitystoreActions || (exports.AwsIdentitystoreActions = {}));
//# sourceMappingURL=identitystore.js.map