ResourceDescriptor
An identifier that uniquely identifies a resource with its type.
Valid values include organization:<id>
, workspace:<id>
, service-account:<id>
, and user:<id>
,
where <id>
is the resource ID for an organization, a workspace, a service account, or a user, respectively.
Syntax
json
"string"
Type Definition
- Type
string
- Minimum Length 1
- Maximum Length 255
- Pattern
^[a-z-]+:[A-Z0-9]+$