@@ -5592,7 +5592,6 @@ components:
5592
5592
- uid
5593
5593
type : object
5594
5594
ActiveDirectoryGroup :
5595
- description : The list of items retrieved.
5596
5595
properties :
5597
5596
groupIdentifier :
5598
5597
description : The unique identifier of the user group in your Identity Provider (IdP).
@@ -5621,11 +5620,11 @@ components:
5621
5620
ActiveDirectoryGroupCreateOrUpdateInput :
5622
5621
properties :
5623
5622
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).
5625
5624
example : 7131daad-e813-4b8f-8f42-be1e241e8cdb
5626
5625
type : string
5627
5626
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.
5629
5628
example : https://access.example.com/saml2/idp/metadata.php
5630
5629
type : string
5631
5630
name :
@@ -9480,7 +9479,6 @@ components:
9480
9479
- url
9481
9480
type : object
9482
9481
User :
9483
- description : The list of items retrieved.
9484
9482
properties :
9485
9483
apiOnlyUser :
9486
9484
description : Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9567,7 +9565,7 @@ components:
9567
9565
type : integer
9568
9566
type : object
9569
9567
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 .
9571
9569
enum :
9572
9570
- ROLE_ADMIN
9573
9571
- ROLE_SUPER_ADMIN
@@ -9576,7 +9574,6 @@ components:
9576
9574
- ROLE_EDIT_ONLY
9577
9575
- ROLE_VPN_SESSIONS_MANAGER
9578
9576
- ROLE_FWAAS
9579
- example : ROLE_ADMIN
9580
9577
type : string
9581
9578
VpnHealthMetrics :
9582
9579
description : The vpn health metrics for the device.
0 commit comments