ResourceAction
ResourceAction
JSON Example
{
"actionType": "string",
"dependents": [
"string"
],
"description": "string",
"displayName": "string",
"formDefinition": {
"formURI": "string",
"trackProgressInModal": false
},
"id": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"schema": {
"$data": "string",
"$dynamicDefault": "string",
"$ref": "string",
"additionalProperties": false,
"allOf": [
"JsonSchemaImpl Object"
],
"anyOf": [
"JsonSchemaImpl Object"
],
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"formatMaximum": "string",
"formatMinimum": "string",
"items": "ObjectOrListJsonSchemaImpl Object",
"maxItems": 0,
"maxLength": 0,
"maxProperties": 0,
"maximum": "number",
"minItems": 0,
"minLength": 0,
"minProperties": 0,
"minimum": "number",
"not": "JsonSchemaImpl Object",
"oneOf": [
"JsonSchemaImpl Object"
],
"pattern": "string",
"patternProperties": {
"patternProperties": "JsonSchemaImpl Object"
},
"properties": {
"properties": "JsonSchemaImpl Object"
},
"readOnly": false,
"required": [
"string"
],
"title": "string",
"type": "string",
"uniqueItems": false,
"writeOnly": false
},
"valid": false
}
string
actionType
Optional
Resource action type
Possible values are :
RESOURCE_ACTION,
RESOURCE_EXTENSION,
array of
string
dependents
Optional
Dependent resources
string
description
Optional
Resource action description
string
displayName
Optional
Resource action display name
string
id
Optional
Resource action id
string
name
Optional
Resource action name
string
orgId
Optional
Resource action org ID
string
projectId
Optional
Resource action project ID
boolean
valid
Optional
Resource action is valid for current state