google_api_apigee v0.9.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Alias View Source
A reference to a certificate or key, certificate pair.
Attributes
-
alias
(type:String.t
, default:nil
) - The resource ID for this alias. Values must match regular expression[^/]{1,255}
. -
certsInfo
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t
, default:nil
) - The chain of certificates under this alias. -
type
(type:String.t
, default:nil
) - The type of alias.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Alias{ alias: String.t(), certsInfo: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t(), type: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.