Metadata about a plan definition that is stored in favorites service

interface PlanMetadata {
    createdByIdentity?: IdentityRef;
    description?: string;
    modifiedDate?: Date;
    userPermissions?: PlanUserPermissions;
}

Properties

createdByIdentity?: IdentityRef

Identity of the creator of the plan

description?: string

Description of plan

modifiedDate?: Date

Last modified date of the plan

userPermissions?: PlanUserPermissions

Bit flag indicating set of permissions a user has to the plan.