Class: WorkOS::Authorization::ResourceTargetByExternalId
- Inherits:
-
Data
- Object
- Data
- WorkOS::Authorization::ResourceTargetByExternalId
- Defined in:
- lib/workos/authorization.rb
Overview
Identifies the resource target (by external id variant).
Instance Attribute Summary collapse
-
#resource_external_id ⇒ Object
readonly
Returns the value of attribute resource_external_id.
-
#resource_type_slug ⇒ Object
readonly
Returns the value of attribute resource_type_slug.
Instance Attribute Details
#resource_external_id ⇒ Object (readonly)
Returns the value of attribute resource_external_id
21 |
# File 'lib/workos/authorization.rb', line 21 ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug) |
#resource_type_slug ⇒ Object (readonly)
Returns the value of attribute resource_type_slug
21 |
# File 'lib/workos/authorization.rb', line 21 ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug) |