Skip to content

Commit 58e93ac

Browse files
author
CDO Jenkins
committed
Update API docs on service change
1 parent 87c3d3f commit 58e93ac

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
@@ -5653,7 +5653,6 @@ components:
56535653
- uid
56545654
type: object
56555655
ActiveDirectoryGroup:
5656-
description: The list of items retrieved.
56575656
properties:
56585657
groupIdentifier:
56595658
description: The unique identifier of the user group in your Identity Provider (IdP).
@@ -5682,11 +5681,11 @@ components:
56825681
ActiveDirectoryGroupCreateOrUpdateInput:
56835682
properties:
56845683
groupIdentifier:
5685-
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.
5684+
description: The unique identifier, represented as a UUID, of the Active Directory Group in your Identity Provider (IdP).
56865685
example: 7131daad-e813-4b8f-8f42-be1e241e8cdb
56875686
type: string
56885687
issuerUrl:
5689-
description: The Identity Provider (IdP) URL, which Cisco Security Cloud Control will use to validate SAML assertions during the sign-in process.
5688+
description: The Identity Provider (IdP) URL, which Cisco Defense Orchestrator will use to validate SAML assertions during the sign-in process.
56905689
example: https://access.example.com/saml2/idp/metadata.php
56915690
type: string
56925691
name:
@@ -9622,7 +9621,6 @@ components:
96229621
- url
96239622
type: object
96249623
User:
9625-
description: The list of items retrieved.
96269624
properties:
96279625
apiOnlyUser:
96289626
description: Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9709,7 +9707,7 @@ components:
97099707
type: integer
97109708
type: object
97119709
UserRole:
9712-
description: This determines the role for all the users included in this Active Directory Group.
9710+
description: The role of the user this token belongs to. The user can be API-only or a human.
97139711
enum:
97149712
- ROLE_ADMIN
97159713
- ROLE_SUPER_ADMIN
@@ -9718,7 +9716,6 @@ components:
97189716
- ROLE_EDIT_ONLY
97199717
- ROLE_VPN_SESSIONS_MANAGER
97209718
- ROLE_FWAAS
9721-
example: ROLE_ADMIN
97229719
type: string
97239720
VpnHealthMetrics:
97249721
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)