Skip to main content

WorkflowRelatedProjectStatus

relation objectrequired
aliasstringrequired

Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$

projectIdstring<uuid>required
grantToRelatedProject objectrequired

Rules allowing the related project to access the current project's KV; not the current project's permission on the target.

read objectrequired
oneOf
modestringrequired
Constant value: none
write objectrequired
oneOf
modestringrequired
Constant value: none
projectNamestring
reciprocalAliasstring

Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$

grantFromRelatedProject object

Rules allowing the related project to access the current project's KV; not the current project's permission on the target.

read objectrequired
oneOf
modestringrequired
Constant value: none
write objectrequired
oneOf
modestringrequired
Constant value: none
confirmedbooleanrequired
WorkflowRelatedProjectStatus
{
"relation": {
"alias": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"grantToRelatedProject": {
"read": {
"mode": "none"
},
"write": {
"mode": "none"
}
}
},
"projectName": "string",
"reciprocalAlias": "string",
"grantFromRelatedProject": {
"read": {
"mode": "none"
},
"write": {
"mode": "none"
}
},
"confirmed": true
}