Method: LockstepSdk::GroupAccountModel#group_key
- Defined in:
- lib/lockstep_sdk/models/group_account_model.rb
#group_key ⇒ Uuid
Returns The GroupKey uniquely identifies a single Lockstep Platform account. All records for this account will share the same GroupKey value. GroupKey values cannot be changed once created. For more information, see [Accounts and GroupKeys](developer.lockstep.io/docs/accounts-and-groupkeys).
41 42 43 |
# File 'lib/lockstep_sdk/models/group_account_model.rb', line 41 def group_key @group_key end |