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 ⇒ String readonly
- #resource_type_slug ⇒ String readonly
Instance Attribute Details
#resource_external_id ⇒ String (readonly)
21 |
# File 'lib/workos/authorization.rb', line 21 ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug) |
#resource_type_slug ⇒ String (readonly)
21 |
# File 'lib/workos/authorization.rb', line 21 ResourceTargetByExternalId = Data.define(:resource_external_id, :resource_type_slug) |