Module Awso_sso_admin_lwtSource

Sourceval delete_application_access_scope : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.DeleteApplicationAccessScopeRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_application_authentication_method : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.DeleteApplicationAuthenticationMethodRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval delete_application_grant : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.DeleteApplicationGrantRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval put_application_access_scope : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.PutApplicationAccessScopeRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval put_application_authentication_method : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.PutApplicationAuthenticationMethodRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval put_application_grant : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_sso_admin.Values.PutApplicationGrantRequest.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_sso_admin.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule AccessControlAttributeValueSource = Awso_sso_admin.Values.AccessControlAttributeValueSource

A structure that describes a trusted token issuer and associates it with a set of authorized audiences.

Sourcemodule AccessControlAttributeValueSourceList = Awso_sso_admin.Values.AccessControlAttributeValueSourceList
Sourcemodule ResourceServerScopeDetails = Awso_sso_admin.Values.ResourceServerScopeDetails

A structure that describes details for an IAM Identity Center access scope that is associated with a resource server.

Sourcemodule AccessControlAttributeValue = Awso_sso_admin.Values.AccessControlAttributeValue

The value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.

A structure that describes the sign-in options for an application portal.

A structure that defines configuration settings for an application that supports the OAuth 2.0 Authorization Code Grant.

A structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant. The AuthorizedAudience field is the aud claim. For more information, see RFC 7523.

A structure that defines configuration settings for an application that supports the OAuth 2.0 Refresh Token Grant. For more, see RFC 6749.

A structure that defines configuration settings for an application that supports the OAuth 2.0 Token Exchange Grant. For more information, see RFC 8693.

A structure that describes details for authentication that uses IAM.

These are IAM Identity Center identity store attributes that you can configure for use in attributes-based access control (ABAC). You can create permissions policies that determine who can access your Amazon Web Services resources based upon the configured attribute values. When you enable ABAC and specify AccessControlAttributes, IAM Identity Center passes the attribute values of the authenticated user into IAM for use in policy evaluation.

A structure that describes the options for the access portal associated with an application.

A structure that describes how the portal represents an application provider.

A structure that describes the configuration of a resource server.

The Grant union represents the set of possible configuration options for the selected grant type. Exactly one member of the union must be specified, and must match the grant type selected.

A structure that describes an authentication method that can be used by an application.

Sourcemodule AccessDeniedExceptionMessage = Awso_sso_admin.Values.AccessDeniedExceptionMessage
Sourcemodule AccessDeniedExceptionReason = Awso_sso_admin.Values.AccessDeniedExceptionReason
Sourcemodule ResourceNotFoundExceptionReason = Awso_sso_admin.Values.ResourceNotFoundExceptionReason
Sourcemodule ThrottlingExceptionMessage = Awso_sso_admin.Values.ThrottlingExceptionMessage
Sourcemodule ValidationExceptionMessage = Awso_sso_admin.Values.ValidationExceptionMessage
Sourcemodule OidcJwtUpdateConfiguration = Awso_sso_admin.Values.OidcJwtUpdateConfiguration

A structure that describes updated configuration settings for a trusted token issuer that supports OpenID Connect (OIDC) and JSON Web Tokens (JWTs).

Sourcemodule AccessControlAttributeList = Awso_sso_admin.Values.AccessControlAttributeList
Sourcemodule ServiceQuotaExceededMessage = Awso_sso_admin.Values.ServiceQuotaExceededMessage

A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in Amazon Web Services accounts.

Sourcemodule CustomerManagedPolicyReference = Awso_sso_admin.Values.CustomerManagedPolicyReference

Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.

Sourcemodule TrustedTokenIssuerMetadata = Awso_sso_admin.Values.TrustedTokenIssuerMetadata

A structure that describes a trusted token issuer.

Contains information about an enabled Region of an IAM Identity Center instance, including the Region name, status, date added, and whether it is the primary Region.

Sourcemodule PermissionSetProvisioningStatusMetadata = Awso_sso_admin.Values.PermissionSetProvisioningStatusMetadata

Provides information about the permission set provisioning status.

A structure that stores a list of managed policy ARNs that describe the associated Amazon Web Services managed policy.

Provides information about the IAM Identity Center instance.

A structure that describes an application that uses IAM Identity Center for access management.

A structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.

A structure that defines a single grant and its configuration.

A structure that describes an authentication method and its type.

A structure that describes an assignment of a principal to an application.

Sourcemodule ApplicationAssignmentForPrincipal = Awso_sso_admin.Values.ApplicationAssignmentForPrincipal

A structure that describes an application to which a principal is assigned.

A structure that describes an IAM Identity Center access scope and its authorized targets.

The assignment that indicates a principal's limited access to a specified Amazon Web Services account with a specified permission set. The term principal here refers to a user or group that is defined in IAM Identity Center.

Sourcemodule AccountAssignmentForPrincipal = Awso_sso_admin.Values.AccountAssignmentForPrincipal

A structure that describes an assignment of an Amazon Web Services account to a principal and the permissions that principal has in the account.

Sourcemodule AccountAssignmentOperationStatusMetadata = Awso_sso_admin.Values.AccountAssignmentOperationStatusMetadata

Provides information about the AccountAssignment creation request.

A structure that describes configuration settings for a trusted token issuer that supports OpenID Connect (OIDC) and JSON Web Tokens (JWTs).

You do not have sufficient access to perform this action.

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.

The request processing has failed because of an unknown error, exception, or failure with an internal server.

Indicates that a requested resource is not found.

Indicates that the principal has crossed the throttling limits of the API operations.

The request failed because it contains a syntax error.

Sourcemodule TrustedTokenIssuerUpdateConfiguration = Awso_sso_admin.Values.TrustedTokenIssuerUpdateConfiguration

A structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.

A structure that specifies the KMS key type and KMS key ARN used to encrypt data in your IAM Identity Center instance.

Sourcemodule InstanceAccessControlAttributeConfiguration = Awso_sso_admin.Values.InstanceAccessControlAttributeConfiguration

Specifies the attributes to add to your attribute-based access control (ABAC) configuration.

Sourcemodule UpdateApplicationPortalOptions = Awso_sso_admin.Values.UpdateApplicationPortalOptions

A structure that describes the options for the access portal associated with an application that can be updated.

Sourcemodule ServiceQuotaExceededException = Awso_sso_admin.Values.ServiceQuotaExceededException

Indicates that the principal has crossed the permitted number of resources that can be created.

Specifies the configuration of the Amazon Web Services managed or customer managed policy that you want to set as a permissions boundary. Specify either CustomerManagedPolicyReference to use the name and path of a customer managed policy, or ManagedPolicyArn to use the ARN of an Amazon Web Services managed policy. A permissions boundary represents the maximum permissions that any policy can grant your role. For more information, see Permissions boundaries for IAM entities in the IAM User Guide. Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see IAM JSON policy evaluation logic in the IAM User Guide.

Sourcemodule PermissionSetPolicyDocument = Awso_sso_admin.Values.PermissionSetPolicyDocument
Sourcemodule UserBackgroundSessionApplicationStatus = Awso_sso_admin.Values.UserBackgroundSessionApplicationStatus
Sourcemodule PermissionSetProvisioningStatus = Awso_sso_admin.Values.PermissionSetProvisioningStatus

A structure that is used to provide the status of the provisioning operation for a specified permission set.

Sourcemodule PermissionSetProvisioningStatusList = Awso_sso_admin.Values.PermissionSetProvisioningStatusList

Filters the operation status list based on the passed attribute value.

Sourcemodule CustomerManagedPolicyReferenceList = Awso_sso_admin.Values.CustomerManagedPolicyReferenceList

A structure that describes a filter for applications.

Sourcemodule ApplicationAssignmentsList = Awso_sso_admin.Values.ApplicationAssignmentsList
Sourcemodule ApplicationAssignmentListForPrincipal = Awso_sso_admin.Values.ApplicationAssignmentListForPrincipal
Sourcemodule ListApplicationAssignmentsFilter = Awso_sso_admin.Values.ListApplicationAssignmentsFilter

A structure that describes a filter for application assignments.

Sourcemodule ListApplicationAccessScopesRequestMaxResultsInteger = Awso_sso_admin.Values.ListApplicationAccessScopesRequestMaxResultsInteger
Sourcemodule AccountAssignmentListForPrincipal = Awso_sso_admin.Values.AccountAssignmentListForPrincipal
Sourcemodule ListAccountAssignmentsFilter = Awso_sso_admin.Values.ListAccountAssignmentsFilter

A structure that describes a filter for account assignments.

Sourcemodule AccountAssignmentOperationStatusList = Awso_sso_admin.Values.AccountAssignmentOperationStatusList
Sourcemodule TrustedTokenIssuerConfiguration = Awso_sso_admin.Values.TrustedTokenIssuerConfiguration

A structure that describes the configuration of a trusted token issuer. The structure and available settings are determined by the type of the trusted token issuer.

An entity that contains IAM policies.

Sourcemodule EncryptionConfigurationDetails = Awso_sso_admin.Values.EncryptionConfigurationDetails

The encryption configuration of your IAM Identity Center instance, including the key type, KMS key ARN, and current encryption status.

Sourcemodule InstanceAccessControlAttributeConfigurationStatus = Awso_sso_admin.Values.InstanceAccessControlAttributeConfigurationStatus
Sourcemodule InstanceAccessControlAttributeConfigurationStatusReason = Awso_sso_admin.Values.InstanceAccessControlAttributeConfigurationStatusReason
Sourcemodule AccountAssignmentOperationStatus = Awso_sso_admin.Values.AccountAssignmentOperationStatus

The status of the creation or deletion operation of an assignment that a principal needs to access an account.

Sourcemodule UpdateTrustedTokenIssuerResponse = Awso_sso_admin.Values.UpdateTrustedTokenIssuerResponse

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.

Sourcemodule UpdateTrustedTokenIssuerRequest = Awso_sso_admin.Values.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.

Sourcemodule UpdatePermissionSetResponse = Awso_sso_admin.Values.UpdatePermissionSetResponse

Updates an existing permission set.

Sourcemodule UpdatePermissionSetRequest = Awso_sso_admin.Values.UpdatePermissionSetRequest

Updates an existing permission set.

Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.

Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.

Sourcemodule UpdateInstanceAccessControlAttributeConfigurationResponse = Awso_sso_admin.Values.UpdateInstanceAccessControlAttributeConfigurationResponse

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.

Sourcemodule UpdateInstanceAccessControlAttributeConfigurationRequest = Awso_sso_admin.Values.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.

Updates application properties.

Updates application properties.

Disassociates a set of tags from a specified resource.

Disassociates a set of tags from a specified resource.

Associates a set of tags with a specified resource.

Associates a set of tags with a specified resource.

Removes an additional Region from an IAM Identity Center instance. This operation initiates an asynchronous workflow to clean up IAM Identity Center resources in the specified additional Region. The Region status is set to REMOVING and the Region record is deleted when the workflow completes. The request must be made from the primary Region. The target Region cannot be the primary Region, and no other add or remove Region workflows can be in progress. The following actions are related to RemoveRegion: AddRegion DescribeRegion ListRegions

Removes an additional Region from an IAM Identity Center instance. This operation initiates an asynchronous workflow to clean up IAM Identity Center resources in the specified additional Region. The Region status is set to REMOVING and the Region record is deleted when the workflow completes. The request must be made from the primary Region. The target Region cannot be the primary Region, and no other add or remove Region workflows can be in progress. The following actions are related to RemoveRegion: AddRegion DescribeRegion ListRegions

Sourcemodule PutPermissionsBoundaryToPermissionSetResponse = Awso_sso_admin.Values.PutPermissionsBoundaryToPermissionSetResponse

Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.

Sourcemodule PutPermissionsBoundaryToPermissionSetRequest = Awso_sso_admin.Values.PutPermissionsBoundaryToPermissionSetRequest

Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.

Sourcemodule PutInlinePolicyToPermissionSetResponse = Awso_sso_admin.Values.PutInlinePolicyToPermissionSetResponse

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.

Sourcemodule PutInlinePolicyToPermissionSetRequest = Awso_sso_admin.Values.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.

Sourcemodule PutApplicationSessionConfigurationResponse = Awso_sso_admin.Values.PutApplicationSessionConfigurationResponse

Updates the session configuration for an application in IAM Identity Center. The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.

Sourcemodule PutApplicationSessionConfigurationRequest = Awso_sso_admin.Values.PutApplicationSessionConfigurationRequest

Updates the session configuration for an application in IAM Identity Center. The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.

Sourcemodule PutApplicationGrantRequest = Awso_sso_admin.Values.PutApplicationGrantRequest

Creates a configuration for an application to use grants. Conceptually grants are authorization to request actions related to tokens. This configuration will be used when parties are requesting and receiving tokens during the trusted identity propagation process. For more information on the IAM Identity Center supported grant workflows, see SAML 2.0 and OAuth 2.0. A grant is created between your applications and Identity Center instance which enables an application to use specified mechanisms to obtain tokens. These tokens are used by your applications to gain access to Amazon Web Services resources on behalf of users. The following elements are within these exchanges: Requester - The application requesting access to Amazon Web Services resources. Subject - Typically the user that is requesting access to Amazon Web Services resources. Grant - Conceptually, a grant is authorization to access Amazon Web Services resources. These grants authorize token generation for authenticating access to the requester and for the request to make requests on behalf of the subjects. There are four types of grants: AuthorizationCode - Allows an application to request authorization through a series of user-agent redirects. JWT bearer - Authorizes an application to exchange a JSON Web Token that came from an external identity provider. To learn more, see RFC 6479. Refresh token - Enables application to request new access tokens to replace expiring or expired access tokens. Exchange token - A grant that requests tokens from the authorization server by providing a ‘subject’ token with access scope authorizing trusted identity propagation to this application. To learn more, see RFC 8693. Authorization server - IAM Identity Center requests tokens. User credentials are never shared directly within these exchanges. Instead, applications use grants to request access tokens from IAM Identity Center. For more information, see RFC 6479. Use cases Connecting to custom applications. Configuring an Amazon Web Services service to make calls to another Amazon Web Services services using JWT tokens.

Sourcemodule PutApplicationAuthenticationMethodRequest = Awso_sso_admin.Values.PutApplicationAuthenticationMethodRequest

Adds or updates an authentication method for an application.

Sourcemodule PutApplicationAssignmentConfigurationResponse = Awso_sso_admin.Values.PutApplicationAssignmentConfigurationResponse

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.

Sourcemodule PutApplicationAssignmentConfigurationRequest = Awso_sso_admin.Values.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.

Sourcemodule PutApplicationAccessScopeRequest = Awso_sso_admin.Values.PutApplicationAccessScopeRequest

Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.

Sourcemodule ProvisionPermissionSetResponse = Awso_sso_admin.Values.ProvisionPermissionSetResponse

The process by which a specified permission set is provisioned to the specified target.

Sourcemodule ProvisionPermissionSetRequest = Awso_sso_admin.Values.ProvisionPermissionSetRequest

The process by which a specified permission set is provisioned to the specified target.

Sourcemodule ListTrustedTokenIssuersResponse = Awso_sso_admin.Values.ListTrustedTokenIssuersResponse

Lists all the trusted token issuers configured in an instance of IAM Identity Center.

Sourcemodule ListTrustedTokenIssuersRequest = Awso_sso_admin.Values.ListTrustedTokenIssuersRequest

Lists all the trusted token issuers configured in an instance of IAM Identity Center.

Sourcemodule ListTagsForResourceResponse = Awso_sso_admin.Values.ListTagsForResourceResponse

Lists the tags that are attached to a specified resource.

Sourcemodule ListTagsForResourceRequest = Awso_sso_admin.Values.ListTagsForResourceRequest

Lists the tags that are attached to a specified resource.

Lists all enabled Regions of an IAM Identity Center instance, including those that are being added or removed. This operation returns Regions with ACTIVE, ADDING, or REMOVING status. The following actions are related to ListRegions: AddRegion RemoveRegion DescribeRegion

Lists all enabled Regions of an IAM Identity Center instance, including those that are being added or removed. This operation returns Regions with ACTIVE, ADDING, or REMOVING status. The following actions are related to ListRegions: AddRegion RemoveRegion DescribeRegion

Sourcemodule ListPermissionSetsResponse = Awso_sso_admin.Values.ListPermissionSetsResponse

Lists the PermissionSets in an IAM Identity Center instance.

Lists the PermissionSets in an IAM Identity Center instance.

Sourcemodule ListPermissionSetsProvisionedToAccountResponse = Awso_sso_admin.Values.ListPermissionSetsProvisionedToAccountResponse

Lists all the permission sets that are provisioned to a specified Amazon Web Services account.

Sourcemodule ListPermissionSetsProvisionedToAccountRequest = Awso_sso_admin.Values.ListPermissionSetsProvisionedToAccountRequest

Lists all the permission sets that are provisioned to a specified Amazon Web Services account.

Sourcemodule ListPermissionSetProvisioningStatusResponse = Awso_sso_admin.Values.ListPermissionSetProvisioningStatusResponse

Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.

Sourcemodule ListPermissionSetProvisioningStatusRequest = Awso_sso_admin.Values.ListPermissionSetProvisioningStatusRequest

Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.

Sourcemodule ListManagedPoliciesInPermissionSetResponse = Awso_sso_admin.Values.ListManagedPoliciesInPermissionSetResponse

Lists the Amazon Web Services managed policy that is attached to a specified permission set.

Sourcemodule ListManagedPoliciesInPermissionSetRequest = Awso_sso_admin.Values.ListManagedPoliciesInPermissionSetRequest

Lists the Amazon Web Services managed policy that is attached to a specified permission set.

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.

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.

Sourcemodule ListCustomerManagedPolicyReferencesInPermissionSetResponse = Awso_sso_admin.Values.ListCustomerManagedPolicyReferencesInPermissionSetResponse

Lists all customer managed policies attached to a specified PermissionSet.

Sourcemodule ListCustomerManagedPolicyReferencesInPermissionSetRequest = Awso_sso_admin.Values.ListCustomerManagedPolicyReferencesInPermissionSetRequest

Lists all customer managed policies attached to a specified PermissionSet.

Lists all applications associated with the instance of IAM Identity Center. When listing applications for an organization instance in the management account, member accounts must use the applicationAccount parameter to filter the list to only applications created from that account. When listing applications for an account instance in the same member account, a filter is not required.

Lists all applications associated with the instance of IAM Identity Center. When listing applications for an organization instance in the management account, member accounts must use the applicationAccount parameter to filter the list to only applications created from that account. When listing applications for an account instance in the same member account, a filter is not required.

Sourcemodule ListApplicationProvidersResponse = Awso_sso_admin.Values.ListApplicationProvidersResponse

Lists the application providers configured in the IAM Identity Center identity store.

Sourcemodule ListApplicationProvidersRequest = Awso_sso_admin.Values.ListApplicationProvidersRequest

Lists the application providers configured in the IAM Identity Center identity store.

Sourcemodule ListApplicationGrantsResponse = Awso_sso_admin.Values.ListApplicationGrantsResponse

List the grants associated with an application.

Sourcemodule ListApplicationGrantsRequest = Awso_sso_admin.Values.ListApplicationGrantsRequest

List the grants associated with an application.

Sourcemodule ListApplicationAuthenticationMethodsResponse = Awso_sso_admin.Values.ListApplicationAuthenticationMethodsResponse

Lists all of the authentication methods supported by the specified application.

Sourcemodule ListApplicationAuthenticationMethodsRequest = Awso_sso_admin.Values.ListApplicationAuthenticationMethodsRequest

Lists all of the authentication methods supported by the specified application.

Sourcemodule ListApplicationAssignmentsResponse = Awso_sso_admin.Values.ListApplicationAssignmentsResponse

Lists Amazon Web Services account users that are assigned to an application.

Sourcemodule ListApplicationAssignmentsRequest = Awso_sso_admin.Values.ListApplicationAssignmentsRequest

Lists Amazon Web Services account users that are assigned to an application.

Sourcemodule ListApplicationAssignmentsForPrincipalResponse = Awso_sso_admin.Values.ListApplicationAssignmentsForPrincipalResponse

Lists the applications to which a specified principal is assigned. You must provide a filter when calling this action from a member account against your organization instance of IAM Identity Center. A filter is not required when called from the management account against an organization instance of IAM Identity Center, or from a member account against an account instance of IAM Identity Center in the same account.

Sourcemodule ListApplicationAssignmentsForPrincipalRequest = Awso_sso_admin.Values.ListApplicationAssignmentsForPrincipalRequest

Lists the applications to which a specified principal is assigned. You must provide a filter when calling this action from a member account against your organization instance of IAM Identity Center. A filter is not required when called from the management account against an organization instance of IAM Identity Center, or from a member account against an account instance of IAM Identity Center in the same account.

Sourcemodule ListApplicationAccessScopesResponse = Awso_sso_admin.Values.ListApplicationAccessScopesResponse

Lists the access scopes and authorized targets associated with an application.

Sourcemodule ListApplicationAccessScopesRequest = Awso_sso_admin.Values.ListApplicationAccessScopesRequest

Lists the access scopes and authorized targets associated with an application.

Sourcemodule ListAccountsForProvisionedPermissionSetResponse = Awso_sso_admin.Values.ListAccountsForProvisionedPermissionSetResponse

Lists all the Amazon Web Services accounts where the specified permission set is provisioned.

Sourcemodule ListAccountsForProvisionedPermissionSetRequest = Awso_sso_admin.Values.ListAccountsForProvisionedPermissionSetRequest

Lists all the Amazon Web Services accounts where the specified permission set is provisioned.

Sourcemodule ListAccountAssignmentsResponse = Awso_sso_admin.Values.ListAccountAssignmentsResponse

Lists the assignee of the specified Amazon Web Services account with the specified permission set.

Sourcemodule ListAccountAssignmentsRequest = Awso_sso_admin.Values.ListAccountAssignmentsRequest

Lists the assignee of the specified Amazon Web Services account with the specified permission set.

Sourcemodule ListAccountAssignmentsForPrincipalResponse = Awso_sso_admin.Values.ListAccountAssignmentsForPrincipalResponse

Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to. This action must be called from the management account containing your organization instance of IAM Identity Center. This action is not valid for account instances of IAM Identity Center.

Sourcemodule ListAccountAssignmentsForPrincipalRequest = Awso_sso_admin.Values.ListAccountAssignmentsForPrincipalRequest

Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to. This action must be called from the management account containing your organization instance of IAM Identity Center. This action is not valid for account instances of IAM Identity Center.

Sourcemodule ListAccountAssignmentDeletionStatusResponse = Awso_sso_admin.Values.ListAccountAssignmentDeletionStatusResponse

Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.

Sourcemodule ListAccountAssignmentDeletionStatusRequest = Awso_sso_admin.Values.ListAccountAssignmentDeletionStatusRequest

Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.

Sourcemodule ListAccountAssignmentCreationStatusResponse = Awso_sso_admin.Values.ListAccountAssignmentCreationStatusResponse

Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.

Sourcemodule ListAccountAssignmentCreationStatusRequest = Awso_sso_admin.Values.ListAccountAssignmentCreationStatusRequest

Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.

Sourcemodule GetPermissionsBoundaryForPermissionSetResponse = Awso_sso_admin.Values.GetPermissionsBoundaryForPermissionSetResponse

Obtains the permissions boundary for a specified PermissionSet.

Sourcemodule GetPermissionsBoundaryForPermissionSetRequest = Awso_sso_admin.Values.GetPermissionsBoundaryForPermissionSetRequest

Obtains the permissions boundary for a specified PermissionSet.

Sourcemodule GetInlinePolicyForPermissionSetResponse = Awso_sso_admin.Values.GetInlinePolicyForPermissionSetResponse

Obtains the inline policy assigned to the permission set.

Sourcemodule GetInlinePolicyForPermissionSetRequest = Awso_sso_admin.Values.GetInlinePolicyForPermissionSetRequest

Obtains the inline policy assigned to the permission set.

Sourcemodule GetApplicationSessionConfigurationResponse = Awso_sso_admin.Values.GetApplicationSessionConfigurationResponse

Retrieves the session configuration for an application in IAM Identity Center. The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.

Sourcemodule GetApplicationSessionConfigurationRequest = Awso_sso_admin.Values.GetApplicationSessionConfigurationRequest

Retrieves the session configuration for an application in IAM Identity Center. The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.

Sourcemodule GetApplicationGrantResponse = Awso_sso_admin.Values.GetApplicationGrantResponse

Retrieves details about an application grant.

Sourcemodule GetApplicationGrantRequest = Awso_sso_admin.Values.GetApplicationGrantRequest

Retrieves details about an application grant.

Sourcemodule GetApplicationAuthenticationMethodResponse = Awso_sso_admin.Values.GetApplicationAuthenticationMethodResponse

Retrieves details about an authentication method used by an application.

Sourcemodule GetApplicationAuthenticationMethodRequest = Awso_sso_admin.Values.GetApplicationAuthenticationMethodRequest

Retrieves details about an authentication method used by an application.

Sourcemodule GetApplicationAssignmentConfigurationResponse = Awso_sso_admin.Values.GetApplicationAssignmentConfigurationResponse

Retrieves the configuration of PutApplicationAssignmentConfiguration.

Sourcemodule GetApplicationAssignmentConfigurationRequest = Awso_sso_admin.Values.GetApplicationAssignmentConfigurationRequest

Retrieves the configuration of PutApplicationAssignmentConfiguration.

Sourcemodule GetApplicationAccessScopeResponse = Awso_sso_admin.Values.GetApplicationAccessScopeResponse

Retrieves the authorized targets for an IAM Identity Center access scope for an application.

Sourcemodule GetApplicationAccessScopeRequest = Awso_sso_admin.Values.GetApplicationAccessScopeRequest

Retrieves the authorized targets for an IAM Identity Center access scope for an application.

Sourcemodule DetachManagedPolicyFromPermissionSetResponse = Awso_sso_admin.Values.DetachManagedPolicyFromPermissionSetResponse

Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.

Sourcemodule DetachManagedPolicyFromPermissionSetRequest = Awso_sso_admin.Values.DetachManagedPolicyFromPermissionSetRequest

Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.

Sourcemodule DetachCustomerManagedPolicyReferenceFromPermissionSetResponse = Awso_sso_admin.Values.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse

Detaches the specified customer managed policy from the specified PermissionSet.

Sourcemodule DetachCustomerManagedPolicyReferenceFromPermissionSetRequest = Awso_sso_admin.Values.DetachCustomerManagedPolicyReferenceFromPermissionSetRequest

Detaches the specified customer managed policy from the specified PermissionSet.

Sourcemodule DescribeTrustedTokenIssuerResponse = Awso_sso_admin.Values.DescribeTrustedTokenIssuerResponse

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.

Sourcemodule DescribeTrustedTokenIssuerRequest = Awso_sso_admin.Values.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.

Retrieves details about a specific Region enabled in an IAM Identity Center instance. Details include the Region name, current status (ACTIVE, ADDING, or REMOVING), the date when the Region was added, and whether it is the primary Region. The request must be made from one of the enabled Regions of the IAM Identity Center instance. The following actions are related to DescribeRegion: AddRegion RemoveRegion ListRegions

Retrieves details about a specific Region enabled in an IAM Identity Center instance. Details include the Region name, current status (ACTIVE, ADDING, or REMOVING), the date when the Region was added, and whether it is the primary Region. The request must be made from one of the enabled Regions of the IAM Identity Center instance. The following actions are related to DescribeRegion: AddRegion RemoveRegion ListRegions

Sourcemodule DescribePermissionSetResponse = Awso_sso_admin.Values.DescribePermissionSetResponse

Gets the details of the permission set.

Sourcemodule DescribePermissionSetRequest = Awso_sso_admin.Values.DescribePermissionSetRequest

Gets the details of the permission set.

Sourcemodule DescribePermissionSetProvisioningStatusResponse = Awso_sso_admin.Values.DescribePermissionSetProvisioningStatusResponse

Describes the status for the given permission set provisioning request.

Sourcemodule DescribePermissionSetProvisioningStatusRequest = Awso_sso_admin.Values.DescribePermissionSetProvisioningStatusRequest

Describes the status for the given permission set provisioning request.

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.

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.

Sourcemodule DescribeInstanceAccessControlAttributeConfigurationResponse = Awso_sso_admin.Values.DescribeInstanceAccessControlAttributeConfigurationResponse

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.

Sourcemodule DescribeInstanceAccessControlAttributeConfigurationRequest = Awso_sso_admin.Values.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.

Sourcemodule DescribeApplicationResponse = Awso_sso_admin.Values.DescribeApplicationResponse

Retrieves the details of an application associated with an instance of IAM Identity Center.

Sourcemodule DescribeApplicationRequest = Awso_sso_admin.Values.DescribeApplicationRequest

Retrieves the details of an application associated with an instance of IAM Identity Center.

Sourcemodule DescribeApplicationProviderResponse = Awso_sso_admin.Values.DescribeApplicationProviderResponse

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.

Sourcemodule DescribeApplicationProviderRequest = Awso_sso_admin.Values.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.

Sourcemodule DescribeApplicationAssignmentResponse = Awso_sso_admin.Values.DescribeApplicationAssignmentResponse

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.

Sourcemodule DescribeApplicationAssignmentRequest = Awso_sso_admin.Values.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.

Sourcemodule DescribeAccountAssignmentDeletionStatusResponse = Awso_sso_admin.Values.DescribeAccountAssignmentDeletionStatusResponse

Describes the status of the assignment deletion request.

Sourcemodule DescribeAccountAssignmentDeletionStatusRequest = Awso_sso_admin.Values.DescribeAccountAssignmentDeletionStatusRequest

Describes the status of the assignment deletion request.

Sourcemodule DescribeAccountAssignmentCreationStatusResponse = Awso_sso_admin.Values.DescribeAccountAssignmentCreationStatusResponse

Describes the status of the assignment creation request.

Sourcemodule DescribeAccountAssignmentCreationStatusRequest = Awso_sso_admin.Values.DescribeAccountAssignmentCreationStatusRequest

Describes the status of the assignment creation request.

Sourcemodule DeleteTrustedTokenIssuerResponse = Awso_sso_admin.Values.DeleteTrustedTokenIssuerResponse

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.

Sourcemodule DeleteTrustedTokenIssuerRequest = Awso_sso_admin.Values.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.

Sourcemodule DeletePermissionsBoundaryFromPermissionSetResponse = Awso_sso_admin.Values.DeletePermissionsBoundaryFromPermissionSetResponse

Deletes the permissions boundary from a specified PermissionSet.

Sourcemodule DeletePermissionsBoundaryFromPermissionSetRequest = Awso_sso_admin.Values.DeletePermissionsBoundaryFromPermissionSetRequest

Deletes the permissions boundary from a specified PermissionSet.

Sourcemodule DeletePermissionSetResponse = Awso_sso_admin.Values.DeletePermissionSetResponse

Deletes the specified permission set.

Sourcemodule DeletePermissionSetRequest = Awso_sso_admin.Values.DeletePermissionSetRequest

Deletes the specified permission set.

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.

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.

Sourcemodule DeleteInstanceAccessControlAttributeConfigurationResponse = Awso_sso_admin.Values.DeleteInstanceAccessControlAttributeConfigurationResponse

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.

Sourcemodule DeleteInstanceAccessControlAttributeConfigurationRequest = Awso_sso_admin.Values.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.

Sourcemodule DeleteInlinePolicyFromPermissionSetResponse = Awso_sso_admin.Values.DeleteInlinePolicyFromPermissionSetResponse

Deletes the inline policy from a specified permission set.

Sourcemodule DeleteInlinePolicyFromPermissionSetRequest = Awso_sso_admin.Values.DeleteInlinePolicyFromPermissionSetRequest

Deletes the inline policy from a specified permission set.

Deletes the association with the application. The connected service resource still exists.

Deletes the association with the application. The connected service resource still exists.

Sourcemodule DeleteApplicationGrantRequest = Awso_sso_admin.Values.DeleteApplicationGrantRequest

Deletes a grant from an application.

Sourcemodule DeleteApplicationAuthenticationMethodRequest = Awso_sso_admin.Values.DeleteApplicationAuthenticationMethodRequest

Deletes an authentication method from an application.

Sourcemodule DeleteApplicationAssignmentResponse = Awso_sso_admin.Values.DeleteApplicationAssignmentResponse

Revoke application access to an application by deleting application assignments for a user or group.

Sourcemodule DeleteApplicationAssignmentRequest = Awso_sso_admin.Values.DeleteApplicationAssignmentRequest

Revoke application access to an application by deleting application assignments for a user or group.

Sourcemodule DeleteApplicationAccessScopeRequest = Awso_sso_admin.Values.DeleteApplicationAccessScopeRequest

Deletes an IAM Identity Center access scope from an application.

Sourcemodule DeleteAccountAssignmentResponse = Awso_sso_admin.Values.DeleteAccountAssignmentResponse

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.

Sourcemodule DeleteAccountAssignmentRequest = Awso_sso_admin.Values.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.

Sourcemodule CreateTrustedTokenIssuerResponse = Awso_sso_admin.Values.CreateTrustedTokenIssuerResponse

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.

Sourcemodule CreateTrustedTokenIssuerRequest = Awso_sso_admin.Values.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.

Sourcemodule CreatePermissionSetResponse = Awso_sso_admin.Values.CreatePermissionSetResponse

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 .

Sourcemodule CreatePermissionSetRequest = Awso_sso_admin.Values.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 .

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.

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.

Sourcemodule CreateInstanceAccessControlAttributeConfigurationResponse = Awso_sso_admin.Values.CreateInstanceAccessControlAttributeConfigurationResponse

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.

Sourcemodule CreateInstanceAccessControlAttributeConfigurationRequest = Awso_sso_admin.Values.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.

Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider. This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services managed applications. To learn how to create an Amazon Web Services managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the Amazon Web Services Management Console only. See Setting up customer managed SAML 2.0 applications. For more information on these application types, see Amazon Web Services managed applications.

Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider. This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services managed applications. To learn how to create an Amazon Web Services managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the Amazon Web Services Management Console only. See Setting up customer managed SAML 2.0 applications. For more information on these application types, see Amazon Web Services managed applications.

Sourcemodule CreateApplicationAssignmentResponse = Awso_sso_admin.Values.CreateApplicationAssignmentResponse

Grant application access to a user or group.

Sourcemodule CreateApplicationAssignmentRequest = Awso_sso_admin.Values.CreateApplicationAssignmentRequest

Grant application access to a user or group.

Sourcemodule CreateAccountAssignmentResponse = Awso_sso_admin.Values.CreateAccountAssignmentResponse

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.

Sourcemodule CreateAccountAssignmentRequest = Awso_sso_admin.Values.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.

Sourcemodule AttachManagedPolicyToPermissionSetResponse = Awso_sso_admin.Values.AttachManagedPolicyToPermissionSetResponse

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.

Sourcemodule AttachManagedPolicyToPermissionSetRequest = Awso_sso_admin.Values.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.

Sourcemodule AttachCustomerManagedPolicyReferenceToPermissionSetResponse = Awso_sso_admin.Values.AttachCustomerManagedPolicyReferenceToPermissionSetResponse

Attaches the specified customer managed policy to the specified PermissionSet.

Sourcemodule AttachCustomerManagedPolicyReferenceToPermissionSetRequest = Awso_sso_admin.Values.AttachCustomerManagedPolicyReferenceToPermissionSetRequest

Attaches the specified customer managed policy to the specified PermissionSet.

Adds a Region to an IAM Identity Center instance. This operation initiates an asynchronous workflow to replicate the IAM Identity Center instance to the target Region. The Region status is set to ADDING at first and changes to ACTIVE when the workflow completes. To use this operation, your IAM Identity Center instance and the target Region must meet the requirements described in the IAM Identity Center User Guide. The following actions are related to AddRegion: RemoveRegion DescribeRegion ListRegions

Adds a Region to an IAM Identity Center instance. This operation initiates an asynchronous workflow to replicate the IAM Identity Center instance to the target Region. The Region status is set to ADDING at first and changes to ACTIVE when the workflow completes. To use this operation, your IAM Identity Center instance and the target Region must meet the requirements described in the IAM Identity Center User Guide. The following actions are related to AddRegion: RemoveRegion DescribeRegion ListRegions