Package-level declarations

Types

Link copied to clipboard
data class ConnectionAuthConfig(val additionalVariables: List<ConnectionAuthConfigAdditionalVariable>? = null, val authKey: String? = null, val authType: String, val oauth2AuthCodeFlow: ConnectionAuthConfigOauth2AuthCodeFlow? = null, val oauth2ClientCredentials: ConnectionAuthConfigOauth2ClientCredentials? = null, val oauth2JwtBearer: ConnectionAuthConfigOauth2JwtBearer? = null, val sshPublicKey: ConnectionAuthConfigSshPublicKey? = null, val userPassword: ConnectionAuthConfigUserPassword? = null)
Link copied to clipboard
data class ConnectionAuthConfigAdditionalVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionAuthConfigAdditionalVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionAuthConfigAdditionalVariableSecretValue? = null, val stringValue: String? = null)
Link copied to clipboard
data class ConnectionAuthConfigOauth2AuthCodeFlow(val authUri: String? = null, val clientId: String? = null, val clientSecret: ConnectionAuthConfigOauth2AuthCodeFlowClientSecret? = null, val enablePkce: Boolean? = null, val scopes: List<String>? = null)
data class ConnectionAuthConfigOauth2JwtBearerJwtClaims(val audience: String? = null, val issuer: String? = null, val subject: String? = null)
Link copied to clipboard
data class ConnectionAuthConfigSshPublicKey(val certType: String? = null, val sshClientCert: ConnectionAuthConfigSshPublicKeySshClientCert? = null, val sshClientCertPass: ConnectionAuthConfigSshPublicKeySshClientCertPass? = null, val username: String)
Link copied to clipboard
Link copied to clipboard
data class ConnectionAuthConfigUserPasswordPassword(val secretVersion: String)
Link copied to clipboard
data class ConnectionConfigVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionConfigVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionConfigVariableSecretValue? = null, val stringValue: String? = null)
data class ConnectionConfigVariableEncryptionKeyValue(val kmsKeyName: String? = null, val type: String)
Link copied to clipboard
data class ConnectionConfigVariableSecretValue(val secretVersion: String)
Link copied to clipboard
data class ConnectionConnectorVersionInfraConfig(val ratelimitThreshold: String? = null)
Link copied to clipboard
data class ConnectionDestinationConfig(val destinations: List<ConnectionDestinationConfigDestination>? = null, val key: String)
Link copied to clipboard
data class ConnectionDestinationConfigDestination(val host: String? = null, val port: Int? = null, val serviceAttachment: String? = null)
Link copied to clipboard
data class ConnectionEventingConfig(val additionalVariables: List<ConnectionEventingConfigAdditionalVariable>? = null, val authConfig: ConnectionEventingConfigAuthConfig? = null, val enrichmentEnabled: Boolean? = null, val registrationDestinationConfig: ConnectionEventingConfigRegistrationDestinationConfig)
data class ConnectionEventingConfigAdditionalVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionEventingConfigAdditionalVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionEventingConfigAdditionalVariableSecretValue? = null, val stringValue: String? = null)
Link copied to clipboard
data class ConnectionEventingConfigAuthConfig(val additionalVariables: List<ConnectionEventingConfigAuthConfigAdditionalVariable>? = null, val authKey: String? = null, val authType: String, val userPassword: ConnectionEventingConfigAuthConfigUserPassword)
data class ConnectionEventingConfigAuthConfigAdditionalVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue? = null, val stringValue: String? = null)
data class ConnectionEventingConfigRegistrationDestinationConfigDestination(val host: String? = null, val port: Int? = null, val serviceAttachment: String? = null)
Link copied to clipboard
data class ConnectionEventingRuntimeData(val eventsListenerEndpoint: String? = null, val statuses: List<ConnectionEventingRuntimeDataStatus>? = null)
Link copied to clipboard
data class ConnectionEventingRuntimeDataStatus(val description: String? = null, val state: String? = null)
Link copied to clipboard
data class ConnectionLockConfig(val locked: Boolean, val reason: String? = null)
Link copied to clipboard
data class ConnectionLogConfig(val enabled: Boolean)
Link copied to clipboard
data class ConnectionNodeConfig(val maxNodeCount: Int? = null, val minNodeCount: Int? = null)
Link copied to clipboard
data class ConnectionSslConfig(val additionalVariables: List<ConnectionSslConfigAdditionalVariable>? = null, val clientCertType: String? = null, val clientCertificate: ConnectionSslConfigClientCertificate? = null, val clientPrivateKey: ConnectionSslConfigClientPrivateKey? = null, val clientPrivateKeyPass: ConnectionSslConfigClientPrivateKeyPass? = null, val privateServerCertificate: ConnectionSslConfigPrivateServerCertificate? = null, val serverCertType: String? = null, val trustModel: String? = null, val type: String, val useSsl: Boolean? = null)
Link copied to clipboard
data class ConnectionSslConfigAdditionalVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionSslConfigAdditionalVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionSslConfigAdditionalVariableSecretValue? = null, val stringValue: String? = null)
data class ConnectionSslConfigAdditionalVariableEncryptionKeyValue(val kmsKeyName: String? = null, val type: String? = null)
Link copied to clipboard
data class ConnectionSslConfigClientCertificate(val secretVersion: String)
Link copied to clipboard
data class ConnectionSslConfigClientPrivateKey(val secretVersion: String)
Link copied to clipboard
data class ConnectionSslConfigClientPrivateKeyPass(val secretVersion: String)
Link copied to clipboard
data class ConnectionStatus(val description: String? = null, val state: String? = null, val status: String? = null)