:doc:`WorkMail <../../workmail>` / Client / create_identity_center_application

**********************************
create_identity_center_application
**********************************



.. py:method:: WorkMail.Client.create_identity_center_application(**kwargs)

  

  Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration. For more information, see PutIdentityProviderConfiguration. This action does not affect the authentication settings for any WorkMail organizations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/CreateIdentityCenterApplication>`_  


  **Request Syntax**
  ::

    response = client.create_identity_center_application(
        Name='string',
        InstanceArn='string',
        ClientToken='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the IAM Identity Center application.

    

  
  :type InstanceArn: string
  :param InstanceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the instance.

    

  
  :type ClientToken: string
  :param ClientToken: 

    The idempotency token associated with the request.

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ApplicationArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ApplicationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the application.

        
  
  **Exceptions**
  
  *   :py:class:`WorkMail.Client.exceptions.InvalidParameterException`

  