Entitlement: {
    actions?: string[];
    attributes?: Record<string, any>;
    resourceType?: ResourceType;
}

Type declaration

  • Optional actions?: string[]
  • Optional attributes?: Record<string, any>
  • Optional resourceType?: ResourceType