GoogleCloudConnectorsV1AuthConfig constructor
GoogleCloudConnectorsV1AuthConfig({
- List<
GoogleCloudConnectorsV1ConfigVariable> ? additionalVariables, - String? authKey,
- String? authType,
- GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow? oauth2AuthCodeFlow,
- GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials? oauth2ClientCredentials,
- GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer? oauth2JwtBearer,
- GoogleCloudConnectorsV1AuthConfigSshPublicKey? sshPublicKey,
- GoogleCloudConnectorsV1AuthConfigUserPassword? userPassword,
Implementation
GoogleCloudConnectorsV1AuthConfig({
this.additionalVariables,
this.authKey,
this.authType,
this.oauth2AuthCodeFlow,
this.oauth2ClientCredentials,
this.oauth2JwtBearer,
this.sshPublicKey,
this.userPassword,
});