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