ProjectPolicyRequestBodyPermissions

Hierarchy

  • ProjectPolicyRequestBodyPermissions

Properties

allowedActions

allowedActions: string[]

The list of actions allowed to be taken against either the resource or the resource type defined in the Project Policy in the context of the Project

Optional resource

resource?: string

The hrn of the resource. One of resource or the resourceType must be defined

Optional resourceType

resourceType?: "artifact" | "catalog" | "pipeline" | "pipeline-template" | "schema" | "flow" | "flow-pattern"