GoogleCloudConnectorsV1AuthConfig class
AuthConfig defines details of a authentication type.
Constructors
-
GoogleCloudConnectorsV1AuthConfig({List<
GoogleCloudConnectorsV1ConfigVariable> ? additionalVariables, String? authKey, String? authType, GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow? oauth2AuthCodeFlow, GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials? oauth2ClientCredentials, GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer? oauth2JwtBearer, GoogleCloudConnectorsV1AuthConfigSshPublicKey? sshPublicKey, GoogleCloudConnectorsV1AuthConfigUserPassword? userPassword}) - GoogleCloudConnectorsV1AuthConfig.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
GoogleCloudConnectorsV1ConfigVariable> ? -
List containing additional auth configs.
getter/setter pair
- authKey ↔ String?
-
Identifier key for auth config
getter/setter pair
- authType ↔ String?
-
The type of authentication configured.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- oauth2AuthCodeFlow ↔ GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow?
-
Oauth2AuthCodeFlow.
getter/setter pair
- oauth2ClientCredentials ↔ GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials?
-
Oauth2ClientCredentials.
getter/setter pair
- oauth2JwtBearer ↔ GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer?
-
Oauth2JwtBearer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sshPublicKey ↔ GoogleCloudConnectorsV1AuthConfigSshPublicKey?
-
SSH Public Key.
getter/setter pair
- userPassword ↔ GoogleCloudConnectorsV1AuthConfigUserPassword?
-
UserPassword.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited