GoogleCloudIntegrationsV1alphaAuthConfig constructor
GoogleCloudIntegrationsV1alphaAuthConfig({
- String? certificateId,
- String? createTime,
- String? creatorEmail,
- String? credentialType,
- GoogleCloudIntegrationsV1alphaCredential? decryptedCredential,
- String? description,
- String? displayName,
- String? encryptedCredential,
- List<
String> ? expiryNotificationDuration, - String? lastModifierEmail,
- String? name,
- String? overrideValidTime,
- String? reason,
- String? state,
- String? updateTime,
- String? validTime,
- String? visibility,
Implementation
GoogleCloudIntegrationsV1alphaAuthConfig({
this.certificateId,
this.createTime,
this.creatorEmail,
this.credentialType,
this.decryptedCredential,
this.description,
this.displayName,
this.encryptedCredential,
this.expiryNotificationDuration,
this.lastModifierEmail,
this.name,
this.overrideValidTime,
this.reason,
this.state,
this.updateTime,
this.validTime,
this.visibility,
});