saml Identity Provider Configuration
suspend fun samlIdentityProviderConfiguration(value: Output<DirectorySamlIdentityProviderConfigurationArgs>)
suspend fun samlIdentityProviderConfiguration(value: DirectorySamlIdentityProviderConfigurationArgs?)
Parameters
value
The saml identity provider configuration. See saml_identity_provider_configuration
below.
NOTE: The
saml_identity_provider_configuration
will be removed automatically when the resource is deleted, please operate with caution. If there are left more configuration in the directory, please remove them before deleting the directory.
suspend fun samlIdentityProviderConfiguration(argument: suspend DirectorySamlIdentityProviderConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The saml identity provider configuration. See saml_identity_provider_configuration
below.
NOTE: The
saml_identity_provider_configuration
will be removed automatically when the resource is deleted, please operate with caution. If there are left more configuration in the directory, please remove them before deleting the directory.