PolicySpec
The specification of a resource policy.
Syntax
json
{
"permissions": [
"CanManageOrganization | CanManageWorkspace | CanManageServiceAccount | CanEditFlinkResources | CanViewFlinkResources"
]
}
Type Definition
- Type
object
- Properties
permissions
requiredA list of resource permissions.
- Type
array
- Items
A resource permission to grant.
- Schema
ResourceRelation
- Schema
- Type