List Instances
| ssoadmin_list_instances | R Documentation |
Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API¶
Description¶
Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.
Usage¶
Arguments¶
MaxResultsThe maximum number of results to display for the instance.
NextTokenThe pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
Value¶
A list with the following syntax:
list(
Instances = list(
list(
CreatedDate = as.POSIXct(
"2015-01-01"
),
IdentityStoreId = "string",
InstanceArn = "string",
Name = "string",
OwnerAccountId = "string",
Status = "CREATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"ACTIVE"
)
),
NextToken = "string"
)