Modify Certificate Based Auth Properties
workspaces_modify_certificate_based_auth_properties | R Documentation |
Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces¶
Description¶
Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.
Usage¶
workspaces_modify_certificate_based_auth_properties(ResourceId,
CertificateBasedAuthProperties, PropertiesToDelete)
Arguments¶
ResourceId |
[required] The resource identifiers, in the form of directory IDs. |
CertificateBasedAuthProperties |
The properties of the certificate-based authentication. |
PropertiesToDelete |
The properties of the certificate-based authentication you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$modify_certificate_based_auth_properties(
ResourceId = "string",
CertificateBasedAuthProperties = list(
Status = "DISABLED"|"ENABLED",
CertificateAuthorityArn = "string"
),
PropertiesToDelete = list(
"CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"
)
)