Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.06 KB

ResourceUpdate.md

File metadata and controls

13 lines (10 loc) · 1.06 KB

# ResourceUpdate

Properties

Name Type Description Notes
name string The name of the resource [optional]
urn string The URN (Uniform Resource Name) of the resource [optional]
description string An optional longer description of what this resource respresents in your system [optional]
actions array<string,\OpenAPI\Client\Model\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. [optional]
attributes array<string,\OpenAPI\Client\Model\AttributeBlockEditable> Attributes that each resource of this type defines, and can be used in your ABAC policies. [optional]

[Back to Model list] [Back to API list] [Back to README]