Type Alias IntegrationSharepointEntraApplication<S>

IntegrationSharepointEntraApplication<S>: {
    entraApplicationId: string;
    entraClientSecret: ConstrainedSecret<S>;
    entraTenantId: string;
    id: string;
    label: string;
}

Type Parameters