Interface WorkspacePrincipal

interface WorkspacePrincipal {
    atts?: {
        [key: string]: any;
    };
    createdBy?: any;
    createdById?: string;
    createdOn?: Date;
    id: string;
    orgId?: string;
    orgSlug?: string;
    principal?: any;
    principalReference?: string;
    readUpdatedOn?: Date;
    role?: WorkspacePrincipalRole;
    typeId?: string;
    typePath?: string;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    workspace?: Workspace;
    workspaceId?: string;
    workspaceType: WorkspaceType;
}

Hierarchy

  • TypeManagedEntity
    • WorkspacePrincipal

Properties

atts?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
createdBy?: any
createdById?: string
createdOn?: Date
id: string
orgId?: string
orgSlug?: string
principal?: any
principalReference?: string
readUpdatedOn?: Date
typeId?: string
typePath?: string
updatedBy?: any
updatedById?: string
updatedOn?: Date
workspace?: Workspace
workspaceId?: string
workspaceType: WorkspaceType

Generated using TypeDoc