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
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',
]
)
[REQUIRED]
The resource identifiers, in the form of directory IDs.
The properties of the certificate-based authentication.
The status of the certificate-based authentication properties.
The Amazon Resource Name (ARN) of the Amazon Web Services Certificate Manager Private CA resource.
The properties of the certificate-based authentication you want to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkSpaces.Client.exceptions.AccessDeniedException
WorkSpaces.Client.exceptions.InvalidParameterValuesException
WorkSpaces.Client.exceptions.OperationNotSupportedException
WorkSpaces.Client.exceptions.ResourceNotFoundException