From e5dd2ec8a3a147487780ba3b1fe6db60aae0e017 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Tue, 12 Sep 2023 14:20:23 +0000 Subject: [PATCH] Automated commit 'Fixed typos (#1406) * Fixed typos * Added enum and example to StatusChange.yaml' by github action: 6160780621 --- idn/beta/schemas/Source.yaml | 4 ++-- idn/beta/schemas/StatusChange.yaml | 14 ++++++++++++-- .../trigger/example-input/SourceAccount.yaml | 4 ++-- idn/sailpoint-api.beta.yaml | 2 +- idn/sailpoint-api.v3.yaml | 4 ++-- idn/v3/schemas/Source.yaml | 4 ++-- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/idn/beta/schemas/Source.yaml b/idn/beta/schemas/Source.yaml index 40f9e85c..50ef86c7 100644 --- a/idn/beta/schemas/Source.yaml +++ b/idn/beta/schemas/Source.yaml @@ -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 diff --git a/idn/beta/schemas/StatusChange.yaml b/idn/beta/schemas/StatusChange.yaml index 9e02aa9f..33ffe4bf 100644 --- a/idn/beta/schemas/StatusChange.yaml +++ b/idn/beta/schemas/StatusChange.yaml @@ -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) \ No newline at end of file + description: new status of the account + enum: + - LOCKED + - DISABLED + - ENABLED + example: ENABLED \ No newline at end of file diff --git a/idn/beta/schemas/trigger/example-input/SourceAccount.yaml b/idn/beta/schemas/trigger/example-input/SourceAccount.yaml index 55e37873..69a96b74 100644 --- a/idn/beta/schemas/trigger/example-input/SourceAccount.yaml +++ b/idn/beta/schemas/trigger/example-input/SourceAccount.yaml @@ -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 diff --git a/idn/sailpoint-api.beta.yaml b/idn/sailpoint-api.beta.yaml index d2932459..e3c7cb1a 100644 --- a/idn/sailpoint-api.beta.yaml +++ b/idn/sailpoint-api.beta.yaml @@ -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. diff --git a/idn/sailpoint-api.v3.yaml b/idn/sailpoint-api.v3.yaml index 13e772b8..9cde39c1 100644 --- a/idn/sailpoint-api.v3.yaml +++ b/idn/sailpoint-api.v3.yaml @@ -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. @@ -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 diff --git a/idn/v3/schemas/Source.yaml b/idn/v3/schemas/Source.yaml index 423f8f5f..11ec25fe 100644 --- a/idn/v3/schemas/Source.yaml +++ b/idn/v3/schemas/Source.yaml @@ -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