IdentityStore#
Client#
- class IdentityStore.Client#
 A low-level client representing AWS SSO Identity Store (IdentityStore)
The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of your identities (users and groups). For more information, see the IAM Identity Center User Guide.
`` <note> <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href=”https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed”>IAM Identity Center rename</a>.</p> </note> <p>This reference guide describes the identity store operations that you can call programatically and includes detailed information on data types and errors.</p>``:
import boto3 client = boto3.client('identitystore')
These are the available methods:
- can_paginate
 - close
 - create_group
 - create_group_membership
 - create_user
 - delete_group
 - delete_group_membership
 - delete_user
 - describe_group
 - describe_group_membership
 - describe_user
 - get_group_id
 - get_group_membership_id
 - get_paginator
 - get_user_id
 - get_waiter
 - is_member_in_groups
 - list_group_memberships
 - list_group_memberships_for_member
 - list_groups
 - list_users
 - update_group
 - update_user
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: