mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
726498c975
commit
cb36a301ac
@@ -110966,7 +110966,7 @@ paths:
|
|||||||
- SOURCE
|
- SOURCE
|
||||||
- TRANSFORM
|
- TRANSFORM
|
||||||
- TRIGGER_SUBSCRIPTION
|
- TRIGGER_SUBSCRIPTION
|
||||||
- WORKFLOWS
|
- WORKFLOW
|
||||||
example: SOURCE
|
example: SOURCE
|
||||||
includeTypes:
|
includeTypes:
|
||||||
description: Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
|
description: Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
|
||||||
@@ -110994,7 +110994,7 @@ paths:
|
|||||||
- SOURCE
|
- SOURCE
|
||||||
- TRANSFORM
|
- TRANSFORM
|
||||||
- TRIGGER_SUBSCRIPTION
|
- TRIGGER_SUBSCRIPTION
|
||||||
- WORKFLOWS
|
- WORKFLOW
|
||||||
example: TRIGGER_SUBSCRIPTION
|
example: TRIGGER_SUBSCRIPTION
|
||||||
objectOptions:
|
objectOptions:
|
||||||
description: Additional options targeting specific objects related to each item in the includeTypes field
|
description: Additional options targeting specific objects related to each item in the includeTypes field
|
||||||
@@ -111053,7 +111053,7 @@ paths:
|
|||||||
- SOURCE
|
- SOURCE
|
||||||
- TRANSFORM
|
- TRANSFORM
|
||||||
- TRIGGER_SUBSCRIPTION
|
- TRIGGER_SUBSCRIPTION
|
||||||
- WORKFLOWS
|
- WORKFLOW
|
||||||
objectOptions: {}
|
objectOptions: {}
|
||||||
Export sources by ID:
|
Export sources by ID:
|
||||||
description: Export only sources that match the IDs specified in the export options.
|
description: Export only sources that match the IDs specified in the export options.
|
||||||
@@ -111896,7 +111896,7 @@ paths:
|
|||||||
- SOURCE
|
- SOURCE
|
||||||
- TRANSFORM
|
- TRANSFORM
|
||||||
- TRIGGER_SUBSCRIPTION
|
- TRIGGER_SUBSCRIPTION
|
||||||
- WORKFLOWS
|
- WORKFLOW
|
||||||
example: SOURCE
|
example: SOURCE
|
||||||
includeTypes:
|
includeTypes:
|
||||||
description: Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
|
description: Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
|
||||||
@@ -111924,7 +111924,7 @@ paths:
|
|||||||
- SOURCE
|
- SOURCE
|
||||||
- TRANSFORM
|
- TRANSFORM
|
||||||
- TRIGGER_SUBSCRIPTION
|
- TRIGGER_SUBSCRIPTION
|
||||||
- WORKFLOWS
|
- WORKFLOW
|
||||||
example: TRIGGER_SUBSCRIPTION
|
example: TRIGGER_SUBSCRIPTION
|
||||||
objectOptions:
|
objectOptions:
|
||||||
description: Additional options targeting specific objects related to each item in the includeTypes field
|
description: Additional options targeting specific objects related to each item in the includeTypes field
|
||||||
@@ -130539,7 +130539,7 @@ paths:
|
|||||||
localeOrigin: DEFAULT
|
localeOrigin: DEFAULT
|
||||||
text: An internal fault occurred.
|
text: An internal fault occurred.
|
||||||
post:
|
post:
|
||||||
operationId: addTagToObject
|
operationId: setTagToObject
|
||||||
security:
|
security:
|
||||||
- oauth2:
|
- oauth2:
|
||||||
- 'idn:tag:manage'
|
- 'idn:tag:manage'
|
||||||
@@ -130609,64 +130609,6 @@ paths:
|
|||||||
- BU_FINANCE
|
- BU_FINANCE
|
||||||
- PCI
|
- PCI
|
||||||
responses:
|
responses:
|
||||||
'200':
|
|
||||||
description: Request succeeded.
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
objectRef:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
description: DTO type
|
|
||||||
type: string
|
|
||||||
enum:
|
|
||||||
- ACCOUNT_CORRELATION_CONFIG
|
|
||||||
- ACCESS_PROFILE
|
|
||||||
- ACCESS_REQUEST_APPROVAL
|
|
||||||
- ACCOUNT
|
|
||||||
- APPLICATION
|
|
||||||
- CAMPAIGN
|
|
||||||
- CAMPAIGN_FILTER
|
|
||||||
- CERTIFICATION
|
|
||||||
- CLUSTER
|
|
||||||
- CONNECTOR_SCHEMA
|
|
||||||
- ENTITLEMENT
|
|
||||||
- GOVERNANCE_GROUP
|
|
||||||
- IDENTITY
|
|
||||||
- IDENTITY_PROFILE
|
|
||||||
- IDENTITY_REQUEST
|
|
||||||
- LIFECYCLE_STATE
|
|
||||||
- PASSWORD_POLICY
|
|
||||||
- ROLE
|
|
||||||
- RULE
|
|
||||||
- SOD_POLICY
|
|
||||||
- SOURCE
|
|
||||||
- TAG
|
|
||||||
- TAG_CATEGORY
|
|
||||||
- TASK_RESULT
|
|
||||||
- REPORT_RESULT
|
|
||||||
- SOD_VIOLATION
|
|
||||||
- ACCOUNT_ACTIVITY
|
|
||||||
example: IDENTITY
|
|
||||||
id:
|
|
||||||
type: string
|
|
||||||
description: ID of the object to which this reference applies
|
|
||||||
example: 2c91808568c529c60168cca6f90c1313
|
|
||||||
name:
|
|
||||||
type: string
|
|
||||||
description: Human-readable display name of the object to which this reference applies
|
|
||||||
example: William Wilson
|
|
||||||
tags:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
description: Labels to be applied to an Object
|
|
||||||
example:
|
|
||||||
- BU_FINANCE
|
|
||||||
- PCI
|
|
||||||
'201':
|
'201':
|
||||||
description: Created.
|
description: Created.
|
||||||
'400':
|
'400':
|
||||||
|
|||||||
Reference in New Issue
Block a user