Skip to content

Commit

Permalink
Automated commit 'Fixed typos (#1406)
Browse files Browse the repository at this point in the history
* Fixed typos

* Added enum and example to StatusChange.yaml' by github action: 6160780621
  • Loading branch information
tyler-mairose-sp committed Sep 12, 2023
1 parent 0e8525d commit e5dd2ec
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions idn/beta/schemas/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ properties:
type: string
description: The type of connection (direct or file)
example: "file"
connectorImplementstionId:
connectorImplementationId:
type: string
description: The connector implementstion id
description: The connector implementation id
example: "delimited-file"
required:
- name
Expand Down
14 changes: 12 additions & 2 deletions idn/beta/schemas/StatusChange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ type: object
properties:
previousStatus:
type: string
description: previoys status of the account (LOCKED, DISABLED or ENABLED)
description: previous status of the account
enum:
- LOCKED
- DISABLED
- ENABLED
example: DISABLED
newStatus:
type: string
description: new status of the account (LOCKED, DISABLED or ENABLED)
description: new status of the account
enum:
- LOCKED
- DISABLED
- ENABLED
example: ENABLED
4 changes: 2 additions & 2 deletions idn/beta/schemas/trigger/example-input/SourceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ properties:
example: Active Directory
identityId:
type: string
description: The ID of the identity that is corellated with this account.
description: The ID of the identity that is correlated with this account.
example: ee769173319b41d19ccec6c235423237b
identityName:
type: string
description: The name of the identity that is corellated with this account.
description: The name of the identity that is correlated with this account.
example: john.doe
attributes:
type: object
Expand Down
2 changes: 1 addition & 1 deletion idn/sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ tags:
Admins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.
Refer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.
Well organized, mappped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.
Well organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.
Refer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.
- name: SP-Config
description: Import and export configuration for some objects between tenants.
Expand Down
4 changes: 2 additions & 2 deletions idn/sailpoint-api.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ tags:
Refer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.
- name: SOD Violations
description: Operations for Predicting SOD (Seperation of Duties) violations
description: Operations for Predicting SOD (Separation of Duties) violations
- name: Sources
description: |
Use this API to implement and customize source functionality.
Expand Down Expand Up @@ -762,7 +762,7 @@ tags:
Admins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.
Refer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.
Well organized, mappped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.
Well organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.
Refer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.
- name: Tagged Objects
- name: Transforms
Expand Down
4 changes: 2 additions & 2 deletions idn/v3/schemas/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,9 @@ properties:
type: string
description: The type of connection (direct or file)
example: "file"
connectorImplementstionId:
connectorImplementationId:
type: string
description: The connector implementstion id
description: The connector implementation id
example: "delimited-file"
required:
- name
Expand Down

0 comments on commit e5dd2ec

Please sign in to comment.