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.



435
436
437
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 435

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

Instance Attribute Details

#descriptionString

Description of the Idp Corresponds to the JSON property description

Returns:

  • (String)


428
429
430
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 428

def description
  @description
end

#idp_idString

Id the of Idp Corresponds to the JSON property idpId

Returns:

  • (String)


433
434
435
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 433

def idp_id
  @idp_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



440
441
442
443
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 440

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