@@ -5653,6 +5653,7 @@ components:
5653
5653
- uid
5654
5654
type : object
5655
5655
ActiveDirectoryGroup :
5656
+ description : The list of items retrieved.
5656
5657
properties :
5657
5658
groupIdentifier :
5658
5659
description : The unique identifier of the user group in your Identity Provider (IdP).
@@ -5681,11 +5682,11 @@ components:
5681
5682
ActiveDirectoryGroupCreateOrUpdateInput :
5682
5683
properties :
5683
5684
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 .
5685
5686
example : 7131daad-e813-4b8f-8f42-be1e241e8cdb
5686
5687
type : string
5687
5688
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.
5689
5690
example : https://access.example.com/saml2/idp/metadata.php
5690
5691
type : string
5691
5692
name :
@@ -9621,6 +9622,7 @@ components:
9621
9622
- url
9622
9623
type : object
9623
9624
User :
9625
+ description : The list of items retrieved.
9624
9626
properties :
9625
9627
apiOnlyUser :
9626
9628
description : Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9707,7 +9709,7 @@ components:
9707
9709
type : integer
9708
9710
type : object
9709
9711
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 .
9711
9713
enum :
9712
9714
- ROLE_ADMIN
9713
9715
- ROLE_SUPER_ADMIN
@@ -9716,6 +9718,7 @@ components:
9716
9718
- ROLE_EDIT_ONLY
9717
9719
- ROLE_VPN_SESSIONS_MANAGER
9718
9720
- ROLE_FWAAS
9721
+ example : ROLE_ADMIN
9719
9722
type : string
9720
9723
VpnHealthMetrics :
9721
9724
description : The vpn health metrics for the device.
0 commit comments