IdentityStore
import { IdentityStore } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/identitystore.ts?docs=full";§Constructors
§Methods
Creates a relationship between a member and a group.
The following identifiers must be specified: GroupId, IdentityStoreId, and MemberId.
Delete a membership within a group given MembershipId.
Retrieves the group metadata and attributes from GroupId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Retrieves membership metadata and attributes from MembershipId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Retrieves the user metadata and attributes from the UserId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Retrieves GroupId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Retrieves the MembershipId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Retrieves the UserId in an identity store.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Lists all groups in the identity store.
Returns a paginated list of complete Group objects.
Filtering for a Group by the DisplayName attribute is deprecated.
Instead, use the GetGroupId API action.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Lists all users in the identity store.
Returns a paginated list of complete User objects.
Filtering for a User by the UserName attribute is deprecated.
Instead, use the GetUserId API action.
Note: If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
For the specified group in the specified identity store, updates the group metadata and attributes.
For the specified user in the specified identity store, updates the user metadata and attributes.