Skip to content

Commit 4f5bd0b

Browse files
author
CDO Jenkins
committed
Update API docs on service change
1 parent 2c32160 commit 4f5bd0b

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
@@ -5592,7 +5592,6 @@ components:
55925592
- uid
55935593
type: object
55945594
ActiveDirectoryGroup:
5595-
description: The list of items retrieved.
55965595
properties:
55975596
groupIdentifier:
55985597
description: The unique identifier of the user group in your Identity Provider (IdP).
@@ -5621,11 +5620,11 @@ components:
56215620
ActiveDirectoryGroupCreateOrUpdateInput:
56225621
properties:
56235622
groupIdentifier:
5624-
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.
5623+
description: The unique identifier, represented as a UUID, of the Active Directory Group in your Identity Provider (IdP).
56255624
example: 7131daad-e813-4b8f-8f42-be1e241e8cdb
56265625
type: string
56275626
issuerUrl:
5628-
description: The Identity Provider (IdP) URL, which Cisco Security Cloud Control will use to validate SAML assertions during the sign-in process.
5627+
description: The Identity Provider (IdP) URL, which Cisco Defense Orchestrator will use to validate SAML assertions during the sign-in process.
56295628
example: https://access.example.com/saml2/idp/metadata.php
56305629
type: string
56315630
name:
@@ -9480,7 +9479,6 @@ components:
94809479
- url
94819480
type: object
94829481
User:
9483-
description: The list of items retrieved.
94849482
properties:
94859483
apiOnlyUser:
94869484
description: Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9567,7 +9565,7 @@ components:
95679565
type: integer
95689566
type: object
95699567
UserRole:
9570-
description: This determines the role for all the users included in this Active Directory Group.
9568+
description: The role of the user this token belongs to. The user can be API-only or a human.
95719569
enum:
95729570
- ROLE_ADMIN
95739571
- ROLE_SUPER_ADMIN
@@ -9576,7 +9574,6 @@ components:
95769574
- ROLE_EDIT_ONLY
95779575
- ROLE_VPN_SESSIONS_MANAGER
95789576
- ROLE_FWAAS
9579-
example: ROLE_ADMIN
95809577
type: string
95819578
VpnHealthMetrics:
95829579
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)