Skip to content

Commit 0bb7775

Browse files
refactor(core): use sdk type for provisioning field
1 parent d7b3834 commit 0bb7775

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/core/src/services/my-organization/idp-management/sso-provider/sso-provider-types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export type ProvisioningMethod = MyOrganization.IdpProvisioningMethodEnum;
5050
export type ProvisioningField = {
5151
provisioning_field: string;
5252
user_attribute: string;
53-
description?: string;
54-
label?: string;
5553
};
5654

5755
export type Provisioning = MyOrganization.IdpProvisioningConfig & {

0 commit comments

Comments
 (0)