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.



48
49
50
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 48

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

Instance Attribute Details

#pem_dataString

PEM encoded x509 certificate containing the public signing key. Corresponds to the JSON property pemData

Returns:

  • (String)


46
47
48
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 46

def pem_data
  @pem_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



53
54
55
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 53

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