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.
684 685 686 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 684 def initialize(**args) update!(**args) end |
Instance Attribute Details
#x509_certificate ⇒ String
The x509 certificate
Corresponds to the JSON property x509Certificate
682 683 684 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 682 def x509_certificate @x509_certificate end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
689 690 691 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 689 def update!(**args) @x509_certificate = args[:x509_certificate] if args.key?(:x509_certificate) end |