aws sso-admin79 CLI commands available for AWS SSO Admin.
| Command | API Operation | Sample |
|---|---|---|
add-regionAdds 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 Ident | AddRegion | |
attach-customer-managed-policy-reference-to-permission-setAttaches the specified customer managed policy to the specified PermissionSet. | AttachCustomerManagedPolicyReferenceToPermissionSet | |
attach-managed-policy-to-permission-setAttaches 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 | AttachManagedPolicyToPermissionSet | |
create-account-assignmentAssigns 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 automatical | CreateAccountAssignment | |
create-applicationCreates 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 | CreateApplication | |
create-application-assignmentGrant application access to a user or group. | CreateApplicationAssignment | |
create-instanceCreates 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 | CreateInstance | |
create-instance-access-control-attribute-configurationEnables 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 | CreateInstanceAccessControlAttributeConfiguration | |
create-permission-setCreates a permission set within a specified IAM Identity Center instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment . | CreatePermissionSet | |
create-trusted-token-issuerCreates 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) tha | CreateTrustedTokenIssuer | |
delete-account-assignmentDeletes 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. | DeleteAccountAssignment | |
delete-applicationDeletes the association with the application. The connected service resource still exists. | DeleteApplication | |
delete-application-access-scopeDeletes an IAM Identity Center access scope from an application. | DeleteApplicationAccessScope | |
delete-application-assignmentRevoke application access to an application by deleting application assignments for a user or group. | DeleteApplicationAssignment | |
delete-application-authentication-methodDeletes an authentication method from an application. | DeleteApplicationAuthenticationMethod | |
delete-application-grantDeletes a grant from an application. | DeleteApplicationGrant | |
delete-inline-policy-from-permission-setDeletes the inline policy from a specified permission set. | DeleteInlinePolicyFromPermissionSet | |
delete-instanceDeletes 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. | DeleteInstance | |
delete-instance-access-control-attribute-configurationDisables 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 configu | DeleteInstanceAccessControlAttributeConfiguration | |
delete-permission-setDeletes the specified permission set. | DeletePermissionSet | |
delete-permissions-boundary-from-permission-setDeletes the permissions boundary from a specified PermissionSet. | DeletePermissionsBoundaryFromPermissionSet | |
delete-trusted-token-issuerDeletes 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. | DeleteTrustedTokenIssuer | |
describe-account-assignment-creation-statusDescribes the status of the assignment creation request. | DescribeAccountAssignmentCreationStatus | |
describe-account-assignment-deletion-statusDescribes the status of the assignment deletion request. | DescribeAccountAssignmentDeletionStatus | |
describe-applicationRetrieves the details of an application associated with an instance of IAM Identity Center. | DescribeApplication | |
describe-application-assignmentRetrieves 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 ListApplicati | DescribeApplicationAssignment | |
describe-application-providerRetrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center. | DescribeApplicationProvider | |
describe-instanceReturns 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_PROGRE | DescribeInstance | |
describe-instance-access-control-attribute-configurationReturns 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 a | DescribeInstanceAccessControlAttributeConfiguration | |
describe-permission-setGets the details of the permission set. | DescribePermissionSet | |
describe-permission-set-provisioning-statusDescribes the status for the given permission set provisioning request. | DescribePermissionSetProvisioningStatus | |
describe-regionRetrieves 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 t | DescribeRegion | |
describe-trusted-token-issuerRetrieves 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. | DescribeTrustedTokenIssuer | |
detach-customer-managed-policy-reference-from-permission-setDetaches the specified customer managed policy from the specified PermissionSet. | DetachCustomerManagedPolicyReferenceFromPermissionSet | |
detach-managed-policy-from-permission-setDetaches the attached Amazon Web Services managed policy ARN from the specified permission set. | DetachManagedPolicyFromPermissionSet | |
get-application-access-scopeRetrieves the authorized targets for an IAM Identity Center access scope for an application. | GetApplicationAccessScope | |
get-application-assignment-configurationRetrieves the configuration of PutApplicationAssignmentConfiguration. | GetApplicationAssignmentConfiguration | |
get-application-authentication-methodRetrieves details about an authentication method used by an application. | GetApplicationAuthenticationMethod | |
get-application-grantRetrieves details about an application grant. | GetApplicationGrant | |
get-application-session-configurationRetrieves 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 | GetApplicationSessionConfiguration | |
get-inline-policy-for-permission-setObtains the inline policy assigned to the permission set. | GetInlinePolicyForPermissionSet | |
get-permissions-boundary-for-permission-setObtains the permissions boundary for a specified PermissionSet. | GetPermissionsBoundaryForPermissionSet | |
list-account-assignment-creation-statusLists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance. | ListAccountAssignmentCreationStatus | |
list-account-assignment-deletion-statusLists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance. | ListAccountAssignmentDeletionStatus | |
list-account-assignmentsLists the assignee of the specified Amazon Web Services account with the specified permission set. | ListAccountAssignments | |
list-account-assignments-for-principalRetrieves 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 Ce | ListAccountAssignmentsForPrincipal | |
list-accounts-for-provisioned-permission-setLists all the Amazon Web Services accounts where the specified permission set is provisioned. | ListAccountsForProvisionedPermissionSet | |
list-application-access-scopesLists the access scopes and authorized targets associated with an application. | ListApplicationAccessScopes | |
list-application-assignmentsLists Amazon Web Services account users that are assigned to an application. | ListApplicationAssignments | |
list-application-assignments-for-principalLists 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 | ListApplicationAssignmentsForPrincipal | |
list-application-authentication-methodsLists all of the authentication methods supported by the specified application. | ListApplicationAuthenticationMethods | |
list-application-grantsList the grants associated with an application. | ListApplicationGrants | |
list-application-providersLists the application providers configured in the IAM Identity Center identity store. | ListApplicationProviders | |
list-applicationsLists 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 appl | ListApplications | |
list-customer-managed-policy-references-in-permission-setLists all customer managed policies attached to a specified PermissionSet. | ListCustomerManagedPolicyReferencesInPermissionSet | |
list-instancesLists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API. | ListInstances | |
list-managed-policies-in-permission-setLists the Amazon Web Services managed policy that is attached to a specified permission set. | ListManagedPoliciesInPermissionSet | |
list-permission-set-provisioning-statusLists the status of the permission set provisioning requests for a specified IAM Identity Center instance. | ListPermissionSetProvisioningStatus | |
list-permission-setsLists the PermissionSets in an IAM Identity Center instance. | ListPermissionSets | |
list-permission-sets-provisioned-to-accountLists all the permission sets that are provisioned to a specified Amazon Web Services account. | ListPermissionSetsProvisionedToAccount | |
list-regionsLists 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 | ListRegions | |
list-tags-for-resourceLists the tags that are attached to a specified resource. | ListTagsForResource | |
list-trusted-token-issuersLists all the trusted token issuers configured in an instance of IAM Identity Center. | ListTrustedTokenIssuers | |
provision-permission-setThe process by which a specified permission set is provisioned to the specified target. | ProvisionPermissionSet | |
put-application-access-scopeAdds or updates the list of authorized targets for an IAM Identity Center access scope for an application. | PutApplicationAccessScope | |
put-application-assignment-configurationConfigure 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 usi | PutApplicationAssignmentConfiguration | |
put-application-authentication-methodAdds or updates an authentication method for an application. | PutApplicationAuthenticationMethod | |
put-application-grantCreates 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 Iden | PutApplicationGrant | |
put-application-session-configurationUpdates 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 ma | PutApplicationSessionConfiguration | |
put-inline-policy-to-permission-setAttaches 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. | PutInlinePolicyToPermissionSet | |
put-permissions-boundary-to-permission-setAttaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary. | PutPermissionsBoundaryToPermissionSet | |
remove-regionRemoves 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 re | RemoveRegion | |
tag-resourceAssociates a set of tags with a specified resource. | TagResource | |
untag-resourceDisassociates a set of tags from a specified resource. | UntagResource | |
update-applicationUpdates application properties. | UpdateApplication | |
update-instanceUpdate the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account. | UpdateInstance | |
update-instance-access-control-attribute-configurationUpdates 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 configu | UpdateInstanceAccessControlAttributeConfiguration | |
update-permission-setUpdates an existing permission set. | UpdatePermissionSet | |
update-trusted-token-issuerUpdates 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 issue | UpdateTrustedTokenIssuer |
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSSO Admin