Class: Google::Apis::CloudidentityV1beta1::AddIdpCredentialRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb

Overview

The request for creating an IdpCredential with its associated payload. An InboundSamlSsoProfile can own up to 2 credentials.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AddIdpCredentialRequest

Returns a new instance of AddIdpCredentialRequest.



57
58
59
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 57

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

Instance Attribute Details

#pem_dataString

PEM encoded x509 certificate containing the public key for verifying IdP signatures. Corresponds to the JSON property pemData

Returns:

  • (String)


55
56
57
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 55

def pem_data
  @pem_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



62
63
64
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 62

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