Class: AWS.SSOAdmin
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.SSOAdmin
- Identifier:
- ssoadmin
- API Version:
- 2020-07-20
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size and type.
sso
and identitystore
API namespaces. This reference guide provides information on single sign-on operations which could be used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see the IAM Identity Center User Guide.
Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in IAM Identity Center, see the Identity Store API Reference.
Sending a Request Using SSOAdmin
var ssoadmin = new AWS.SSOAdmin();
ssoadmin.attachCustomerManagedPolicyReferenceToPermissionSet(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the SSOAdmin object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var ssoadmin = new AWS.SSOAdmin({apiVersion: '2020-07-20'});
You can also set the API version globally in AWS.config.apiVersions
using
the ssoadmin service identifier:
AWS.config.apiVersions = {
ssoadmin: '2020-07-20',
// other service API versions
};
var ssoadmin = new AWS.SSOAdmin();
Constructor Summary collapse
-
new AWS.SSOAdmin(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
attachCustomerManagedPolicyReferenceToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches the specified customer managed policy to the specified PermissionSet.
.
-
attachManagedPolicyToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an Amazon Web Services managed policy ARN to a permission set.
Note: If the permission set is already referenced by one or more account assignments, you will need to callProvisionPermissionSet
after this operation.- createAccountAssignment(params = {}, callback) ⇒ AWS.Request
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
Note: The term principal here refers to a user or group that is defined in IAM Identity Center.- createApplication(params = {}, callback) ⇒ AWS.Request
Creates an application in IAM Identity Center for the given application provider.
.
- createApplicationAssignment(params = {}, callback) ⇒ AWS.Request
Grant application access to a user or group.
.
- createInstance(params = {}, callback) ⇒ AWS.Request
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.
- createInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center instance.
- createPermissionSet(params = {}, callback) ⇒ AWS.Request
Creates a permission set within a specified IAM Identity Center instance.
Note: To grant users and groups access to Amazon Web Services account resources, useCreateAccountAssignment
.- createTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Creates a connection to a trusted token issuer in an instance of IAM Identity Center.
- deleteAccountAssignment(params = {}, callback) ⇒ AWS.Request
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
Note: After a successful response, callDescribeAccountAssignmentDeletionStatus
to describe the status of an assignment deletion request.- deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes the association with the application.
- deleteApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Deletes an IAM Identity Center access scope from an application.
.
- deleteApplicationAssignment(params = {}, callback) ⇒ AWS.Request
Revoke application access to an application by deleting application assignments for a user or group.
.
- deleteApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Deletes an authentication method from an application.
.
- deleteApplicationGrant(params = {}, callback) ⇒ AWS.Request
Deletes a grant from an application.
.
- deleteInlinePolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the inline policy from a specified permission set.
.
- deleteInstance(params = {}, callback) ⇒ AWS.Request
Deletes the instance of IAM Identity Center.
- deleteInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
- deletePermissionsBoundaryFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the permissions boundary from a specified PermissionSet.
.
- deletePermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the specified permission set.
.
- deleteTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Deletes a trusted token issuer configuration from an instance of IAM Identity Center.
Note: Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.- describeAccountAssignmentCreationStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the assignment creation request.
.
- describeAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the assignment deletion request.
.
- describeApplication(params = {}, callback) ⇒ AWS.Request
Retrieves the details of an application associated with an instance of IAM Identity Center.
.
- describeApplicationAssignment(params = {}, callback) ⇒ AWS.Request
Retrieves a direct assignment of a user or group to an application.
- describeApplicationProvider(params = {}, callback) ⇒ AWS.Request
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.
.
- describeInstance(params = {}, callback) ⇒ AWS.Request
Returns the details of an instance of IAM Identity Center.
- describeInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
- describePermissionSet(params = {}, callback) ⇒ AWS.Request
Gets the details of the permission set.
.
- describePermissionSetProvisioningStatus(params = {}, callback) ⇒ AWS.Request
Describes the status for the given permission set provisioning request.
.
- describeTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center.
- detachCustomerManagedPolicyReferenceFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the specified customer managed policy from the specified PermissionSet.
.
- detachManagedPolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
.
- getApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Retrieves the authorized targets for an IAM Identity Center access scope for an application.
.
- getApplicationAssignmentConfiguration(params = {}, callback) ⇒ AWS.Request
Retrieves the configuration of PutApplicationAssignmentConfiguration.
.
- getApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Retrieves details about an authentication method used by an application.
.
- getApplicationGrant(params = {}, callback) ⇒ AWS.Request
Retrieves details about an application grant.
.
- getInlinePolicyForPermissionSet(params = {}, callback) ⇒ AWS.Request
Obtains the inline policy assigned to the permission set.
.
- getPermissionsBoundaryForPermissionSet(params = {}, callback) ⇒ AWS.Request
Obtains the permissions boundary for a specified PermissionSet.
.
- listAccountAssignmentCreationStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
.
- listAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
.
- listAccountAssignments(params = {}, callback) ⇒ AWS.Request
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
.
- listAccountAssignmentsForPrincipal(params = {}, callback) ⇒ AWS.Request
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
.
- listAccountsForProvisionedPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
.
- listApplicationAccessScopes(params = {}, callback) ⇒ AWS.Request
Lists the access scopes and authorized targets associated with an application.
.
- listApplicationAssignments(params = {}, callback) ⇒ AWS.Request
Lists Amazon Web Services account users that are assigned to an application.
.
- listApplicationAssignmentsForPrincipal(params = {}, callback) ⇒ AWS.Request
Lists the applications to which a specified principal is assigned.
.
- listApplicationAuthenticationMethods(params = {}, callback) ⇒ AWS.Request
Lists all of the authentication methods supported by the specified application.
.
- listApplicationGrants(params = {}, callback) ⇒ AWS.Request
List the grants associated with an application.
.
- listApplicationProviders(params = {}, callback) ⇒ AWS.Request
Lists the application providers configured in the IAM Identity Center identity store.
.
- listApplications(params = {}, callback) ⇒ AWS.Request
Lists all applications associated with the instance of IAM Identity Center.
- listCustomerManagedPolicyReferencesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all customer managed policies attached to a specified PermissionSet.
.
- listInstances(params = {}, callback) ⇒ AWS.Request
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.
- listManagedPoliciesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
.
- listPermissionSetProvisioningStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
.
- listPermissionSets(params = {}, callback) ⇒ AWS.Request
Lists the PermissionSets in an IAM Identity Center instance.
.
- listPermissionSetsProvisionedToAccount(params = {}, callback) ⇒ AWS.Request
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
.
- listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags that are attached to a specified resource.
.
- listTrustedTokenIssuers(params = {}, callback) ⇒ AWS.Request
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
.
- provisionPermissionSet(params = {}, callback) ⇒ AWS.Request
The process by which a specified permission set is provisioned to the specified target.
.
- putApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
.
- putApplicationAssignmentConfiguration(params = {}, callback) ⇒ AWS.Request
Configure how users gain access to an application.
- putApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Adds or updates an authentication method for an application.
.
- putApplicationGrant(params = {}, callback) ⇒ AWS.Request
Adds a grant to an application.
.
- putInlinePolicyToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an inline policy to a permission set.
Note: If the permission set is already referenced by one or more account assignments, you will need to callProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to all assigned accounts.- putPermissionsBoundaryToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
.
- tagResource(params = {}, callback) ⇒ AWS.Request
Associates a set of tags with a specified resource.
.
- untagResource(params = {}, callback) ⇒ AWS.Request
Disassociates a set of tags from a specified resource.
.
- updateApplication(params = {}, callback) ⇒ AWS.Request
Updates application properties.
- updateInstance(params = {}, callback) ⇒ AWS.Request
Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
.
- updateInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance for attributes-based access control (ABAC).
- updatePermissionSet(params = {}, callback) ⇒ AWS.Request
Updates an existing permission set.
.
- updateTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
Note: Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer.Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.SSOAdmin(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
attachCustomerManagedPolicyReferenceToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches the specified customer managed policy to the specified PermissionSet.
attachManagedPolicyToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an Amazon Web Services managed policy ARN to a permission set.
Note: If the permission set is already referenced by one or more account assignments, you will need to callProvisionPermissionSet
after this operation. CallingProvisionPermissionSet
applies the corresponding IAM policy updates to all assigned accounts.createAccountAssignment(params = {}, callback) ⇒ AWS.Request
Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.
Note: The term principal here refers to a user or group that is defined in IAM Identity Center.Note: As part of a successfulCreateAccountAssignment
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 callProvisionPermissionSet
to make these updates.Note: After a successful response, callDescribeAccountAssignmentCreationStatus
to describe the status of an assignment creation request.createApplication(params = {}, callback) ⇒ AWS.Request
Creates an application in IAM Identity Center for the given application provider.
createApplicationAssignment(params = {}, callback) ⇒ AWS.Request
Grant application access to a user or group.
createInstance(params = {}, callback) ⇒ AWS.Request
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.
createInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
Note: After a successful response, callDescribeInstanceAccessControlAttributeConfiguration
to validate thatInstanceAccessControlAttributeConfiguration
was created.createPermissionSet(params = {}, callback) ⇒ AWS.Request
Creates a permission set within a specified IAM Identity Center instance.
Note: To grant users and groups access to Amazon Web Services account resources, useCreateAccountAssignment
.createTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
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.
deleteAccountAssignment(params = {}, callback) ⇒ AWS.Request
Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
Note: After a successful response, callDescribeAccountAssignmentDeletionStatus
to describe the status of an assignment deletion request.deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes the association with the application. The connected service resource still exists.
deleteApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Deletes an IAM Identity Center access scope from an application.
deleteApplicationAssignment(params = {}, callback) ⇒ AWS.Request
Revoke application access to an application by deleting application assignments for a user or group.
deleteApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Deletes an authentication method from an application.
deleteInlinePolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the inline policy from a specified permission set.
deleteInstance(params = {}, callback) ⇒ AWS.Request
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.
deleteInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
deletePermissionsBoundaryFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the permissions boundary from a specified PermissionSet.
deleteTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Deletes a trusted token issuer configuration from an instance of IAM Identity Center.
Note: Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.describeAccountAssignmentCreationStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the assignment creation request.
describeAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Describes the status of the assignment deletion request.
describeApplication(params = {}, callback) ⇒ AWS.Request
Retrieves the details of an application associated with an instance of IAM Identity Center.
describeApplicationAssignment(params = {}, callback) ⇒ AWS.Request
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.
describeApplicationProvider(params = {}, callback) ⇒ AWS.Request
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.
describeInstance(params = {}, callback) ⇒ AWS.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 ofACTIVE
. While the instance is in theCREATE_IN_PROGRESS
state, you can call only DescribeInstance and DeleteInstance operations. -
DELETE_IN_PROGRESS
- The instance is being deleted. ReturnsAccessDeniedException
after the delete operation completes. -
ACTIVE
- The instance is active.
describeInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
describePermissionSetProvisioningStatus(params = {}, callback) ⇒ AWS.Request
Describes the status for the given permission set provisioning request.
describeTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
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.
detachCustomerManagedPolicyReferenceFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the specified customer managed policy from the specified PermissionSet.
detachManagedPolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
getApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Retrieves the authorized targets for an IAM Identity Center access scope for an application.
getApplicationAssignmentConfiguration(params = {}, callback) ⇒ AWS.Request
Retrieves the configuration of PutApplicationAssignmentConfiguration.
getApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Retrieves details about an authentication method used by an application.
getApplicationGrant(params = {}, callback) ⇒ AWS.Request
Retrieves details about an application grant.
getInlinePolicyForPermissionSet(params = {}, callback) ⇒ AWS.Request
Obtains the inline policy assigned to the permission set.
getPermissionsBoundaryForPermissionSet(params = {}, callback) ⇒ AWS.Request
Obtains the permissions boundary for a specified PermissionSet.
listAccountAssignmentCreationStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
listAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
listAccountAssignments(params = {}, callback) ⇒ AWS.Request
Lists the assignee of the specified Amazon Web Services account with the specified permission set.
listAccountAssignmentsForPrincipal(params = {}, callback) ⇒ AWS.Request
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
listAccountsForProvisionedPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
listApplicationAccessScopes(params = {}, callback) ⇒ AWS.Request
Lists the access scopes and authorized targets associated with an application.
listApplicationAssignments(params = {}, callback) ⇒ AWS.Request
Lists Amazon Web Services account users that are assigned to an application.
listApplicationAssignmentsForPrincipal(params = {}, callback) ⇒ AWS.Request
Lists the applications to which a specified principal is assigned.
listApplicationAuthenticationMethods(params = {}, callback) ⇒ AWS.Request
Lists all of the authentication methods supported by the specified application.
listApplicationGrants(params = {}, callback) ⇒ AWS.Request
List the grants associated with an application.
listApplicationProviders(params = {}, callback) ⇒ AWS.Request
Lists the application providers configured in the IAM Identity Center identity store.
listApplications(params = {}, callback) ⇒ AWS.Request
Lists all applications associated with the instance of IAM Identity Center. When listing applications for an instance in the management account, member accounts must use the
applicationAccount
parameter to filter the list to only applications created from that account.listCustomerManagedPolicyReferencesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all customer managed policies attached to a specified PermissionSet.
listInstances(params = {}, callback) ⇒ AWS.Request
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.
listManagedPoliciesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
listPermissionSetProvisioningStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
listPermissionSets(params = {}, callback) ⇒ AWS.Request
Lists the PermissionSets in an IAM Identity Center instance.
listPermissionSetsProvisionedToAccount(params = {}, callback) ⇒ AWS.Request
Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags that are attached to a specified resource.
listTrustedTokenIssuers(params = {}, callback) ⇒ AWS.Request
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
provisionPermissionSet(params = {}, callback) ⇒ AWS.Request
The process by which a specified permission set is provisioned to the specified target.
putApplicationAccessScope(params = {}, callback) ⇒ AWS.Request
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
putApplicationAssignmentConfiguration(params = {}, callback) ⇒ AWS.Request
Configure how users gain access to an application. If
AssignmentsRequired
istrue
(default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. Iffalse
, all users have access to the application. If an assignment is created using CreateApplicationAssignment., the user retains access ifAssignmentsRequired
is set totrue
.putApplicationAuthenticationMethod(params = {}, callback) ⇒ AWS.Request
Adds or updates an authentication method for an application.
putInlinePolicyToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an inline policy to a permission set.
Note: If the permission set is already referenced by one or more account assignments, you will need to callProvisionPermissionSet
after this action to apply the corresponding IAM policy updates to all assigned accounts.putPermissionsBoundaryToPermissionSet(params = {}, callback) ⇒ AWS.Request
Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
tagResource(params = {}, callback) ⇒ AWS.Request
Associates a set of tags with a specified resource.
untagResource(params = {}, callback) ⇒ AWS.Request
Disassociates a set of tags from a specified resource.
updateInstance(params = {}, callback) ⇒ AWS.Request
Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
updateInstanceAccessControlAttributeConfiguration(params = {}, callback) ⇒ AWS.Request
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.
updateTrustedTokenIssuer(params = {}, callback) ⇒ AWS.Request
Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
Note: Updating this trusted token issuer configuration might cause users to lose access to any applications that are configured to use the trusted token issuer. - createAccountAssignment(params = {}, callback) ⇒ AWS.Request