View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCertificate (google_api_integrations v0.10.0)
The certificate definition
Attributes
-
certificateStatus(type:String.t, default:nil) - Status of the certificate -
credentialId(type:String.t, default:nil) - Immutable. Credential id that will be used to register with trawler -
description(type:String.t, default:nil) - Description of the certificate -
displayName(type:String.t, default:nil) - Required. Name of the certificate -
name(type:String.t, default:nil) - Output only. Auto generated primary key -
rawCertificate(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaClientCertificate.t, default:nil) - Input only. Raw client certificate which would be registered with trawler -
requestorId(type:String.t, default:nil) - Immutable. Requestor ID to be used to register certificate with trawler -
validEndTime(type:DateTime.t, default:nil) - Output only. The timestamp after which certificate will expire -
validStartTime(type:DateTime.t, default:nil) - Output only. The timestamp after which certificate will be valid
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCertificate{ certificateStatus: String.t() | nil, credentialId: String.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, rawCertificate: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaClientCertificate.t() | nil, requestorId: String.t() | nil, validEndTime: DateTime.t() | nil, validStartTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.