certificate Based Auth Properties
suspend fun certificateBasedAuthProperties(value: Output<DirectoryCertificateBasedAuthPropertiesArgs>)
Parameters
value
Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.
suspend fun certificateBasedAuthProperties(argument: suspend DirectoryCertificateBasedAuthPropertiesArgsBuilder.() -> Unit)
Parameters
argument
Configuration of certificate-based authentication (CBA) integration. Requires SAML authentication to be enabled. Defined below.