Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp

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

Standard Identity Toolkit-trusted IDPs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp

Returns a new instance of GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.



370
371
372
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 370

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

Instance Attribute Details

#descriptionString

Description of the Idp Corresponds to the JSON property description

Returns:

  • (String)


363
364
365
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 363

def description
  @description
end

#idp_idString

Id the of Idp Corresponds to the JSON property idpId

Returns:

  • (String)


368
369
370
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 368

def idp_id
  @idp_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



375
376
377
378
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 375

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