Class: WorkOS::Authorization::ResourceTargetByExternalId

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

Overview

Identifies the resource target (by external id variant).

Instance Attribute Summary collapse

Instance Attribute Details

#resource_external_idObject (readonly)

Returns the value of attribute resource_external_id

Returns:

  • (Object)

    the current value of resource_external_id



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

ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug)

#resource_type_slugObject (readonly)

Returns the value of attribute resource_type_slug

Returns:

  • (Object)

    the current value of resource_type_slug



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

ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug)