Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 976 Bytes

LinkedAccountCommonModelScopeDeserializerRequest.md

File metadata and controls

18 lines (12 loc) · 976 Bytes

MergeHRISClient::LinkedAccountCommonModelScopeDeserializerRequest

Properties

Name Type Description Notes
common_models Array<IndividualCommonModelScopeDeserializerRequest> The common models you want to update the scopes for

Example

require 'merge_hris_client'

instance = MergeHRISClient::LinkedAccountCommonModelScopeDeserializerRequest.new(
  common_models: [{&quot;model_name&quot;:&quot;Employee&quot;,&quot;model_permissions&quot;:{&quot;READ&quot;:{&quot;is_enabled&quot;:true},&quot;WRITE&quot;:{&quot;is_enabled&quot;:false}},&quot;field_permissions&quot;:{&quot;enabled_fields&quot;:[&quot;avatar&quot;,&quot;home_location&quot;],&quot;disabled_fields&quot;:[&quot;work_location&quot;]}},{&quot;model_name&quot;:&quot;Benefit&quot;,&quot;model_permissions&quot;:{&quot;WRITE&quot;:{&quot;is_enabled&quot;:false}}}]
)