Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2IdpCertificate

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_certificateString

The x509 certificate Corresponds to the JSON property x509Certificate

Returns:

  • (String)


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