Connector Profile Custom Auth Credentials Args
data class ConnectorProfileCustomAuthCredentialsArgs(val credentialsMap: Output<Map<String, String>>? = null, val customAuthenticationType: Output<String>) : ConvertibleToJava<ConnectorProfileCustomAuthCredentialsArgs>