ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector class

Constructors

ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector({Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey?>? apiKey, required Input<String> authenticationType, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic?>? basic, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom?>? custom, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2?>? oauth2})
Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector. apiKey Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. authenticationType Authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2. basic Basic credentials that are required for the authentication of the user. See connector_profile_config.connector_profile_credentials.custom_connector.basic Block for details. custom Credentials required when the connector uses the custom authentication mechanism. See connector_profile_config.connector_profile_credentials.custom_connector.custom Block for details. oauth2 OAuth 2.0 credentials required for the authentication of the user. See connector_profile_config.connector_profile_credentials.custom_connector.oauth2 Block for details.
const
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.fromMap(Map<String, dynamic> map)
factory

Properties

apiKey → Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey?>?
Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
final
authenticationType → Input<String>
Authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.
final
basic → Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic?>?
Basic credentials that are required for the authentication of the user. See connector_profile_config.connector_profile_credentials.custom_connector.basic Block for details.
final
custom → Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom?>?
Credentials required when the connector uses the custom authentication mechanism. See connector_profile_config.connector_profile_credentials.custom_connector.custom Block for details.
final
hashCode int
The hash code for this object.
no setterinherited
oauth2 → Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2?>?
OAuth 2.0 credentials required for the authentication of the user. See connector_profile_config.connector_profile_credentials.custom_connector.oauth2 Block for details.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited