DegreesOfSeparationReferencePolicy: {
    commentsRestricted: boolean;
    degreesOfSeparation: number;
    mirrorsRestricted: boolean;
    quotesRestricted: boolean;
    sourceProfileId?: ProfileId;
    type: DEGREES_OF_SEPARATION;
}

Type declaration

  • commentsRestricted: boolean

    If true, only profile within the specified degrees of separation can comment.

  • degreesOfSeparation: number

    The number of degrees of separation from the reference profile.

  • mirrorsRestricted: boolean

    If true, only profile within the specified degrees of separation can mirror.

  • quotesRestricted: boolean

    If true, only profile within the specified degrees of separation can quote.

  • Optional sourceProfileId?: ProfileId

    The profile ID to use as reference for the degrees of separation.

  • type: DEGREES_OF_SEPARATION