Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1502 from sailpoint/th/idnarsen…
Browse files Browse the repository at this point in the history
…al-20689

IDNARSENAL-20689: added descriptions, fixed response code' by github action: 7065481518
  • Loading branch information
tyler-mairose-sp committed Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 674daea commit 05a43a6
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions idn/beta/paths/identity-attribute.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,8 @@ put:
- Identity Attributes
summary: Update Identity Attribute
description: >-
This updates an existing identity attribute.
This updates an existing identity attribute.
Making an attribute searchable requires that the `system`, `standard`, and `multi` properties be set to false.
security:
- UserContextAuth: [ idn:identity-profile-attribute:create ]
parameters:
@@ -58,7 +59,7 @@ put:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttribute.yaml"
responses:
"202":
"200":
description: The identity attribute was updated successfully
content:
application/json:
@@ -82,7 +83,8 @@ delete:
- Identity Attributes
summary: Delete Identity Attribute
description: >-
This deletes an identity attribute for a given technical name.
This deletes an identity attribute with the given name.
The `system` and `standard` properties must be set to false before you can delete an identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute:delete ]
parameters:
4 changes: 3 additions & 1 deletion idn/beta/paths/identity-attributes-bulk-delete.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,9 @@ post:
- Identity Attributes
summary: Bulk delete Identity Attributes
description: >-
This deletes identity attributes for a given set of technical names.
This deletes identity attributes for a given set of names.
Attributes that are currently mapped in an Identity Profile cannot be deleted.
The `system` and `standard` properties must be set to false before you can delete an identity attribute.
security:
- UserContextAuth: [ idn:identity-profile-attribute-bulk:delete ]
requestBody:

0 comments on commit 05a43a6

Please sign in to comment.