class Aws::SSOAdmin::Types::ListAccountsForProvisionedPermissionSetRequest
@note When making an API call, you may pass ListAccountsForProvisionedPermissionSetRequest
data as a hash: { instance_arn: "InstanceArn", # required permission_set_arn: "PermissionSetArn", # required provisioning_status: "LATEST_PERMISSION_SET_PROVISIONED", # accepts LATEST_PERMISSION_SET_PROVISIONED, LATEST_PERMISSION_SET_NOT_PROVISIONED max_results: 1, next_token: "Token", }
@!attribute [rw] instance_arn
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*. @return [String]
@!attribute [rw] permission_set_arn
The ARN of the PermissionSet from which the associated Amazon Web Services accounts will be listed. @return [String]
@!attribute [rw] provisioning_status
The permission set provisioning status for an Amazon Web Services account. @return [String]
@!attribute [rw] max_results
The maximum number of results to display for the PermissionSet. @return [Integer]
@!attribute [rw] next_token
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/ListAccountsForProvisionedPermissionSetRequest AWS API Documentation
Constants
- SENSITIVE