Class: Google::Apis::CloudidentityV1::AddIdpCredentialRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/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.



49
50
51
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 49

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)


47
48
49
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 47

def pem_data
  @pem_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



54
55
56
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 54

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