Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2RpEntity

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

The entity object for the Relying Party.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2RpEntity

Returns a new instance of GoogleCloudIdentitytoolkitV2RpEntity.



2994
2995
2996
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2994

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

Instance Attribute Details

#idString

The RP ID of the FIDO Relying Party. Corresponds to the JSON property id

Returns:

  • (String)


2992
2993
2994
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2992

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2999
3000
3001
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2999

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