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

The resource id for the shared item.

resourceType: string

The resource type for the shared item.

roles: ShareRoleType[]

The roles assigned to the assigneeId.

type: ShareType