Type Alias ShareCreate

type ShareCreate = {
    assigneeId: string;
    resourceId: string;
    resourceType: string;
    roles: ShareRoleType[];
    type: ShareType;
}
Index

Properties

assigneeId: string

The userId or groupId based on the type.

resourceId: string
resourceType: string
roles: ShareRoleType[]
type: ShareType