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
AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across AWS accounts and applications. IAM Identity Center is the recommended approach for workforce authentication and authorization in AWS, for organizations of any size and type.
sso
and identitystore
API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see IAM Identity Center rename. This reference guide provides information on single sign-on operations which could be used for access management of AWS 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 AWS 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 AWS account using a specified permission set.
Note: The term principal here refers to a user or group that is defined in IAM Identity Center.- 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 AWS account resources, useCreateAccountAssignment
.- deleteAccountAssignment(params = {}, callback) ⇒ AWS.Request
Deletes a principal's access from a specified AWS account using a specified permission set.
Note: After a successful response, callDescribeAccountAssignmentCreationStatus
to describe the status of an assignment deletion request.- deleteInlinePolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the inline policy from a specified permission set.
.
- 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.
.
- 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.
.
- 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.
.
- detachCustomerManagedPolicyReferenceFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the specified customer managed policy from the specified PermissionSet.
.
- detachManagedPolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the attached AWS managed policy ARN from the specified permission set.
.
- 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 AWS account assignment creation requests for a specified IAM Identity Center instance.
.
- listAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the AWS account assignment deletion requests for a specified IAM Identity Center instance.
.
- listAccountAssignments(params = {}, callback) ⇒ AWS.Request
Lists the assignee of the specified AWS account with the specified permission set.
.
- listAccountsForProvisionedPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all the AWS accounts where the specified permission set is provisioned.
.
- listCustomerManagedPolicyReferencesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all customer managed policies attached to a specified PermissionSet.
.
- listInstances(params = {}, callback) ⇒ AWS.Request
Lists the IAM Identity Center instances that the caller has access to.
.
- listManagedPoliciesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists the AWS 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 AWS account.
.
- listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags that are attached to a specified resource.
.
- provisionPermissionSet(params = {}, callback) ⇒ AWS.Request
The process by which a specified permission set is provisioned to the specified target.
.
- 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 AWS 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.
.
- 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.
.
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 AWS 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 AWS 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.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 AWS account resources, useCreateAccountAssignment
.deleteAccountAssignment(params = {}, callback) ⇒ AWS.Request
Deletes a principal's access from a specified AWS account using a specified permission set.
Note: After a successful response, callDescribeAccountAssignmentCreationStatus
to describe the status of an assignment deletion request.deleteInlinePolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Deletes the inline policy from a specified permission set.
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.
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.
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.
detachCustomerManagedPolicyReferenceFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the specified customer managed policy from the specified PermissionSet.
detachManagedPolicyFromPermissionSet(params = {}, callback) ⇒ AWS.Request
Detaches the attached AWS managed policy ARN from the specified permission set.
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 AWS account assignment creation requests for a specified IAM Identity Center instance.
listAccountAssignmentDeletionStatus(params = {}, callback) ⇒ AWS.Request
Lists the status of the AWS account assignment deletion requests for a specified IAM Identity Center instance.
listAccountAssignments(params = {}, callback) ⇒ AWS.Request
Lists the assignee of the specified AWS account with the specified permission set.
listAccountsForProvisionedPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all the AWS accounts where the specified permission set is provisioned.
listCustomerManagedPolicyReferencesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists all customer managed policies attached to a specified PermissionSet.
listInstances(params = {}, callback) ⇒ AWS.Request
Lists the IAM Identity Center instances that the caller has access to.
listManagedPoliciesInPermissionSet(params = {}, callback) ⇒ AWS.Request
Lists the AWS 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 AWS account.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags that are attached to a specified resource.
provisionPermissionSet(params = {}, callback) ⇒ AWS.Request
The process by which a specified permission set is provisioned to the specified target.
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 AWS 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.
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.
- createAccountAssignment(params = {}, callback) ⇒ AWS.Request