@@ -5739,7 +5739,6 @@ components:
5739
5739
- uid
5740
5740
type : object
5741
5741
ActiveDirectoryGroup :
5742
- description : The list of items retrieved.
5743
5742
properties :
5744
5743
groupIdentifier :
5745
5744
description : The unique identifier of the user group in your Identity Provider (IdP).
@@ -5768,11 +5767,11 @@ components:
5768
5767
ActiveDirectoryGroupCreateOrUpdateInput :
5769
5768
properties :
5770
5769
groupIdentifier :
5771
- 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 .
5770
+ description : The unique identifier, represented as a UUID, of the Active Directory Group in your Identity Provider (IdP).
5772
5771
example : 7131daad-e813-4b8f-8f42-be1e241e8cdb
5773
5772
type : string
5774
5773
issuerUrl :
5775
- description : The Identity Provider (IdP) URL, which Cisco Security Cloud Control will use to validate SAML assertions during the sign-in process.
5774
+ description : The Identity Provider (IdP) URL, which Cisco Defense Orchestrator will use to validate SAML assertions during the sign-in process.
5776
5775
example : https://access.example.com/saml2/idp/metadata.php
5777
5776
type : string
5778
5777
name :
@@ -9719,7 +9718,6 @@ components:
9719
9718
- url
9720
9719
type : object
9721
9720
User :
9722
- description : The list of items retrieved.
9723
9721
properties :
9724
9722
apiOnlyUser :
9725
9723
description : Whether the user is API-only, an API-only user cannot access Security Cloud Control in the UI.
@@ -9806,7 +9804,7 @@ components:
9806
9804
type : integer
9807
9805
type : object
9808
9806
UserRole :
9809
- description : This determines the role for all the users included in this Active Directory Group .
9807
+ description : The role of the user this token belongs to. The user can be API-only or a human .
9810
9808
enum :
9811
9809
- ROLE_ADMIN
9812
9810
- ROLE_SUPER_ADMIN
@@ -9815,7 +9813,6 @@ components:
9815
9813
- ROLE_EDIT_ONLY
9816
9814
- ROLE_VPN_SESSIONS_MANAGER
9817
9815
- ROLE_FWAAS
9818
- example : ROLE_ADMIN
9819
9816
type : string
9820
9817
VpnHealthMetrics :
9821
9818
description : The vpn health metrics for the device.
0 commit comments