GoogleApi.ManagedIdentities.V1.Model.Certificate (google_api_managed_identities v0.19.1)
View SourceCertificate used to configure LDAPS.
Attributes
-
expireTime(type:DateTime.t, default:nil) - The certificate expire time. -
issuingCertificate(type:GoogleApi.ManagedIdentities.V1.Model.Certificate.t, default:nil) - The issuer of this certificate. -
subject(type:String.t, default:nil) - The certificate subject. -
subjectAlternativeName(type:list(String.t), default:nil) - The additional hostnames for the domain. -
thumbprint(type:String.t, default:nil) - The certificate thumbprint which uniquely identifies the certificate.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ManagedIdentities.V1.Model.Certificate{ expireTime: DateTime.t() | nil, issuingCertificate: t() | nil, subject: String.t() | nil, subjectAlternativeName: [String.t()] | nil, thumbprint: String.t() | nil }