@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.
Amazon Web Services Single Sign On (SSO) is a cloud SSO service that makes it easy to centrally manage SSO access to multiple Amazon Web Services accounts and business applications. This guide provides information on SSO operations which could be used for access management of Amazon Web Services accounts. For information about Amazon Web Services SSO features, see the Amazon Web Services Single Sign-On User Guide.
Many operations in the SSO APIs rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO, see the Amazon Web Services SSO Identity Store API Reference.
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 |
---|---|
AttachManagedPolicyToPermissionSetResult |
attachManagedPolicyToPermissionSet(AttachManagedPolicyToPermissionSetRequest attachManagedPolicyToPermissionSetRequest)
Attaches an IAM 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.
|
CreateInstanceAccessControlAttributeConfigurationResult |
createInstanceAccessControlAttributeConfiguration(CreateInstanceAccessControlAttributeConfigurationRequest createInstanceAccessControlAttributeConfigurationRequest)
Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance.
|
CreatePermissionSetResult |
createPermissionSet(CreatePermissionSetRequest createPermissionSetRequest)
Creates a permission set within a specified SSO instance.
|
DeleteAccountAssignmentResult |
deleteAccountAssignment(DeleteAccountAssignmentRequest deleteAccountAssignmentRequest)
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
|
DeleteInlinePolicyFromPermissionSetResult |
deleteInlinePolicyFromPermissionSet(DeleteInlinePolicyFromPermissionSetRequest deleteInlinePolicyFromPermissionSetRequest)
Deletes the inline policy from a specified permission set.
|
DeleteInstanceAccessControlAttributeConfigurationResult |
deleteInstanceAccessControlAttributeConfiguration(DeleteInstanceAccessControlAttributeConfigurationRequest deleteInstanceAccessControlAttributeConfigurationRequest)
Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance
and deletes all of the attribute mappings that have been configured.
|
DeletePermissionSetResult |
deletePermissionSet(DeletePermissionSetRequest deletePermissionSetRequest)
Deletes the specified permission set.
|
DescribeAccountAssignmentCreationStatusResult |
describeAccountAssignmentCreationStatus(DescribeAccountAssignmentCreationStatusRequest describeAccountAssignmentCreationStatusRequest)
Describes the status of the assignment creation request.
|
DescribeAccountAssignmentDeletionStatusResult |
describeAccountAssignmentDeletionStatus(DescribeAccountAssignmentDeletionStatusRequest describeAccountAssignmentDeletionStatusRequest)
Describes the status of the assignment deletion request.
|
DescribeInstanceAccessControlAttributeConfigurationResult |
describeInstanceAccessControlAttributeConfiguration(DescribeInstanceAccessControlAttributeConfigurationRequest describeInstanceAccessControlAttributeConfigurationRequest)
Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with
attributes-based access control (ABAC) for the specified Amazon Web Services SSO 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.
|
DetachManagedPolicyFromPermissionSetResult |
detachManagedPolicyFromPermissionSet(DetachManagedPolicyFromPermissionSetRequest detachManagedPolicyFromPermissionSetRequest)
Detaches the attached IAM managed policy ARN from the specified permission set.
|
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.
|
ListAccountAssignmentCreationStatusResult |
listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
|
ListAccountAssignmentDeletionStatusResult |
listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
|
ListAccountAssignmentsResult |
listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
|
ListAccountsForProvisionedPermissionSetResult |
listAccountsForProvisionedPermissionSet(ListAccountsForProvisionedPermissionSetRequest listAccountsForProvisionedPermissionSetRequest)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
|
ListInstancesResult |
listInstances(ListInstancesRequest listInstancesRequest)
Lists the SSO instances that the caller has access to.
|
ListManagedPoliciesInPermissionSetResult |
listManagedPoliciesInPermissionSet(ListManagedPoliciesInPermissionSetRequest listManagedPoliciesInPermissionSetRequest)
Lists the IAM 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 SSO instance.
|
ListPermissionSetsResult |
listPermissionSets(ListPermissionSetsRequest listPermissionSetsRequest)
Lists the PermissionSets in an SSO 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.
|
ProvisionPermissionSetResult |
provisionPermissionSet(ProvisionPermissionSetRequest provisionPermissionSetRequest)
The process by which a specified permission set is provisioned to the specified target.
|
PutInlinePolicyToPermissionSetResult |
putInlinePolicyToPermissionSet(PutInlinePolicyToPermissionSetRequest putInlinePolicyToPermissionSetRequest)
Attaches an IAM inline policy to a permission set.
|
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.
|
UpdateInstanceAccessControlAttributeConfigurationResult |
updateInstanceAccessControlAttributeConfiguration(UpdateInstanceAccessControlAttributeConfigurationRequest updateInstanceAccessControlAttributeConfigurationRequest)
Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO
instance for attributes-based access control (ABAC).
|
UpdatePermissionSetResult |
updatePermissionSet(UpdatePermissionSetRequest updatePermissionSetRequest)
Updates an existing permission set.
|
static final String ENDPOINT_PREFIX
AttachManagedPolicyToPermissionSetResult attachManagedPolicyToPermissionSet(AttachManagedPolicyToPermissionSetRequest attachManagedPolicyToPermissionSetRequest)
Attaches an IAM 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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.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.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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 Amazon Web Services SSO.
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
SSO-created IAM role. 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.
createAccountAssignmentRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.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.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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 Amazon Web Services SSO 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 Amazon Web Services SSO User Guide.
createInstanceAccessControlAttributeConfigurationRequest
- 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.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.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 SSO instance.
To grant users and groups access to Amazon Web Services account resources, use
CreateAccountAssignment
.
createPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.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.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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.
deleteAccountAssignmentRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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 Amazon Web Services SSO 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 Amazon Web Services SSO User Guide.
deleteInstanceAccessControlAttributeConfigurationRequest
- 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.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.DescribeAccountAssignmentDeletionStatusResult describeAccountAssignmentDeletionStatus(DescribeAccountAssignmentDeletionStatusRequest describeAccountAssignmentDeletionStatusRequest)
Describes the status of the assignment deletion request.
describeAccountAssignmentDeletionStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.DescribeInstanceAccessControlAttributeConfigurationResult describeInstanceAccessControlAttributeConfiguration(DescribeInstanceAccessControlAttributeConfigurationRequest describeInstanceAccessControlAttributeConfigurationRequest)
Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified Amazon Web Services SSO 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 Amazon Web Services SSO User Guide.
describeInstanceAccessControlAttributeConfigurationRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.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.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.DescribePermissionSetResult describePermissionSet(DescribePermissionSetRequest describePermissionSetRequest)
Gets the details of the permission set.
describePermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.DescribePermissionSetProvisioningStatusResult describePermissionSetProvisioningStatus(DescribePermissionSetProvisioningStatusRequest describePermissionSetProvisioningStatusRequest)
Describes the status for the given permission set provisioning request.
describePermissionSetProvisioningStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.DetachManagedPolicyFromPermissionSetResult detachManagedPolicyFromPermissionSet(DetachManagedPolicyFromPermissionSetRequest detachManagedPolicyFromPermissionSetRequest)
Detaches the attached IAM managed policy ARN from the specified permission set.
detachManagedPolicyFromPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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.GetInlinePolicyForPermissionSetResult getInlinePolicyForPermissionSet(GetInlinePolicyForPermissionSetRequest getInlinePolicyForPermissionSetRequest)
Obtains the inline policy assigned to the permission set.
getInlinePolicyForPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListAccountAssignmentCreationStatusResult listAccountAssignmentCreationStatus(ListAccountAssignmentCreationStatusRequest listAccountAssignmentCreationStatusRequest)
Lists the status of the Amazon Web Services account assignment creation requests for a specified SSO instance.
listAccountAssignmentCreationStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListAccountAssignmentDeletionStatusResult listAccountAssignmentDeletionStatus(ListAccountAssignmentDeletionStatusRequest listAccountAssignmentDeletionStatusRequest)
Lists the status of the Amazon Web Services account assignment deletion requests for a specified SSO instance.
listAccountAssignmentDeletionStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListAccountAssignmentsResult listAccountAssignments(ListAccountAssignmentsRequest listAccountAssignmentsRequest)
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListAccountsForProvisionedPermissionSetResult listAccountsForProvisionedPermissionSet(ListAccountsForProvisionedPermissionSetRequest listAccountsForProvisionedPermissionSetRequest)
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listAccountsForProvisionedPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListInstancesResult listInstances(ListInstancesRequest listInstancesRequest)
Lists the SSO instances that the caller has access to.
listInstancesRequest
- InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.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 IAM managed policy that is attached to a specified permission set.
listManagedPoliciesInPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListPermissionSetProvisioningStatusResult listPermissionSetProvisioningStatus(ListPermissionSetProvisioningStatusRequest listPermissionSetProvisioningStatusRequest)
Lists the status of the permission set provisioning requests for a specified SSO instance.
listPermissionSetProvisioningStatusRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListPermissionSetsResult listPermissionSets(ListPermissionSetsRequest listPermissionSetsRequest)
Lists the PermissionSets in an SSO instance.
listPermissionSetsRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListPermissionSetsProvisionedToAccountResult listPermissionSetsProvisionedToAccount(ListPermissionSetsProvisionedToAccountRequest listPermissionSetsProvisionedToAccountRequest)
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listPermissionSetsProvisionedToAccountRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags that are attached to a specified resource.
listTagsForResourceRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.ProvisionPermissionSetResult provisionPermissionSet(ProvisionPermissionSetRequest provisionPermissionSetRequest)
The process by which a specified permission set is provisioned to the specified target.
provisionPermissionSetRequest
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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 IAM 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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.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.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.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.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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 Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO 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 Amazon Web Services SSO identity store. If a SAML assertion passes any of these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO identity store. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
updateInstanceAccessControlAttributeConfigurationRequest
- 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.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.ResourceNotFoundException
- Indicates that a requested resource is not found.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
- ResourceNotFoundException
- Indicates that a requested resource is not found.InternalServerException
- The request processing has failed because of an unknown error, exception, or failure with an internal
server.ThrottlingException
- Indicates that the principal has crossed the throttling limits of the API operations.ValidationException
- The request failed because it contains a syntax error.AccessDeniedException
- You do not have sufficient access to perform this action.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.