Skip to content

Commit b5f8864

Browse files
author
CDO Jenkins
committed
Update API docs on service change
1 parent 6bcc886 commit b5f8864

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

openapi.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5653,6 +5653,7 @@ components:
56535653
- uid
56545654
type: object
56555655
ActiveDirectoryGroup:
5656+
description: The list of items retrieved.
56565657
properties:
56575658
groupIdentifier:
56585659
description: The unique identifier of the user group in your Identity Provider (IdP).
@@ -5681,11 +5682,11 @@ components:
56815682
ActiveDirectoryGroupCreateOrUpdateInput:
56825683
properties:
56835684
groupIdentifier:
5684-
description: The unique identifier, represented as a UUID, of the Active Directory Group in your Identity Provider (IdP).
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.
56855686
example: 7131daad-e813-4b8f-8f42-be1e241e8cdb
56865687
type: string
56875688
issuerUrl:
5688-
description: The Identity Provider (IdP) URL, which Cisco Defense Orchestrator will use to validate SAML assertions during the sign-in process.
5689+
description: The Identity Provider (IdP) URL, which Cisco Security Cloud Control will use to validate SAML assertions during the sign-in process.
56895690
example: https://access.example.com/saml2/idp/metadata.php
56905691
type: string
56915692
name:
@@ -9621,6 +9622,7 @@ components:
96219622
- url
96229623
type: object
96239624
User:
9625+
description: The list of items retrieved.
96249626
properties:
96259627
apiOnlyUser:
96269628
description: Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9707,7 +9709,7 @@ components:
97079709
type: integer
97089710
type: object
97099711
UserRole:
9710-
description: The role of the user this token belongs to. The user can be API-only or a human.
9712+
description: This determines the role for all the users included in this Active Directory Group.
97119713
enum:
97129714
- ROLE_ADMIN
97139715
- ROLE_SUPER_ADMIN
@@ -9716,6 +9718,7 @@ components:
97169718
- ROLE_EDIT_ONLY
97179719
- ROLE_VPN_SESSIONS_MANAGER
97189720
- ROLE_FWAAS
9721+
example: ROLE_ADMIN
97199722
type: string
97209723
VpnHealthMetrics:
97219724
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)