Type alias PolicySetSkeleton

PolicySetSkeleton: NoIdObjectSkeletonInterface & {
    name: string;
    resourceTypeUuids: string[];
}

Type declaration

  • name: string
  • resourceTypeUuids: string[]