GoogleCloudIntegrationsV1alphaCredential constructor
GoogleCloudIntegrationsV1alphaCredential({
- GoogleCloudIntegrationsV1alphaAuthToken? authToken,
- String? credentialType,
- GoogleCloudIntegrationsV1alphaJwt? jwt,
- GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode? oauth2AuthorizationCode,
- GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials? oauth2ClientCredentials,
- GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials? oauth2ResourceOwnerCredentials,
- GoogleCloudIntegrationsV1alphaOidcToken? oidcToken,
- GoogleCloudIntegrationsV1alphaServiceAccountCredentials? serviceAccountCredentials,
- GoogleCloudIntegrationsV1alphaUsernameAndPassword? usernameAndPassword,
Implementation
GoogleCloudIntegrationsV1alphaCredential({
this.authToken,
this.credentialType,
this.jwt,
this.oauth2AuthorizationCode,
this.oauth2ClientCredentials,
this.oauth2ResourceOwnerCredentials,
this.oidcToken,
this.serviceAccountCredentials,
this.usernameAndPassword,
});