Service Authentication Configuration Info Args
data class ServiceAuthenticationConfigurationInfoArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationInfoArgs>
Authentication configuration information
Constructors
Link copied to clipboard
fun ServiceAuthenticationConfigurationInfoArgs(audience: Output<String>? = null, authority: Output<String>? = null, smartProxyEnabled: Output<Boolean>? = null)