Connector Profile Custom Auth Credentials Args
data class ConnectorProfileCustomAuthCredentialsArgs(val credentialsMap: Output<ConnectorProfileCredentialsMapArgs>? = null, val customAuthenticationType: Output<String>) : ConvertibleToJava<ConnectorProfileCustomAuthCredentialsArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileCustomAuthCredentialsArgs(credentialsMap: Output<ConnectorProfileCredentialsMapArgs>? = null, customAuthenticationType: Output<String>)