From 295100ba18680700d7c72452fa1fdc326b139ae6 Mon Sep 17 00:00:00 2001 From: developer-relations-sp Date: Thu, 16 Nov 2023 18:20:41 +0000 Subject: [PATCH] Automated commit 'Merge pull request #12 from sailpoint/NEROCKET-291-revert-2 NEROCKET-291 reverted profile_type category addition.' by github action: 6894847821 --- nerm/schemas/GET/ProfileType.yaml | 5 ----- nerm/schemas/PATCH/ProfileType.yaml | 5 ----- nerm/schemas/POST/ProfileType.yaml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/nerm/schemas/GET/ProfileType.yaml b/nerm/schemas/GET/ProfileType.yaml index 11e09a8e..9103ad7f 100644 --- a/nerm/schemas/GET/ProfileType.yaml +++ b/nerm/schemas/GET/ProfileType.yaml @@ -17,11 +17,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean description: Whether or not duplication protection is bypassed. diff --git a/nerm/schemas/PATCH/ProfileType.yaml b/nerm/schemas/PATCH/ProfileType.yaml index 151206bb..cfbda297 100644 --- a/nerm/schemas/PATCH/ProfileType.yaml +++ b/nerm/schemas/PATCH/ProfileType.yaml @@ -4,11 +4,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean description: Whether or not duplication protection is bypassed. diff --git a/nerm/schemas/POST/ProfileType.yaml b/nerm/schemas/POST/ProfileType.yaml index 34e01a39..3c689764 100644 --- a/nerm/schemas/POST/ProfileType.yaml +++ b/nerm/schemas/POST/ProfileType.yaml @@ -4,11 +4,6 @@ properties: type: string description: This is the name of the profile type. example: Worker - category: - type: string - enum: ['identities', 'organizations', 'populations', 'assignments', 'other'] - description: This is the category the profile type falls into. - example: identities bypass_dup_protection: type: boolean default: false