Skip to content

Commit 7ece902

Browse files
author
CDO Jenkins
committed
Update API docs on service change
1 parent 3312ed8 commit 7ece902

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

openapi.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -5739,7 +5739,6 @@ components:
57395739
- uid
57405740
type: object
57415741
ActiveDirectoryGroup:
5742-
description: The list of items retrieved.
57435742
properties:
57445743
groupIdentifier:
57455744
description: The unique identifier of the user group in your Identity Provider (IdP).
@@ -5768,11 +5767,11 @@ components:
57685767
ActiveDirectoryGroupCreateOrUpdateInput:
57695768
properties:
57705769
groupIdentifier:
5771-
description: The object ID of the Active Directory group in your Identity Provider (IdP), or the group name in the IdP if the ID is unavailable.
5770+
description: The unique identifier, represented as a UUID, of the Active Directory Group in your Identity Provider (IdP).
57725771
example: 7131daad-e813-4b8f-8f42-be1e241e8cdb
57735772
type: string
57745773
issuerUrl:
5775-
description: The Identity Provider (IdP) URL, which Cisco Security Cloud Control will use to validate SAML assertions during the sign-in process.
5774+
description: The Identity Provider (IdP) URL, which Cisco Defense Orchestrator will use to validate SAML assertions during the sign-in process.
57765775
example: https://access.example.com/saml2/idp/metadata.php
57775776
type: string
57785777
name:
@@ -9719,7 +9718,6 @@ components:
97199718
- url
97209719
type: object
97219720
User:
9722-
description: The list of items retrieved.
97239721
properties:
97249722
apiOnlyUser:
97259723
description: Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9806,7 +9804,7 @@ components:
98069804
type: integer
98079805
type: object
98089806
UserRole:
9809-
description: This determines the role for all the users included in this Active Directory Group.
9807+
description: The role of the user this token belongs to. The user can be API-only or a human.
98109808
enum:
98119809
- ROLE_ADMIN
98129810
- ROLE_SUPER_ADMIN
@@ -9815,7 +9813,6 @@ components:
98159813
- ROLE_EDIT_ONLY
98169814
- ROLE_VPN_SESSIONS_MANAGER
98179815
- ROLE_FWAAS
9818-
example: ROLE_ADMIN
98199816
type: string
98209817
VpnHealthMetrics:
98219818
description: The vpn health metrics for the device.

postman-collection.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)