Type alias AddGranularAclsData
AddGranularAclsData: {
kind: "script" | "group_" | "resource" | "schedule" | "variable" | "flow" | "folder" | "app" | "raw_app";
path: string;
requestBody: {
owner: string;
write?: boolean;
};
workspace: string;
}
Type declaration
kind: "script" | "group_" | "resource" | "schedule" | "variable" | "flow" | "folder" | "app" | "raw_app"
path: string
requestBody: {
owner: string;
write?: boolean;
}
owner: string
Optional write?: boolean
workspace: string
acl to add