Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1000 Bytes

ResourceReplace.md

File metadata and controls

14 lines (9 loc) · 1000 Bytes

ResourceReplace

Properties

Name Type Description Notes
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]