google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificate View Source
SAML certificate and metadata.
Attributes
certificate
(type:String.t
, default:nil
) - SAML certificate.fingerprint
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificateFingerprint.t
, default:nil
) - Fingerprint of this SAML certificate.issuer
(type:String.t
, default:nil
) - Issuer of the SAML certificate.message
(type:String.t
, default:nil
) - Message from the issuer.subject
(type:String.t
, default:nil
) - Subject of the message from the issuer.valid
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the certificate is valid.validFrom
(type:String.t
, default:nil
) - Time the certificate is valid in milliseconds since epoch.validTo
(type:String.t
, default:nil
) - Time the certificate expires in milliseconds since epoch.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificate{ certificate: String.t(), fingerprint: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SamlCertificateFingerprint.t(), issuer: String.t(), message: String.t(), subject: String.t(), valid: boolean(), validFrom: String.t(), validTo: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.