@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSSSOAdmin
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSSSOAdmin
instead.
IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size and type.
IAM Identity Center uses the sso
and identitystore
API namespaces.
This reference guide provides information on single sign-on operations which could be used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see the IAM Identity Center User Guide.
Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in IAM Identity Center, see the Identity Store API Reference.
Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AttachCustomerManagedPolicyReferenceToPermissionSetResult |
attachCustomerManagedPolicyReferenceToPermissionSet(AttachCustomerManagedPolicyReferenceToPermissionSetRequest attachCustomerManagedPolicyReferenceToPermissionSetRequest)
Attaches the specified customer managed policy to the specified PermissionSet.
|
AttachManagedPolicyToPermissionSetResult |
attachManagedPolicyToPermissionSet(AttachManagedPolicyToPermissionSetRequest attachManagedPolicyToPermissionSetRequest)
Attaches an Amazon Web Services managed policy ARN to a permission set.
|
CreateAccountAssignmentResult |
createAccountAssignment(CreateAccountAssignmentRequest createAccountAssignmentRequest)
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
|
CreateApplicationResult |
createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application in IAM Identity Center for the given application provider.
|
CreateApplicationAssignmentResult |
createApplicationAssignment(CreateApplicationAssignmentRequest createApplicationAssignmentRequest)
Grant application access to a user or group.
|
CreateInstanceResult |
createInstance(CreateInstanceRequest createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by
Organizations or a member Amazon Web Services account in an organization.
|
CreateInstanceAccessControlAttributeConfigurationResult |
createInstanceAccessControlAttributeConfiguration(CreateInstanceAccessControlAttributeConfigurationRequest createInstanceAccessControlAttributeConfigurationRequest)
Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance.
|
CreatePermissionSetResult |
createPermissionSet(CreatePermissionSetRequest createPermissionSetRequest)
Creates a permission set within a specified IAM Identity Center instance.
|
CreateTrustedTokenIssuerResult |
createTrustedTokenIssuer(CreateTrustedTokenIssuerRequest createTrustedTokenIssuerRequest)
Creates a connection to a trusted token issuer in an instance of IAM Identity Center.
|
DeleteAccountAssignmentResult |
deleteAccountAssignment(DeleteAccountAssignmentRequest deleteAccountAssignmentRequest)
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the association with the application.
|
DeleteApplicationAccessScopeResult |
deleteApplicationAccessScope(DeleteApplicationAccessScopeRequest deleteApplicationAccessScopeRequest)
Deletes an IAM Identity Center access scope from an application.
|
DeleteApplicationAssignmentResult |
deleteApplicationAssignment(DeleteApplicationAssignmentRequest deleteApplicationAssignmentRequest)
Revoke application access to an application by deleting application assignments for a user or group.
|
DeleteApplicationAuthenticationMethodResult |
deleteApplicationAuthenticationMethod(DeleteApplicationAuthenticationMethodRequest deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.
|
DeleteApplicationGrantResult |
deleteApplicationGrant(DeleteApplicationGrantRequest deleteApplicationGrantRequest)
Deletes a grant from an application.
|
DeleteInlinePolicyFromPermissionSetResult |
deleteInlinePolicyFromPermissionSet(DeleteInlinePolicyFromPermissionSetRequest deleteInlinePolicyFromPermissionSetRequest)
Deletes the inline policy from a specified permission set.
|
DeleteInstanceResult |
deleteInstance(DeleteInstanceRequest deleteInstanceRequest)
Deletes the instance of IAM Identity Center.
|
DeleteInstanceAccessControlAttributeConfigurationResult |
deleteInstanceAccessControlAttributeConfiguration(DeleteInstanceAccessControlAttributeConfigurationRequest deleteInstanceAccessControlAttributeConfigurationRequest)
Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and
deletes all of the attribute mappings that have been configured.
|
DeletePermissionsBoundaryFromPermissionSetResult |
deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)
Deletes the permissions boundary from a specified PermissionSet.
|
DeletePermissionSetResult |
deletePermissionSet(DeletePermissionSetRequest deletePermissionSetRequest)
Deletes the specified permission set.
|
DeleteTrustedTokenIssuerResult |
deleteTrustedTokenIssuer(DeleteTrustedTokenIssuerRequest deleteTrustedTokenIssuerRequest)
Deletes a trusted token issuer configuration from an instance of IAM Identity Center.
|
DescribeAccountAssignmentCreationStatusResult |
describeAccountAssignmentCreationStatus(DescribeAccountAssignmentCreationStatusRequest describeAccountAssignmentCreationStatusRequest)
Describes the status of the assignment creation request.
|
DescribeAccountAssignmentDeletionStatusResult |
describeAccountAssignmentDeletionStatus(DescribeAccountAssignmentDeletionStatusRequest describeAccountAssignmentDeletionStatusRequest)
Describes the status of the assignment deletion request.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest describeApplicationRequest)
Retrieves the details of an application associated with an instance of IAM Identity Center.
|
DescribeApplicationAssignmentResult |
describeApplicationAssignment(DescribeApplicationAssignmentRequest describeApplicationAssignmentRequest)
Retrieves a direct assignment of a user or group to an application.
|
DescribeApplicationProviderResult |
describeApplicationProvider(DescribeApplicationProviderRequest describeApplicationProviderRequest)
Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or
customer managed application to IAM Identity Center.
|
DescribeInstanceResult |
describeInstance(DescribeInstanceRequest describeInstanceRequest)
Returns the details of an instance of IAM Identity Center.
|
DescribeInstanceAccessControlAttributeConfigurationResult |
describeInstanceAccessControlAttributeConfiguration(DescribeInstanceAccessControlAttributeConfigurationRequest describeInstanceAccessControlAttributeConfigurationRequest)
Returns the list of IAM Identity Center identity store attributes that have been configured to work with
attributes-based access control (ABAC) for the specified IAM Identity Center instance.
|
DescribePermissionSetResult |
describePermissionSet(DescribePermissionSetRequest describePermissionSetRequest)
Gets the details of the permission set.
|
DescribePermissionSetProvisioningStatusResult |
describePermissionSetProvisioningStatus(DescribePermissionSetProvisioningStatusRequest describePermissionSetProvisioningStatusRequest)
Describes the status for the given permission set provisioning request.
|
DescribeTrustedTokenIssuerResult |
describeTrustedTokenIssuer(DescribeTrustedTokenIssuerRequest describeTrustedTokenIssuerRequest)
Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center.
|
DetachCustomerManagedPolicyReferenceFromPermissionSetResult |
detachCustomerManagedPolicyReferenceFromPermissionSet(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest detachCustomerManagedPolicyReferenceFromPermissionSetRequest)
Detaches the specified customer managed policy from the specified PermissionSet.
|
DetachManagedPolicyFromPermissionSetResult |
detachManagedPolicyFromPermissionSet(DetachManagedPolicyFromPermissionSetRequest detachManagedPolicyFromPermissionSetRequest)
Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
|
GetApplicationAccessScopeResult |
getApplicationAccessScope(GetApplicationAccessScopeRequest getApplicationAccessScopeRequest)
Retrieves the authorized targets for an IAM Identity Center access scope for an application.
|
GetApplicationAssignmentConfigurationResult |
getApplicationAssignmentConfiguration(GetApplicationAssignmentConfigurationRequest getApplicationAssignmentConfigurationRequest)
Retrieves the configuration of PutApplicationAssignmentConfiguration.
|
GetApplicationAuthenticationMethodResult |
getApplicationAuthenticationMethod(GetApplicationAuthenticationMethodRequest getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.
|
GetApplicationGrantResult |
getApplicationGrant(GetApplicationGrantRequest getApplicationGrantRequest)
Retrieves details about an application grant.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetInlinePolicyForPermissionSetResult |
getInlinePolicyForPermissionSet(GetInlinePolicyForPermissionSetRequest getInlinePolicyForPermissionSetRequest)
Obtains the inline policy assigned to the permission set.
|
GetPermissionsBoundaryForPermissionSetResult |
getPermissionsBoundaryForPermissionSet(GetPermissionsBoundaryForPermissionSetRequest getPermissionsBoundaryForPermissionSetRequest)
Obtains the permissions boundary for a specified PermissionSet.
|
ListAccountAssignmentCreationStatusResult |
listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)
Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity
Center instance.
|
ListAccountAssignmentDeletionStatusResult |
listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity
Center instance.
|
ListAccountAssignmentsResult |
listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
|
ListAccountAssignmentsForPrincipalResult |
listAccountAssignmentsForPrincipal(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access
to.
|
ListAccountsForProvisionedPermissionSetResult |
listAccountsForProvisionedPermissionSet(ListAccountsForProvisionedPermissionSetRequest listAccountsForProvisionedPermissionSetRequest)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
|
ListApplicationAccessScopesResult |
listApplicationAccessScopes(ListApplicationAccessScopesRequest listApplicationAccessScopesRequest)
Lists the access scopes and authorized targets associated with an application.
|
ListApplicationAssignmentsResult |
listApplicationAssignments(ListApplicationAssignmentsRequest listApplicationAssignmentsRequest)
Lists Amazon Web Services account users that are assigned to an application.
|
ListApplicationAssignmentsForPrincipalResult |
listApplicationAssignmentsForPrincipal(ListApplicationAssignmentsForPrincipalRequest listApplicationAssignmentsForPrincipalRequest)
Lists the applications to which a specified principal is assigned.
|
ListApplicationAuthenticationMethodsResult |
listApplicationAuthenticationMethods(ListApplicationAuthenticationMethodsRequest listApplicationAuthenticationMethodsRequest)
Lists all of the authentication methods supported by the specified application.
|
ListApplicationGrantsResult |
listApplicationGrants(ListApplicationGrantsRequest listApplicationGrantsRequest)
List the grants associated with an application.
|
ListApplicationProvidersResult |
listApplicationProviders(ListApplicationProvidersRequest listApplicationProvidersRequest)
Lists the application providers configured in the IAM Identity Center identity store.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all applications associated with the instance of IAM Identity Center.
|
ListCustomerManagedPolicyReferencesInPermissionSetResult |
listCustomerManagedPolicyReferencesInPermissionSet(ListCustomerManagedPolicyReferencesInPermissionSetRequest listCustomerManagedPolicyReferencesInPermissionSetRequest)
Lists all customer managed policies attached to a specified PermissionSet.
|
ListInstancesResult |
listInstances(ListInstancesRequest listInstancesRequest)
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.
|
ListManagedPoliciesInPermissionSetResult |
listManagedPoliciesInPermissionSet(ListManagedPoliciesInPermissionSetRequest listManagedPoliciesInPermissionSetRequest)
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
|
ListPermissionSetProvisioningStatusResult |
listPermissionSetProvisioningStatus(ListPermissionSetProvisioningStatusRequest listPermissionSetProvisioningStatusRequest)
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
|
ListPermissionSetsResult |
listPermissionSets(ListPermissionSetsRequest listPermissionSetsRequest)
Lists the PermissionSets in an IAM Identity Center instance.
|
ListPermissionSetsProvisionedToAccountResult |
listPermissionSetsProvisionedToAccount(ListPermissionSetsProvisionedToAccountRequest listPermissionSetsProvisionedToAccountRequest)
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are attached to a specified resource.
|
ListTrustedTokenIssuersResult |
listTrustedTokenIssuers(ListTrustedTokenIssuersRequest listTrustedTokenIssuersRequest)
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
|
ProvisionPermissionSetResult |
provisionPermissionSet(ProvisionPermissionSetRequest provisionPermissionSetRequest)
The process by which a specified permission set is provisioned to the specified target.
|
PutApplicationAccessScopeResult |
putApplicationAccessScope(PutApplicationAccessScopeRequest putApplicationAccessScopeRequest)
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
|
PutApplicationAssignmentConfigurationResult |
putApplicationAssignmentConfiguration(PutApplicationAssignmentConfigurationRequest putApplicationAssignmentConfigurationRequest)
Configure how users gain access to an application.
|
PutApplicationAuthenticationMethodResult |
putApplicationAuthenticationMethod(PutApplicationAuthenticationMethodRequest putApplicationAuthenticationMethodRequest)
Adds or updates an authentication method for an application.
|
PutApplicationGrantResult |
putApplicationGrant(PutApplicationGrantRequest putApplicationGrantRequest)
Adds a grant to an application.
|
PutInlinePolicyToPermissionSetResult |
putInlinePolicyToPermissionSet(PutInlinePolicyToPermissionSetRequest putInlinePolicyToPermissionSetRequest)
Attaches an inline policy to a permission set.
|
PutPermissionsBoundaryToPermissionSetResult |
putPermissionsBoundaryToPermissionSet(PutPermissionsBoundaryToPermissionSetRequest putPermissionsBoundaryToPermissionSetRequest)
Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a
permissions boundary.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Associates a set of tags with a specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Disassociates a set of tags from a specified resource.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates application properties.
|
UpdateInstanceResult |
updateInstance(UpdateInstanceRequest updateInstanceRequest)
Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
|
UpdateInstanceAccessControlAttributeConfigurationResult |
updateInstanceAccessControlAttributeConfiguration(UpdateInstanceAccessControlAttributeConfigurationRequest updateInstanceAccessControlAttributeConfigurationRequest)
Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance
for attributes-based access control (ABAC).
|
UpdatePermissionSetResult |
updatePermissionSet(UpdatePermissionSetRequest updatePermissionSetRequest)
Updates an existing permission set.
|
UpdateTrustedTokenIssuerResult |
updateTrustedTokenIssuer(UpdateTrustedTokenIssuerRequest updateTrustedTokenIssuerRequest)
Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a
trusted token issuer configuration.
|
static final String ENDPOINT_PREFIX
AttachCustomerManagedPolicyReferenceToPermissionSetResult attachCustomerManagedPolicyReferenceToPermissionSet(AttachCustomerManagedPolicyReferenceToPermissionSetRequest attachCustomerManagedPolicyReferenceToPermissionSetRequest)
Attaches the specified customer managed policy to the specified PermissionSet.
attachCustomerManagedPolicyReferenceToPermissionSetRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.AttachManagedPolicyToPermissionSetResult attachManagedPolicyToPermissionSet(AttachManagedPolicyToPermissionSetRequest attachManagedPolicyToPermissionSetRequest)
Attaches an Amazon Web Services managed policy ARN to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this operation. Calling ProvisionPermissionSet
applies the corresponding IAM policy updates to all assigned accounts.
attachManagedPolicyToPermissionSetRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateAccountAssignmentResult createAccountAssignment(CreateAccountAssignmentRequest createAccountAssignmentRequest)
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
The term principal here refers to a user or group that is defined in IAM Identity Center.
As part of a successful CreateAccountAssignment
call, the specified permission set will
automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role
created in IAM Identity Center. If the permission set is subsequently updated, the corresponding IAM policies
attached to roles in your accounts will not be updated automatically. In this case, you must call
ProvisionPermissionSet
to make these updates.
After a successful response, call DescribeAccountAssignmentCreationStatus
to describe the status of
an assignment creation request.
createAccountAssignmentRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application in IAM Identity Center for the given application provider.
createApplicationRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateApplicationAssignmentResult createApplicationAssignment(CreateApplicationAssignmentRequest createApplicationAssignmentRequest)
Grant application access to a user or group.
createApplicationAssignmentRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateInstanceResult createInstance(CreateInstanceRequest createInstanceRequest)
Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not managed by Organizations or a member Amazon Web Services account in an organization. You can create only one instance per account and across all Amazon Web Services Regions.
The CreateInstance request is rejected if the following apply:
The instance is created within the organization management account.
An instance already exists in the same account.
createInstanceRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateInstanceAccessControlAttributeConfigurationResult createInstanceAccessControlAttributeConfiguration(CreateInstanceAccessControlAttributeConfigurationRequest createInstanceAccessControlAttributeConfigurationRequest)
Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
After a successful response, call DescribeInstanceAccessControlAttributeConfiguration
to validate
that InstanceAccessControlAttributeConfiguration
was created.
createInstanceAccessControlAttributeConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreatePermissionSetResult createPermissionSet(CreatePermissionSetRequest createPermissionSetRequest)
Creates a permission set within a specified IAM Identity Center instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment
.
createPermissionSetRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.CreateTrustedTokenIssuerResult createTrustedTokenIssuer(CreateTrustedTokenIssuerRequest createTrustedTokenIssuerRequest)
Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.
This trusted token issuer describes an external identity provider (IdP) that can generate claims or assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center can use these tokens for authentication.
createTrustedTokenIssuerRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteAccountAssignmentResult deleteAccountAssignment(DeleteAccountAssignmentRequest deleteAccountAssignmentRequest)
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
After a successful response, call DescribeAccountAssignmentDeletionStatus
to describe the status of
an assignment deletion request.
deleteAccountAssignmentRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteApplicationResult deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the association with the application. The connected service resource still exists.
deleteApplicationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteApplicationAccessScopeResult deleteApplicationAccessScope(DeleteApplicationAccessScopeRequest deleteApplicationAccessScopeRequest)
Deletes an IAM Identity Center access scope from an application.
deleteApplicationAccessScopeRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteApplicationAssignmentResult deleteApplicationAssignment(DeleteApplicationAssignmentRequest deleteApplicationAssignmentRequest)
Revoke application access to an application by deleting application assignments for a user or group.
deleteApplicationAssignmentRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteApplicationAuthenticationMethodResult deleteApplicationAuthenticationMethod(DeleteApplicationAuthenticationMethodRequest deleteApplicationAuthenticationMethodRequest)
Deletes an authentication method from an application.
deleteApplicationAuthenticationMethodRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteApplicationGrantResult deleteApplicationGrant(DeleteApplicationGrantRequest deleteApplicationGrantRequest)
Deletes a grant from an application.
deleteApplicationGrantRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteInlinePolicyFromPermissionSetResult deleteInlinePolicyFromPermissionSet(DeleteInlinePolicyFromPermissionSetRequest deleteInlinePolicyFromPermissionSetRequest)
Deletes the inline policy from a specified permission set.
deleteInlinePolicyFromPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteInstanceResult deleteInstance(DeleteInstanceRequest deleteInstanceRequest)
Deletes the instance of IAM Identity Center. Only the account that owns the instance can call this API. Neither the delegated administrator nor member account can delete the organization instance, but those roles can delete their own instance.
deleteInstanceRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteInstanceAccessControlAttributeConfigurationResult deleteInstanceAccessControlAttributeConfiguration(DeleteInstanceAccessControlAttributeConfigurationRequest deleteInstanceAccessControlAttributeConfigurationRequest)
Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance and deletes all of the attribute mappings that have been configured. Once deleted, any attributes that are received from an identity source and any custom attributes you have previously configured will not be passed. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
deleteInstanceAccessControlAttributeConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeletePermissionSetResult deletePermissionSet(DeletePermissionSetRequest deletePermissionSetRequest)
Deletes the specified permission set.
deletePermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeletePermissionsBoundaryFromPermissionSetResult deletePermissionsBoundaryFromPermissionSet(DeletePermissionsBoundaryFromPermissionSetRequest deletePermissionsBoundaryFromPermissionSetRequest)
Deletes the permissions boundary from a specified PermissionSet.
deletePermissionsBoundaryFromPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DeleteTrustedTokenIssuerResult deleteTrustedTokenIssuer(DeleteTrustedTokenIssuerRequest deleteTrustedTokenIssuerRequest)
Deletes a trusted token issuer configuration from an instance of IAM Identity Center.
Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.
deleteTrustedTokenIssuerRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DescribeAccountAssignmentCreationStatusResult describeAccountAssignmentCreationStatus(DescribeAccountAssignmentCreationStatusRequest describeAccountAssignmentCreationStatusRequest)
Describes the status of the assignment creation request.
describeAccountAssignmentCreationStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeAccountAssignmentDeletionStatusResult describeAccountAssignmentDeletionStatus(DescribeAccountAssignmentDeletionStatusRequest describeAccountAssignmentDeletionStatusRequest)
Describes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeApplicationResult describeApplication(DescribeApplicationRequest describeApplicationRequest)
Retrieves the details of an application associated with an instance of IAM Identity Center.
describeApplicationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeApplicationAssignmentResult describeApplicationAssignment(DescribeApplicationAssignmentRequest describeApplicationAssignmentRequest)
Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application, the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user. Instead use ListApplicationAssignmentsForPrincipal.
describeApplicationAssignmentRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeApplicationProviderResult describeApplicationProvider(DescribeApplicationProviderRequest describeApplicationProviderRequest)
Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
describeApplicationProviderRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeInstanceResult describeInstance(DescribeInstanceRequest describeInstanceRequest)
Returns the details of an instance of IAM Identity Center. The status can be one of the following:
CREATE_IN_PROGRESS
- The instance is in the process of being created. When the instance is ready for
use, DescribeInstance returns the status of ACTIVE
. While the instance is in the
CREATE_IN_PROGRESS
state, you can call only DescribeInstance and DeleteInstance operations.
DELETE_IN_PROGRESS
- The instance is being deleted. Returns AccessDeniedException
after
the delete operation completes.
ACTIVE
- The instance is active.
describeInstanceRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeInstanceAccessControlAttributeConfigurationResult describeInstanceAccessControlAttributeConfiguration(DescribeInstanceAccessControlAttributeConfigurationRequest describeInstanceAccessControlAttributeConfigurationRequest)
Returns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
describeInstanceAccessControlAttributeConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribePermissionSetResult describePermissionSet(DescribePermissionSetRequest describePermissionSetRequest)
Gets the details of the permission set.
describePermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribePermissionSetProvisioningStatusResult describePermissionSetProvisioningStatus(DescribePermissionSetProvisioningStatusRequest describePermissionSetProvisioningStatusRequest)
Describes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DescribeTrustedTokenIssuerResult describeTrustedTokenIssuer(DescribeTrustedTokenIssuerRequest describeTrustedTokenIssuerRequest)
Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
describeTrustedTokenIssuerRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.DetachCustomerManagedPolicyReferenceFromPermissionSetResult detachCustomerManagedPolicyReferenceFromPermissionSet(DetachCustomerManagedPolicyReferenceFromPermissionSetRequest detachCustomerManagedPolicyReferenceFromPermissionSetRequest)
Detaches the specified customer managed policy from the specified PermissionSet.
detachCustomerManagedPolicyReferenceFromPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.DetachManagedPolicyFromPermissionSetResult detachManagedPolicyFromPermissionSet(DetachManagedPolicyFromPermissionSetRequest detachManagedPolicyFromPermissionSetRequest)
Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.GetApplicationAccessScopeResult getApplicationAccessScope(GetApplicationAccessScopeRequest getApplicationAccessScopeRequest)
Retrieves the authorized targets for an IAM Identity Center access scope for an application.
getApplicationAccessScopeRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.GetApplicationAssignmentConfigurationResult getApplicationAssignmentConfiguration(GetApplicationAssignmentConfigurationRequest getApplicationAssignmentConfigurationRequest)
Retrieves the configuration of PutApplicationAssignmentConfiguration.
getApplicationAssignmentConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.GetApplicationAuthenticationMethodResult getApplicationAuthenticationMethod(GetApplicationAuthenticationMethodRequest getApplicationAuthenticationMethodRequest)
Retrieves details about an authentication method used by an application.
getApplicationAuthenticationMethodRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.GetApplicationGrantResult getApplicationGrant(GetApplicationGrantRequest getApplicationGrantRequest)
Retrieves details about an application grant.
getApplicationGrantRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.GetInlinePolicyForPermissionSetResult getInlinePolicyForPermissionSet(GetInlinePolicyForPermissionSetRequest getInlinePolicyForPermissionSetRequest)
Obtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.GetPermissionsBoundaryForPermissionSetResult getPermissionsBoundaryForPermissionSet(GetPermissionsBoundaryForPermissionSetRequest getPermissionsBoundaryForPermissionSetRequest)
Obtains the permissions boundary for a specified PermissionSet.
getPermissionsBoundaryForPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListAccountAssignmentCreationStatusResult listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)
Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
listAccountAssignmentCreationStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListAccountAssignmentDeletionStatusResult listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
listAccountAssignmentDeletionStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListAccountAssignmentsResult listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListAccountAssignmentsForPrincipalResult listAccountAssignmentsForPrincipal(ListAccountAssignmentsForPrincipalRequest listAccountAssignmentsForPrincipalRequest)
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
listAccountAssignmentsForPrincipalRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListAccountsForProvisionedPermissionSetResult listAccountsForProvisionedPermissionSet(ListAccountsForProvisionedPermissionSetRequest listAccountsForProvisionedPermissionSetRequest)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationAccessScopesResult listApplicationAccessScopes(ListApplicationAccessScopesRequest listApplicationAccessScopesRequest)
Lists the access scopes and authorized targets associated with an application.
listApplicationAccessScopesRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationAssignmentsResult listApplicationAssignments(ListApplicationAssignmentsRequest listApplicationAssignmentsRequest)
Lists Amazon Web Services account users that are assigned to an application.
listApplicationAssignmentsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationAssignmentsForPrincipalResult listApplicationAssignmentsForPrincipal(ListApplicationAssignmentsForPrincipalRequest listApplicationAssignmentsForPrincipalRequest)
Lists the applications to which a specified principal is assigned.
listApplicationAssignmentsForPrincipalRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationAuthenticationMethodsResult listApplicationAuthenticationMethods(ListApplicationAuthenticationMethodsRequest listApplicationAuthenticationMethodsRequest)
Lists all of the authentication methods supported by the specified application.
listApplicationAuthenticationMethodsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationGrantsResult listApplicationGrants(ListApplicationGrantsRequest listApplicationGrantsRequest)
List the grants associated with an application.
listApplicationGrantsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationProvidersResult listApplicationProviders(ListApplicationProvidersRequest listApplicationProvidersRequest)
Lists the application providers configured in the IAM Identity Center identity store.
listApplicationProvidersRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListApplicationsResult listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all applications associated with the instance of IAM Identity Center. When listing applications for an
instance in the management account, member accounts must use the applicationAccount
parameter to
filter the list to only applications created from that account.
listApplicationsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListCustomerManagedPolicyReferencesInPermissionSetResult listCustomerManagedPolicyReferencesInPermissionSet(ListCustomerManagedPolicyReferencesInPermissionSetRequest listCustomerManagedPolicyReferencesInPermissionSetRequest)
Lists all customer managed policies attached to a specified PermissionSet.
listCustomerManagedPolicyReferencesInPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListInstancesResult listInstances(ListInstancesRequest listInstancesRequest)
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.
listInstancesRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListManagedPoliciesInPermissionSetResult listManagedPoliciesInPermissionSet(ListManagedPoliciesInPermissionSetRequest listManagedPoliciesInPermissionSetRequest)
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListPermissionSetProvisioningStatusResult listPermissionSetProvisioningStatus(ListPermissionSetProvisioningStatusRequest listPermissionSetProvisioningStatusRequest)
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
listPermissionSetProvisioningStatusRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListPermissionSetsResult listPermissionSets(ListPermissionSetsRequest listPermissionSetsRequest)
Lists the PermissionSets in an IAM Identity Center instance.
listPermissionSetsRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListPermissionSetsProvisionedToAccountResult listPermissionSetsProvisionedToAccount(ListPermissionSetsProvisionedToAccountRequest listPermissionSetsProvisionedToAccountRequest)
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are attached to a specified resource.
listTagsForResourceRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ListTrustedTokenIssuersResult listTrustedTokenIssuers(ListTrustedTokenIssuersRequest listTrustedTokenIssuersRequest)
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
listTrustedTokenIssuersRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ProvisionPermissionSetResult provisionPermissionSet(ProvisionPermissionSetRequest provisionPermissionSetRequest)
The process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutApplicationAccessScopeResult putApplicationAccessScope(PutApplicationAccessScopeRequest putApplicationAccessScopeRequest)
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
putApplicationAccessScopeRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutApplicationAssignmentConfigurationResult putApplicationAssignmentConfiguration(PutApplicationAssignmentConfigurationRequest putApplicationAssignmentConfigurationRequest)
Configure how users gain access to an application. If AssignmentsRequired
is true
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application. If an
assignment is created using CreateApplicationAssignment., the user retains access if AssignmentsRequired
is set to
true
.
putApplicationAssignmentConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutApplicationAuthenticationMethodResult putApplicationAuthenticationMethod(PutApplicationAuthenticationMethodRequest putApplicationAuthenticationMethodRequest)
Adds or updates an authentication method for an application.
putApplicationAuthenticationMethodRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutApplicationGrantResult putApplicationGrant(PutApplicationGrantRequest putApplicationGrantRequest)
Adds a grant to an application.
putApplicationGrantRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutInlinePolicyToPermissionSetResult putInlinePolicyToPermissionSet(PutInlinePolicyToPermissionSetRequest putInlinePolicyToPermissionSetRequest)
Attaches an inline policy to a permission set.
If the permission set is already referenced by one or more account assignments, you will need to call
ProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to
all assigned accounts.
putInlinePolicyToPermissionSetRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.PutPermissionsBoundaryToPermissionSetResult putPermissionsBoundaryToPermissionSet(PutPermissionsBoundaryToPermissionSetRequest putPermissionsBoundaryToPermissionSetRequest)
Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
putPermissionsBoundaryToPermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Associates a set of tags with a specified resource.
tagResourceRequest
- ServiceQuotaExceededException
- Indicates that the principal has crossed the permitted number of resources that can be created.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Disassociates a set of tags from a specified resource.
untagResourceRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UpdateApplicationResult updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates application properties.
updateApplicationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UpdateInstanceResult updateInstance(UpdateInstanceRequest updateInstanceRequest)
Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
updateInstanceRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UpdateInstanceAccessControlAttributeConfigurationResult updateInstanceAccessControlAttributeConfiguration(UpdateInstanceAccessControlAttributeConfigurationRequest updateInstanceAccessControlAttributeConfigurationRequest)
Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance for attributes-based access control (ABAC). When using an external identity provider as an identity source, you can pass attributes through the SAML assertion as an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center identity store. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
updateInstanceAccessControlAttributeConfigurationRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UpdatePermissionSetResult updatePermissionSet(UpdatePermissionSetRequest updatePermissionSetRequest)
Updates an existing permission set.
updatePermissionSetRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.UpdateTrustedTokenIssuerResult updateTrustedTokenIssuer(UpdateTrustedTokenIssuerRequest updateTrustedTokenIssuerRequest)
Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.
updateTrustedTokenIssuerRequest
- ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ResourceNotFoundException
- Indicates that a requested resource is not found.AccessDeniedException
- You do not have sufficient access to perform this action.ValidationException
- The request failed because it contains a syntax error.ConflictException
- Occurs when a conflict with a previous successful write is detected. This generally occurs when the
previous write did not have time to propagate to the host serving the current request. A retry (with
appropriate backoff logic) is the recommended response to this exception.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.