Type Alias IntegrationMicrosoftEntraApplication<S>

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

Type Parameters