Skip to content

Files

Latest commit

46130aa · Jan 31, 2023

History

History
15 lines (10 loc) · 1.14 KB

ResourceCreate.md

File metadata and controls

15 lines (10 loc) · 1.14 KB

ResourceCreate

Properties

Name Type Description Notes
key kotlin.String A URL-friendly name of the resource (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the resource.
name kotlin.String The name of the resource
actions kotlin.collections.Map<kotlin.String, ActionBlockEditable> A actions definition block, typically contained within a resource type definition block. The actions represents the ways you can interact with a protected resource.
urn kotlin.String The URN (Uniform Resource Name) of the resource [optional]
description kotlin.String An optional longer description of what this resource respresents in your system [optional]
attributes kotlin.collections.Map<kotlin.String, AttributeBlockEditable> Attributes that each resource of this type defines, and can be used in your ABAC policies. [optional]