Policy
A resource policy.
Syntax
{
"principal": "string",
"permissions": [
"CanManageOrganization | CanManageWorkspace | CanManageServiceAccount | CanEditFlinkResources | CanViewFlinkResources"
],
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
Type Definition
- Type
object
- Properties
principal
requiredThe principal to which the resource permissions are granted.
- Schema
ResourceDescriptor
- Schema
permissions
requiredA list of resource permissions.
- Type
array
- Items
A resource permission granted to the principal.
- Schema
ResourceRelation
- Schema
- Type
createdAt
requiredThe time when the earliest permission was granted.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the latest permission was granted.
- Type
string
- Format
date-time
- Type