Class: Google::Apis::IamV1::IntermediateCa
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::IntermediateCa
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb
Overview
Intermediate CA certificates used for building the trust chain to trust anchor
Instance Attribute Summary collapse
-
#pem_certificate ⇒ String
PEM certificate of the PKI used for validation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IntermediateCa
constructor
A new instance of IntermediateCa.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IntermediateCa
Returns a new instance of IntermediateCa.
1041 1042 1043 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1041 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pem_certificate ⇒ String
PEM certificate of the PKI used for validation. Must only contain one ca
certificate.
Corresponds to the JSON property pemCertificate
1039 1040 1041 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1039 def pem_certificate @pem_certificate end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1046 1047 1048 |
# File 'lib/google/apis/iam_v1/classes.rb', line 1046 def update!(**args) @pem_certificate = args[:pem_certificate] if args.key?(:pem_certificate) end |