aws-sdk
Version:
AWS SDK for JavaScript
507 lines • 151 kB
TypeScript
import {Request} from '../lib/request';
import {Response} from '../lib/response';
import {AWSError} from '../lib/error';
import {Service} from '../lib/service';
import {ServiceConfigurationOptions} from '../lib/service';
import {ConfigBase as Config} from '../lib/config-base';
interface Blob {}
declare class SSOAdmin extends Service {
/**
* Constructs a service object. This object has one method for each API operation.
*/
constructor(options?: SSOAdmin.Types.ClientConfiguration)
config: Config & SSOAdmin.Types.ClientConfiguration;
/**
* Attaches the specified customer managed policy to the specified PermissionSet.
*/
attachCustomerManagedPolicyReferenceToPermissionSet(params: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse, AWSError>;
/**
* Attaches the specified customer managed policy to the specified PermissionSet.
*/
attachCustomerManagedPolicyReferenceToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse, AWSError>;
/**
* 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.
*/
attachManagedPolicyToPermissionSet(params: SSOAdmin.Types.AttachManagedPolicyToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
/**
* 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.
*/
attachManagedPolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
/**
* 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.
*/
createAccountAssignment(params: SSOAdmin.Types.CreateAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
/**
* 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.
*/
createAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
/**
* Creates an application in IAM Identity Center for the given application provider.
*/
createApplication(params: SSOAdmin.Types.CreateApplicationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateApplicationResponse) => void): Request<SSOAdmin.Types.CreateApplicationResponse, AWSError>;
/**
* Creates an application in IAM Identity Center for the given application provider.
*/
createApplication(callback?: (err: AWSError, data: SSOAdmin.Types.CreateApplicationResponse) => void): Request<SSOAdmin.Types.CreateApplicationResponse, AWSError>;
/**
* Grant application access to a user or group.
*/
createApplicationAssignment(params: SSOAdmin.Types.CreateApplicationAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.CreateApplicationAssignmentResponse, AWSError>;
/**
* Grant application access to a user or group.
*/
createApplicationAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.CreateApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.CreateApplicationAssignmentResponse, AWSError>;
/**
* 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.
*/
createInstance(params: SSOAdmin.Types.CreateInstanceRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceResponse) => void): Request<SSOAdmin.Types.CreateInstanceResponse, AWSError>;
/**
* 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.
*/
createInstance(callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceResponse) => void): Request<SSOAdmin.Types.CreateInstanceResponse, AWSError>;
/**
* 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.
*/
createInstanceAccessControlAttributeConfiguration(params: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* 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.
*/
createInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* 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 .
*/
createPermissionSet(params: SSOAdmin.Types.CreatePermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
/**
* 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 .
*/
createPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
/**
* 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.
*/
createTrustedTokenIssuer(params: SSOAdmin.Types.CreateTrustedTokenIssuerRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.CreateTrustedTokenIssuerResponse, AWSError>;
/**
* 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.
*/
createTrustedTokenIssuer(callback?: (err: AWSError, data: SSOAdmin.Types.CreateTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.CreateTrustedTokenIssuerResponse, AWSError>;
/**
* 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.
*/
deleteAccountAssignment(params: SSOAdmin.Types.DeleteAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
/**
* 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.
*/
deleteAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
/**
* Deletes the association with the application. The connected service resource still exists.
*/
deleteApplication(params: SSOAdmin.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteApplicationResponse) => void): Request<SSOAdmin.Types.DeleteApplicationResponse, AWSError>;
/**
* Deletes the association with the application. The connected service resource still exists.
*/
deleteApplication(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteApplicationResponse) => void): Request<SSOAdmin.Types.DeleteApplicationResponse, AWSError>;
/**
* Deletes an IAM Identity Center access scope from an application.
*/
deleteApplicationAccessScope(params: SSOAdmin.Types.DeleteApplicationAccessScopeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes an IAM Identity Center access scope from an application.
*/
deleteApplicationAccessScope(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Revoke application access to an application by deleting application assignments for a user or group.
*/
deleteApplicationAssignment(params: SSOAdmin.Types.DeleteApplicationAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteApplicationAssignmentResponse, AWSError>;
/**
* Revoke application access to an application by deleting application assignments for a user or group.
*/
deleteApplicationAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteApplicationAssignmentResponse, AWSError>;
/**
* Deletes an authentication method from an application.
*/
deleteApplicationAuthenticationMethod(params: SSOAdmin.Types.DeleteApplicationAuthenticationMethodRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes an authentication method from an application.
*/
deleteApplicationAuthenticationMethod(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes a grant from an application.
*/
deleteApplicationGrant(params: SSOAdmin.Types.DeleteApplicationGrantRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes a grant from an application.
*/
deleteApplicationGrant(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Deletes the inline policy from a specified permission set.
*/
deleteInlinePolicyFromPermissionSet(params: SSOAdmin.Types.DeleteInlinePolicyFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInlinePolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DeleteInlinePolicyFromPermissionSetResponse, AWSError>;
/**
* Deletes the inline policy from a specified permission set.
*/
deleteInlinePolicyFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInlinePolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DeleteInlinePolicyFromPermissionSetResponse, AWSError>;
/**
* 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.
*/
deleteInstance(params: SSOAdmin.Types.DeleteInstanceRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInstanceResponse) => void): Request<SSOAdmin.Types.DeleteInstanceResponse, AWSError>;
/**
* 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.
*/
deleteInstance(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInstanceResponse) => void): Request<SSOAdmin.Types.DeleteInstanceResponse, AWSError>;
/**
* 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.
*/
deleteInstanceAccessControlAttributeConfiguration(params: SSOAdmin.Types.DeleteInstanceAccessControlAttributeConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.DeleteInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* 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.
*/
deleteInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.DeleteInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* Deletes the specified permission set.
*/
deletePermissionSet(params: SSOAdmin.Types.DeletePermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeletePermissionSetResponse) => void): Request<SSOAdmin.Types.DeletePermissionSetResponse, AWSError>;
/**
* Deletes the specified permission set.
*/
deletePermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DeletePermissionSetResponse) => void): Request<SSOAdmin.Types.DeletePermissionSetResponse, AWSError>;
/**
* Deletes the permissions boundary from a specified PermissionSet.
*/
deletePermissionsBoundaryFromPermissionSet(params: SSOAdmin.Types.DeletePermissionsBoundaryFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeletePermissionsBoundaryFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DeletePermissionsBoundaryFromPermissionSetResponse, AWSError>;
/**
* Deletes the permissions boundary from a specified PermissionSet.
*/
deletePermissionsBoundaryFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DeletePermissionsBoundaryFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DeletePermissionsBoundaryFromPermissionSetResponse, AWSError>;
/**
* 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.
*/
deleteTrustedTokenIssuer(params: SSOAdmin.Types.DeleteTrustedTokenIssuerRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.DeleteTrustedTokenIssuerResponse, AWSError>;
/**
* 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.
*/
deleteTrustedTokenIssuer(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.DeleteTrustedTokenIssuerResponse, AWSError>;
/**
* Describes the status of the assignment creation request.
*/
describeAccountAssignmentCreationStatus(params: SSOAdmin.Types.DescribeAccountAssignmentCreationStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.DescribeAccountAssignmentCreationStatusResponse, AWSError>;
/**
* Describes the status of the assignment creation request.
*/
describeAccountAssignmentCreationStatus(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.DescribeAccountAssignmentCreationStatusResponse, AWSError>;
/**
* Describes the status of the assignment deletion request.
*/
describeAccountAssignmentDeletionStatus(params: SSOAdmin.Types.DescribeAccountAssignmentDeletionStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.DescribeAccountAssignmentDeletionStatusResponse, AWSError>;
/**
* Describes the status of the assignment deletion request.
*/
describeAccountAssignmentDeletionStatus(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.DescribeAccountAssignmentDeletionStatusResponse, AWSError>;
/**
* Retrieves the details of an application associated with an instance of IAM Identity Center.
*/
describeApplication(params: SSOAdmin.Types.DescribeApplicationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationResponse) => void): Request<SSOAdmin.Types.DescribeApplicationResponse, AWSError>;
/**
* Retrieves the details of an application associated with an instance of IAM Identity Center.
*/
describeApplication(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationResponse) => void): Request<SSOAdmin.Types.DescribeApplicationResponse, AWSError>;
/**
* 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.
*/
describeApplicationAssignment(params: SSOAdmin.Types.DescribeApplicationAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.DescribeApplicationAssignmentResponse, AWSError>;
/**
* 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.
*/
describeApplicationAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationAssignmentResponse) => void): Request<SSOAdmin.Types.DescribeApplicationAssignmentResponse, AWSError>;
/**
* 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.
*/
describeApplicationProvider(params: SSOAdmin.Types.DescribeApplicationProviderRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationProviderResponse) => void): Request<SSOAdmin.Types.DescribeApplicationProviderResponse, AWSError>;
/**
* 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.
*/
describeApplicationProvider(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeApplicationProviderResponse) => void): Request<SSOAdmin.Types.DescribeApplicationProviderResponse, AWSError>;
/**
* 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.
*/
describeInstance(params: SSOAdmin.Types.DescribeInstanceRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeInstanceResponse) => void): Request<SSOAdmin.Types.DescribeInstanceResponse, AWSError>;
/**
* 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.
*/
describeInstance(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeInstanceResponse) => void): Request<SSOAdmin.Types.DescribeInstanceResponse, AWSError>;
/**
* 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.
*/
describeInstanceAccessControlAttributeConfiguration(params: SSOAdmin.Types.DescribeInstanceAccessControlAttributeConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.DescribeInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* 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.
*/
describeInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.DescribeInstanceAccessControlAttributeConfigurationResponse, AWSError>;
/**
* Gets the details of the permission set.
*/
describePermissionSet(params: SSOAdmin.Types.DescribePermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribePermissionSetResponse) => void): Request<SSOAdmin.Types.DescribePermissionSetResponse, AWSError>;
/**
* Gets the details of the permission set.
*/
describePermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DescribePermissionSetResponse) => void): Request<SSOAdmin.Types.DescribePermissionSetResponse, AWSError>;
/**
* Describes the status for the given permission set provisioning request.
*/
describePermissionSetProvisioningStatus(params: SSOAdmin.Types.DescribePermissionSetProvisioningStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse, AWSError>;
/**
* Describes the status for the given permission set provisioning request.
*/
describePermissionSetProvisioningStatus(callback?: (err: AWSError, data: SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.DescribePermissionSetProvisioningStatusResponse, AWSError>;
/**
* 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.
*/
describeTrustedTokenIssuer(params: SSOAdmin.Types.DescribeTrustedTokenIssuerRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DescribeTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.DescribeTrustedTokenIssuerResponse, AWSError>;
/**
* 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.
*/
describeTrustedTokenIssuer(callback?: (err: AWSError, data: SSOAdmin.Types.DescribeTrustedTokenIssuerResponse) => void): Request<SSOAdmin.Types.DescribeTrustedTokenIssuerResponse, AWSError>;
/**
* Detaches the specified customer managed policy from the specified PermissionSet.
*/
detachCustomerManagedPolicyReferenceFromPermissionSet(params: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse, AWSError>;
/**
* Detaches the specified customer managed policy from the specified PermissionSet.
*/
detachCustomerManagedPolicyReferenceFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse, AWSError>;
/**
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
*/
detachManagedPolicyFromPermissionSet(params: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
/**
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
*/
detachManagedPolicyFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
/**
* Retrieves the authorized targets for an IAM Identity Center access scope for an application.
*/
getApplicationAccessScope(params: SSOAdmin.Types.GetApplicationAccessScopeRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAccessScopeResponse) => void): Request<SSOAdmin.Types.GetApplicationAccessScopeResponse, AWSError>;
/**
* Retrieves the authorized targets for an IAM Identity Center access scope for an application.
*/
getApplicationAccessScope(callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAccessScopeResponse) => void): Request<SSOAdmin.Types.GetApplicationAccessScopeResponse, AWSError>;
/**
* Retrieves the configuration of PutApplicationAssignmentConfiguration.
*/
getApplicationAssignmentConfiguration(params: SSOAdmin.Types.GetApplicationAssignmentConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAssignmentConfigurationResponse) => void): Request<SSOAdmin.Types.GetApplicationAssignmentConfigurationResponse, AWSError>;
/**
* Retrieves the configuration of PutApplicationAssignmentConfiguration.
*/
getApplicationAssignmentConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAssignmentConfigurationResponse) => void): Request<SSOAdmin.Types.GetApplicationAssignmentConfigurationResponse, AWSError>;
/**
* Retrieves details about an authentication method used by an application.
*/
getApplicationAuthenticationMethod(params: SSOAdmin.Types.GetApplicationAuthenticationMethodRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAuthenticationMethodResponse) => void): Request<SSOAdmin.Types.GetApplicationAuthenticationMethodResponse, AWSError>;
/**
* Retrieves details about an authentication method used by an application.
*/
getApplicationAuthenticationMethod(callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationAuthenticationMethodResponse) => void): Request<SSOAdmin.Types.GetApplicationAuthenticationMethodResponse, AWSError>;
/**
* Retrieves details about an application grant.
*/
getApplicationGrant(params: SSOAdmin.Types.GetApplicationGrantRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationGrantResponse) => void): Request<SSOAdmin.Types.GetApplicationGrantResponse, AWSError>;
/**
* Retrieves details about an application grant.
*/
getApplicationGrant(callback?: (err: AWSError, data: SSOAdmin.Types.GetApplicationGrantResponse) => void): Request<SSOAdmin.Types.GetApplicationGrantResponse, AWSError>;
/**
* Obtains the inline policy assigned to the permission set.
*/
getInlinePolicyForPermissionSet(params: SSOAdmin.Types.GetInlinePolicyForPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetInlinePolicyForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetInlinePolicyForPermissionSetResponse, AWSError>;
/**
* Obtains the inline policy assigned to the permission set.
*/
getInlinePolicyForPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.GetInlinePolicyForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetInlinePolicyForPermissionSetResponse, AWSError>;
/**
* Obtains the permissions boundary for a specified PermissionSet.
*/
getPermissionsBoundaryForPermissionSet(params: SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse, AWSError>;
/**
* Obtains the permissions boundary for a specified PermissionSet.
*/
getPermissionsBoundaryForPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse, AWSError>;
/**
* Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
*/
listAccountAssignmentCreationStatus(params: SSOAdmin.Types.ListAccountAssignmentCreationStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
/**
* Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
*/
listAccountAssignmentCreationStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
/**
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
*/
listAccountAssignmentDeletionStatus(params: SSOAdmin.Types.ListAccountAssignmentDeletionStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
/**
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
*/
listAccountAssignmentDeletionStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
/**
* Lists the assignee of the specified Amazon Web Services account with the specified permission set.
*/
listAccountAssignments(params: SSOAdmin.Types.ListAccountAssignmentsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsResponse, AWSError>;
/**
* Lists the assignee of the specified Amazon Web Services account with the specified permission set.
*/
listAccountAssignments(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsResponse, AWSError>;
/**
* Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
*/
listAccountAssignmentsForPrincipal(params: SSOAdmin.Types.ListAccountAssignmentsForPrincipalRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsForPrincipalResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsForPrincipalResponse, AWSError>;
/**
* Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
*/
listAccountAssignmentsForPrincipal(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsForPrincipalResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsForPrincipalResponse, AWSError>;
/**
* Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
*/
listAccountsForProvisionedPermissionSet(params: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse) => void): Request<SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse, AWSError>;
/**
* Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
*/
listAccountsForProvisionedPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse) => void): Request<SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse, AWSError>;
/**
* Lists the access scopes and authorized targets associated with an application.
*/
listApplicationAccessScopes(params: SSOAdmin.Types.ListApplicationAccessScopesRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAccessScopesResponse) => void): Request<SSOAdmin.Types.ListApplicationAccessScopesResponse, AWSError>;
/**
* Lists the access scopes and authorized targets associated with an application.
*/
listApplicationAccessScopes(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAccessScopesResponse) => void): Request<SSOAdmin.Types.ListApplicationAccessScopesResponse, AWSError>;
/**
* Lists Amazon Web Services account users that are assigned to an application.
*/
listApplicationAssignments(params: SSOAdmin.Types.ListApplicationAssignmentsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAssignmentsResponse) => void): Request<SSOAdmin.Types.ListApplicationAssignmentsResponse, AWSError>;
/**
* Lists Amazon Web Services account users that are assigned to an application.
*/
listApplicationAssignments(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAssignmentsResponse) => void): Request<SSOAdmin.Types.ListApplicationAssignmentsResponse, AWSError>;
/**
* Lists the applications to which a specified principal is assigned.
*/
listApplicationAssignmentsForPrincipal(params: SSOAdmin.Types.ListApplicationAssignmentsForPrincipalRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAssignmentsForPrincipalResponse) => void): Request<SSOAdmin.Types.ListApplicationAssignmentsForPrincipalResponse, AWSError>;
/**
* Lists the applications to which a specified principal is assigned.
*/
listApplicationAssignmentsForPrincipal(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAssignmentsForPrincipalResponse) => void): Request<SSOAdmin.Types.ListApplicationAssignmentsForPrincipalResponse, AWSError>;
/**
* Lists all of the authentication methods supported by the specified application.
*/
listApplicationAuthenticationMethods(params: SSOAdmin.Types.ListApplicationAuthenticationMethodsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAuthenticationMethodsResponse) => void): Request<SSOAdmin.Types.ListApplicationAuthenticationMethodsResponse, AWSError>;
/**
* Lists all of the authentication methods supported by the specified application.
*/
listApplicationAuthenticationMethods(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationAuthenticationMethodsResponse) => void): Request<SSOAdmin.Types.ListApplicationAuthenticationMethodsResponse, AWSError>;
/**
* List the grants associated with an application.
*/
listApplicationGrants(params: SSOAdmin.Types.ListApplicationGrantsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationGrantsResponse) => void): Request<SSOAdmin.Types.ListApplicationGrantsResponse, AWSError>;
/**
* List the grants associated with an application.
*/
listApplicationGrants(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationGrantsResponse) => void): Request<SSOAdmin.Types.ListApplicationGrantsResponse, AWSError>;
/**
* Lists the application providers configured in the IAM Identity Center identity store.
*/
listApplicationProviders(params: SSOAdmin.Types.ListApplicationProvidersRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationProvidersResponse) => void): Request<SSOAdmin.Types.ListApplicationProvidersResponse, AWSError>;
/**
* Lists the application providers configured in the IAM Identity Center identity store.
*/
listApplicationProviders(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationProvidersResponse) => void): Request<SSOAdmin.Types.ListApplicationProvidersResponse, AWSError>;
/**
* 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.
*/
listApplications(params: SSOAdmin.Types.ListApplicationsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationsResponse) => void): Request<SSOAdmin.Types.ListApplicationsResponse, AWSError>;
/**
* 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.
*/
listApplications(callback?: (err: AWSError, data: SSOAdmin.Types.ListApplicationsResponse) => void): Request<SSOAdmin.Types.ListApplicationsResponse, AWSError>;
/**
* Lists all customer managed policies attached to a specified PermissionSet.
*/
listCustomerManagedPolicyReferencesInPermissionSet(params: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse, AWSError>;
/**
* Lists all customer managed policies attached to a specified PermissionSet.
*/
listCustomerManagedPolicyReferencesInPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListCustomerManagedPolicyReferencesInPermissionSetResponse, AWSError>;
/**
* 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.
*/
listInstances(params: SSOAdmin.Types.ListInstancesRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListInstancesResponse) => void): Request<SSOAdmin.Types.ListInstancesResponse, AWSError>;
/**
* 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.
*/
listInstances(callback?: (err: AWSError, data: SSOAdmin.Types.ListInstancesResponse) => void): Request<SSOAdmin.Types.ListInstancesResponse, AWSError>;
/**
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
*/
listManagedPoliciesInPermissionSet(params: SSOAdmin.Types.ListManagedPoliciesInPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
/**
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
*/
listManagedPoliciesInPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
/**
* Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
*/
listPermissionSetProvisioningStatus(params: SSOAdmin.Types.ListPermissionSetProvisioningStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse, AWSError>;
/**
* Lists the status of the permission set provisioning requests for a specified IAM Identity Center instance.
*/
listPermissionSetProvisioningStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse) => void): Request<SSOAdmin.Types.ListPermissionSetProvisioningStatusResponse, AWSError>;
/**
* Lists the PermissionSets in an IAM Identity Center instance.
*/
listPermissionSets(params: SSOAdmin.Types.ListPermissionSetsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsResponse, AWSError>;
/**
* Lists the PermissionSets in an IAM Identity Center instance.
*/
listPermissionSets(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsResponse, AWSError>;
/**
* Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
*/
listPermissionSetsProvisionedToAccount(params: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse, AWSError>;
/**
* Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
*/
listPermissionSetsProvisionedToAccount(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse, AWSError>;
/**
* Lists the tags that are attached to a specified resource.
*/
listTagsForResource(params: SSOAdmin.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListTagsForResourceResponse) => void): Request<SSOAdmin.Types.ListTagsForResourceResponse, AWSError>;
/**
* Lists the tags that are attached to a specified resource.
*/
listTagsForResource(callback?: (err: AWSError, data: SSOAdmin.Types.ListTagsForResourceResponse) => void): Request<SSOAdmin.Types.ListTagsForResourceResponse, AWSError>;
/**
* Lists all the trusted token issuers configured in an instance of IAM Identity Center.
*/
listTrustedTokenIssuers(params: SSOAdmin.Types.ListTrustedTokenIssuersRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListTrustedTokenIssuersResponse) => void): Request<SSOAdmin.Types.ListTrustedTokenIssuersResponse, AWSError>;
/**
* Lists all the trusted token issuers configured in an instance of IAM Identity Center.
*/
listTrustedTokenIssuers(callback?: (err: AWSError, data: SSOAdmin.Types.ListTrustedTokenIssuersResponse) => void): Request<SSOAdmin.Types.ListTrustedTokenIssuersResponse, AWSError>;
/**
* The process by which a specified permission set is provisioned to the specified target.
*/
provisionPermissionSet(params: SSOAdmin.Types.ProvisionPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ProvisionPermissionSetResponse) => void): Request<SSOAdmin.Types.ProvisionPermissionSetResponse, AWSError>;
/**
* The process by which a specified permission set is provisioned to the specified target.
*/
provisionPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ProvisionPermissionSetResponse) => void): Request<SSOAdmin.Types.ProvisionPermissionSetResponse, AWSError>;
/**
* Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
*/
putApplicationAccessScope(params: SSOAdmin.Types.PutApplicationAccessScopeRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
*/
putApplicationAccessScope(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
/**
* 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.
*/
putApplicationAssignmentConfiguration(params: SSOAdmin.Types.PutApplicationAssignmentConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.PutApplicationAssignmentConfigurationResponse) => void): Request<SSOAdmin.Types.PutApplicationAssignmentConfigurationResponse, AWSError>;
/**
* Configure how users gain access to an application. If AssignmentsRequired is true (default value),