:doc:`WorkSpaces <../../workspaces>` / Client / modify_certificate_based_auth_properties

****************************************
modify_certificate_based_auth_properties
****************************************



.. py:method:: WorkSpaces.Client.modify_certificate_based_auth_properties(**kwargs)

  

  Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ModifyCertificateBasedAuthProperties>`_  


  **Request Syntax**
  ::

    response = client.modify_certificate_based_auth_properties(
        ResourceId='string',
        CertificateBasedAuthProperties={
            'Status': 'DISABLED'|'ENABLED',
            'CertificateAuthorityArn': 'string'
        },
        PropertiesToDelete=[
            'CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN',
        ]
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    The resource identifiers, in the form of directory IDs.

    

  
  :type CertificateBasedAuthProperties: dict
  :param CertificateBasedAuthProperties: 

    The properties of the certificate-based authentication.

    

  
    - **Status** *(string) --* 

      The status of the certificate-based authentication properties.

      

    
    - **CertificateAuthorityArn** *(string) --* 

      The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.

      

    
  
  :type PropertiesToDelete: list
  :param PropertiesToDelete: 

    The properties of the certificate-based authentication you want to delete.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.OperationNotSupportedException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceNotFoundException`

  