mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 4371139279
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
get:
|
get:
|
||||||
operationId: getTaggedObject
|
operationId: getTaggedObject
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: Get Tagged Object
|
summary: Get Tagged Object
|
||||||
@@ -43,6 +45,8 @@ get:
|
|||||||
$ref: '../../v3/responses/500.yaml'
|
$ref: '../../v3/responses/500.yaml'
|
||||||
put:
|
put:
|
||||||
operationId: updateTaggedObject
|
operationId: updateTaggedObject
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: Update Tagged Object
|
summary: Update Tagged Object
|
||||||
@@ -59,6 +63,7 @@ put:
|
|||||||
- SOD_POLICY
|
- SOD_POLICY
|
||||||
required: true
|
required: true
|
||||||
description: The type of tagged object to update.
|
description: The type of tagged object to update.
|
||||||
|
example: ROLE
|
||||||
- in: path
|
- in: path
|
||||||
name: id
|
name: id
|
||||||
schema:
|
schema:
|
||||||
@@ -91,6 +96,8 @@ put:
|
|||||||
$ref: '../../v3/responses/500.yaml'
|
$ref: '../../v3/responses/500.yaml'
|
||||||
delete:
|
delete:
|
||||||
operationId: deleteTaggedObject
|
operationId: deleteTaggedObject
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: Delete Tagged Object
|
summary: Delete Tagged Object
|
||||||
@@ -107,6 +114,7 @@ delete:
|
|||||||
- SOD_POLICY
|
- SOD_POLICY
|
||||||
required: true
|
required: true
|
||||||
description: The type of tagged object to delete.
|
description: The type of tagged object to delete.
|
||||||
|
example: ROLE
|
||||||
- in: path
|
- in: path
|
||||||
name: id
|
name: id
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
get:
|
get:
|
||||||
operationId: listTaggedObjectsByType
|
operationId: listTaggedObjectsByType
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: List Tagged Objects
|
summary: List Tagged Objects
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
get:
|
get:
|
||||||
operationId: listTaggedObjects
|
operationId: listTaggedObjects
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:read, idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: List Tagged Objects
|
summary: List Tagged Objects
|
||||||
@@ -51,6 +53,8 @@ get:
|
|||||||
$ref: '../../v3/responses/500.yaml'
|
$ref: '../../v3/responses/500.yaml'
|
||||||
post:
|
post:
|
||||||
operationId: addTagToObject
|
operationId: addTagToObject
|
||||||
|
security:
|
||||||
|
- oauth2: [ idn:tag:manage ]
|
||||||
tags:
|
tags:
|
||||||
- Tagged Objects
|
- Tagged Objects
|
||||||
summary: Add Tag to Object
|
summary: Add Tag to Object
|
||||||
|
|||||||
Reference in New Issue
Block a user