String requestId
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
String identityStoreId
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
number and lower case letters. This value is generated at the time that a new identity store is created.
String groupId
The identifier for a group in the identity store.
String groupId
The identifier for a group in the identity store.
String displayName
Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters,
accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space
in this attribute. The characters <>;:%
are excluded. This value is specified at the time that
the group is created and stored as an attribute of the group object in the identity store.
String identityStoreId
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
number and lower case letters. This value is generated at the time that a new identity store is created.
String userId
The identifier for a user in the identity store.
String userName
Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters,
accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded.
This value is specified at the time the user is created and stored as an attribute of the user object in the
identity store.
String userId
The identifier for a user in the identity store.
String attributePath
The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For
example, UserName
is a valid attribute path for the ListUsers
API, and
DisplayName
is a valid attribute path for the ListGroups
API.
String attributeValue
Represents the data for an attribute. Each attribute value is described as a name-value pair.
String groupId
The identifier for a group in the identity store.
String displayName
Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of letters,
accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space
in this attribute. The characters <>;:%
are excluded. This value is specified at the time the
group is created and stored as an attribute of the group object in the identity store.
String requestId
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
String identityStoreId
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
number and lower case letters. This value is generated at the time that a new identity store is created.
Integer maxResults
The maximum number of results to be returned per request. This parameter is used in the ListUsers
and ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.
String nextToken
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
List<E> filters
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
List<E> groups
A list of Group
objects in the identity store.
String nextToken
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it1 is used in the API request to search for the next
page.
String identityStoreId
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
number and lower case letters. This value is generated at the time that a new identity store is created.
Integer maxResults
The maximum number of results to be returned per request. This parameter is used in the ListUsers
and ListGroups
request to specify how many results to return in one page. The length limit is 50
characters.
String nextToken
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
List<E> filters
A list of Filter
objects, which is used in the ListUsers
and ListGroups
request.
List<E> users
A list of User
objects in the identity store.
String nextToken
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
String resourceType
The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.
String resourceId
The identifier for a resource in the identity store, which can be used as UserId
or
GroupId
. The format for ResourceId
is either UUID
or
1234567890-UUID
, where UUID
is a randomly generated value for each resource when it is
created and 1234567890
represents the IdentityStoreId
string value. In the case that
the identity store is migrated from a legacy SSO identity store, the ResourceId
for that identity
store will be in the format of UUID
. Otherwise, it will be in the 1234567890-UUID
format.
String requestId
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
String requestId
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
String userName
Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters,
accented characters, symbols, numbers, and punctuation. The characters <>;:%
are excluded.
This value is specified at the time the user is created and stored as an attribute of the user object in the
identity store.
String userId
The identifier for a user in the identity store.
String requestId
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
Copyright © 2021. All rights reserved.