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.



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

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

Instance Attribute Details

#descriptionString

Description of the Idp Corresponds to the JSON property description

Returns:

  • (String)


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

def description
  @description
end

#idp_idString

Id the of Idp Corresponds to the JSON property idpId

Returns:

  • (String)


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

def idp_id
  @idp_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



381
382
383
384
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 381

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