Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2IdpCertificate
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2IdpCertificate
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP.
Instance Attribute Summary collapse
-
#x509_certificate ⇒ String
The x509 certificate Corresponds to the JSON property
x509Certificate
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2IdpCertificate
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2IdpCertificate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2IdpCertificate
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2IdpCertificate.
749 750 751 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 749 def initialize(**args) update!(**args) end |
Instance Attribute Details
#x509_certificate ⇒ String
The x509 certificate
Corresponds to the JSON property x509Certificate
747 748 749 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 747 def x509_certificate @x509_certificate end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
754 755 756 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 754 def update!(**args) @x509_certificate = args[:x509_certificate] if args.key?(:x509_certificate) end |