Community: Metadata & {
    active?: boolean | null;
    chatterAnswersFacebookSsoUrl?: string | null;
    communityFeedPage?: string | null;
    dataCategoryName?: string | null;
    description?: string | null;
    emailFooterDocument?: string | null;
    emailHeaderDocument?: string | null;
    emailNotificationUrl?: string | null;
    enableChatterAnswers?: boolean | null;
    enablePrivateQuestions?: boolean | null;
    expertsGroup?: string | null;
    portal?: string | null;
    reputationLevels?: ReputationLevels | null;
    showInPortal?: boolean | null;
    site?: string | null;
}

Type declaration

  • Optional active?: boolean | null
  • Optional chatterAnswersFacebookSsoUrl?: string | null
  • Optional communityFeedPage?: string | null
  • Optional dataCategoryName?: string | null
  • Optional description?: string | null
  • Optional emailFooterDocument?: string | null
  • Optional emailHeaderDocument?: string | null
  • Optional emailNotificationUrl?: string | null
  • Optional enableChatterAnswers?: boolean | null
  • Optional enablePrivateQuestions?: boolean | null
  • Optional expertsGroup?: string | null
  • Optional portal?: string | null
  • Optional reputationLevels?: ReputationLevels | null
  • Optional showInPortal?: boolean | null
  • Optional site?: string | null