Integration Connectors v1 API - Enum ConfigVariableTemplate.Types.ValueType (1.0.0)

public enum ConfigVariableTemplate.Types.ValueType

Reference documentation and code samples for the Integration Connectors v1 API enum ConfigVariableTemplate.Types.ValueType.

ValueType indicates the data type of the value.

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Fields

NameDescription
AuthorizationCode

Value type is authorization code.

Bool

Value type is boolean.

Enum

Value type is enum.

Int

Value type is integer.

Secret

Value type is secret.

String

Value type is string.

Unspecified

Value type is not specified.