Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp
- 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
-
#description ⇒ String
Description of the Idp Corresponds to the JSON property
description
. -
#idp_id ⇒ String
Id the of Idp Corresponds to the JSON property
idpId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdp.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#description ⇒ String
Description of the Idp
Corresponds to the JSON property description
428 429 430 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 428 def description @description end |
#idp_id ⇒ String
Id the of Idp
Corresponds to the JSON property idpId
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 |