ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector class
Constructors
-
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector({Input<
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey?> ? apiKey, required Input<String> authenticationType, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic?> ? basic, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom?> ? custom, Input<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2?> ? oauth2}) -
Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector.
apiKeyUnique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.authenticationTypeAuthentication type that the custom connector uses for authenticating while creating a connector profile. One of:APIKEY,BASIC,CUSTOM,OAUTH2.basicBasic credentials that are required for the authentication of the user. Seeconnector_profile_config.connector_profile_credentials.custom_connector.basicBlock for details.customCredentials required when the connector uses the custom authentication mechanism. Seeconnector_profile_config.connector_profile_credentials.custom_connector.customBlock for details.oauth2OAuth 2.0 credentials required for the authentication of the user. Seeconnector_profile_config.connector_profile_credentials.custom_connector.oauth2Block 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.basicBlock 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.customBlock 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.oauth2Block 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