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.



596
597
598
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 596

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#x509_certificateString

The x509 certificate Corresponds to the JSON property x509Certificate

Returns:

  • (String)


594
595
596
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 594

def x509_certificate
  @x509_certificate
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



601
602
603
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 601

def update!(**args)
  @x509_certificate = args[:x509_certificate] if args.key?(:x509_certificate)
end