Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1441 from sailpoint/devrel-1233
Browse files Browse the repository at this point in the history
Devrel 1233, 1244, 1245' by github action: 6485934435
  • Loading branch information
tyler-mairose-sp committed Oct 11, 2023
1 parent 4a0eac1 commit 5ffb06b
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 17 deletions.
2 changes: 1 addition & 1 deletion idn/beta/paths/sp-config-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ post:
"description": "Export all available objects",
"excludeTypes": [],
"includeTypes":
["ACCESS_PROFILE", "ACCESS_REQUEST_CONFIG", "ATTR_SYNC_SOURCE_CONFIG", "AUTH_ORG", "CAMPAIGN_FILTER", "FORM_DEFINITION", "GOVERNANCE_GROUP", "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "LIFECYCLE_STATE", "NOTIFICATION_TEMPLATE", "PASSWORD_POLICY", "PASSWORD_SYNC_GROUP", "PUBLIC_IDENTITIES_CONFIG", "ROLE", "RULE", "SERVICE_DESK_INTEGRATION", "SOD_POLICY", "SOURCE", "TRANSFORM", "TRIGGER_SUBSCRIPTION", "WORKFLOW"],
["ACCESS_PROFILE", "ACCESS_REQUEST_CONFIG", "ATTR_SYNC_SOURCE_CONFIG", "AUTH_ORG", "CAMPAIGN_FILTER", "FORM_DEFINITION", "GOVERNANCE_GROUP", "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "LIFECYCLE_STATE", "NOTIFICATION_TEMPLATE", "PASSWORD_POLICY", "PASSWORD_SYNC_GROUP", "PUBLIC_IDENTITIES_CONFIG", "ROLE", "RULE", "SEGMENT", "SERVICE_DESK_INTEGRATION", "SOD_POLICY", "SOURCE", "TAG", "TRANSFORM", "TRIGGER_SUBSCRIPTION", "WORKFLOW"],
"objectOptions": {},
}
Export sources by ID:
Expand Down
44 changes: 36 additions & 8 deletions idn/beta/schemas/Campaign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,26 @@ allOf:
selected/available.
example: Search Campaign description
reviewer:
type: object
description: >-
If specified, this identity or governance group will be the reviewer for all certifications in
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
- type: object
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP.
properties:
type:
type: string
description: The reviewer's DTO type.
enum:
- GOVERNANCE_GROUP
- IDENTITY
example: IDENTITY
id:
type: string
description: The reviewer's ID.
example: 2c91808568c529c60168cca6f90c1313
name:
type: string
description: The reviewer's name.
example: William Wilson
query:
type: string
description: >-
Expand Down Expand Up @@ -113,12 +127,26 @@ allOf:
description: Optional configuration options for role composition campaigns.
properties:
reviewer:
type: object
description: >-
If specified, this identity or governance group will be the reviewer for all certifications in
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
- type: object
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP.
properties:
type:
type: string
description: The reviewer's DTO type.
enum:
- GOVERNANCE_GROUP
- IDENTITY
example: IDENTITY
id:
type: string
description: The reviewer's ID.
example: 2c91808568c529c60168cca6f90c1313
name:
type: string
description: The reviewer's name.
example: William Wilson
roleIds:
type: array
description: >-
Expand Down
4 changes: 4 additions & 0 deletions idn/beta/schemas/ExportOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ properties:
- PUBLIC_IDENTITIES_CONFIG
- ROLE
- RULE
- SEGMENT
- SERVICE_DESK_INTEGRATION
- SOD_POLICY
- SOURCE
- TAG
- TRANSFORM
- TRIGGER_SUBSCRIPTION
- WORKFLOW
Expand All @@ -51,9 +53,11 @@ properties:
- PUBLIC_IDENTITIES_CONFIG
- ROLE
- RULE
- SEGMENT
- SERVICE_DESK_INTEGRATION
- SOD_POLICY
- SOURCE
- TAG
- TRANSFORM
- TRIGGER_SUBSCRIPTION
- WORKFLOW
Expand Down
2 changes: 2 additions & 0 deletions idn/v3/paths/search-post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ post:
description: Learn more about search.
url: https://documentation.sailpoint.com/saas/help/search/index.html
operationId: searchPost
security:
- UserContextAuth: [ sp:search:read ]
summary: "Perform Search"
parameters:
- $ref: '../parameters/offset.yaml'
Expand Down
44 changes: 36 additions & 8 deletions idn/v3/schemas/Campaign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,26 @@ allOf:
selected/available.
example: Search Campaign description
reviewer:
type: object
description: >-
If specified, this identity or governance group will be the reviewer for all certifications in
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP
allOf:
- $ref: './BaseReferenceDto.yaml'
- type: object
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP.
properties:
type:
type: string
description: The reviewer's DTO type.
enum:
- GOVERNANCE_GROUP
- IDENTITY
example: IDENTITY
id:
type: string
description: The reviewer's ID.
example: 2c91808568c529c60168cca6f90c1313
name:
type: string
description: The reviewer's name.
example: William Wilson
query:
type: string
description: >-
Expand Down Expand Up @@ -113,12 +127,26 @@ allOf:
description: Optional configuration options for role composition campaigns.
properties:
reviewer:
type: object
description: >-
If specified, this identity or governance group will be the reviewer for all certifications in
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP
allOf:
- $ref: './BaseReferenceDto.yaml'
- type: object
this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP.
properties:
type:
type: string
description: The reviewer's DTO type.
enum:
- GOVERNANCE_GROUP
- IDENTITY
example: IDENTITY
id:
type: string
description: The reviewer's ID.
example: 2c91808568c529c60168cca6f90c1313
name:
type: string
description: The reviewer's name.
example: William Wilson
roleIds:
type: array
description: >-
Expand Down

0 comments on commit 5ffb06b

Please sign in to comment.