Type Alias FormElementOptionSetEnvironmentSharePointListColumn

FormElementOptionSetEnvironmentSharePointListColumn: FormElementEnvironmentBase & {
    integrationEntraApplicationId: string;
    sharepointColumn: {
        displayName: string;
        id: string;
    };
    sharepointList: {
        displayName: string;
        id: string;
    };
    sharepointSite: {
        displayName: string;
        id: string;
    };
}

Type declaration

  • integrationEntraApplicationId: string

    The id of the entra application in integration configuration

  • sharepointColumn: {
        displayName: string;
        id: string;
    }

    The Sharepoint Column

    • displayName: string

      The display name of the Sharepoint Column

    • id: string

      The id of the Sharepoint Column

  • sharepointList: {
        displayName: string;
        id: string;
    }

    The Sharepoint List

    • displayName: string

      The display name of the Sharepoint List

    • id: string

      The id of the Sharepoint List

  • sharepointSite: {
        displayName: string;
        id: string;
    }

    The Sharepoint Site

    • displayName: string

      The display name of the Sharepoint Site

    • id: string

      The id of the Sharepoint Site