GoogleCloudIntegrationsV1alphaAuthConfig constructor

GoogleCloudIntegrationsV1alphaAuthConfig({
  1. String? certificateId,
  2. String? createTime,
  3. String? creatorEmail,
  4. String? credentialType,
  5. GoogleCloudIntegrationsV1alphaCredential? decryptedCredential,
  6. String? description,
  7. String? displayName,
  8. String? encryptedCredential,
  9. List<String>? expiryNotificationDuration,
  10. String? lastModifierEmail,
  11. String? name,
  12. String? overrideValidTime,
  13. String? reason,
  14. String? state,
  15. String? updateTime,
  16. String? validTime,
  17. 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,
});