interface SharedLink {
    accessLevel?: SharedLinkAccessLevel;
    contextId: string;
    contextReference?: string;
    contextType: string;
    createdBy?: string;
    createdById?: string;
    createdOn?: Date;
    currentUserAccessLevel?: SharedLinkAccessLevel;
    deactivated?: boolean;
    expiresOn?: Date;
    id: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    shareType?: string;
    sharedLinkPrincipals?: SharedLinkPrincipal[];
    updatedBy?: string;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • SharedLink

Properties

accessLevel?: SharedLinkAccessLevel
contextId: string
contextReference?: string
contextType: string
createdBy?: string
createdById?: string
createdOn?: Date
currentUserAccessLevel?: SharedLinkAccessLevel
deactivated?: boolean
expiresOn?: Date

Deprecated

Shared Links no longer expire.

id: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
shareType?: string
sharedLinkPrincipals?: SharedLinkPrincipal[]
updatedBy?: string
updatedById?: string
updatedOn?: Date

Generated using TypeDoc