aws_identitystore
Summary
Functions
-
describe_group(Client, Input)
Retrieves the group metadata and attributes from
GroupIdin an identity store. - describe_group(Client, Input, Options)
-
describe_user(Client, Input)
Retrieves the user metadata and attributes from
UserIdin an identity store. - describe_user(Client, Input, Options)
-
list_groups(Client, Input)
Lists the attribute name and value of the group that you specified in the search.
- list_groups(Client, Input, Options)
-
list_users(Client, Input)
Lists the attribute name and value of the user that you specified in the search.
- list_users(Client, Input, Options)
Functions
describe_group(Client, Input)
Retrieves the group metadata and attributes from GroupId in an
identity store.
describe_group(Client, Input, Options)
describe_user(Client, Input)
Retrieves the user metadata and attributes from UserId in an
identity store.
describe_user(Client, Input, Options)
list_groups(Client, Input)
Lists the attribute name and value of the group that you specified in the search.
We only supportDisplayName as a valid filter attribute path currently,
and filter is required. This API returns minimum attributes, including
GroupId and group DisplayName in the response.
list_groups(Client, Input, Options)
list_users(Client, Input)
Lists the attribute name and value of the user that you specified in the search.
We only supportUserName as a valid filter attribute path currently, and
filter is required. This API returns minimum attributes, including
UserId and UserName in the response.