Class: WorkOS::Authorization::ParentResourceByExternalId

Inherits:
Data
  • Object
show all
Defined in:
lib/workos/authorization.rb

Overview

Identifies the parent resource (by external id variant).

Instance Attribute Summary collapse

Instance Attribute Details

#parent_resource_external_idObject (readonly)

Returns the value of attribute parent_resource_external_id

Returns:

  • (Object)

    the current value of parent_resource_external_id



35
# File 'lib/workos/authorization.rb', line 35

ParentResourceByExternalId = Data.define(:parent_resource_type_slug, :parent_resource_external_id)

#parent_resource_type_slugObject (readonly)

Returns the value of attribute parent_resource_type_slug

Returns:

  • (Object)

    the current value of parent_resource_type_slug



35
# File 'lib/workos/authorization.rb', line 35

ParentResourceByExternalId = Data.define(:parent_resource_type_slug, :parent_resource_external_id)