Skip to content

Commit

Permalink
Update comments to indicate visual_style param as deprecated (#283)
Browse files Browse the repository at this point in the history
* update comments to indicate visual_style param as deprecated

* update Python versions in CI (#284)
  • Loading branch information
DenitsaTH authored Feb 11, 2025
1 parent 412b390 commit 76b1401
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions duo_client/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@
'notes': <str:notes>,
'secret_key': <str:secret key>,
'type': <str:integration type>,
'visual_style': <str:visual style>}
'visual_style': Deprecated; ignored if specified.}
See the adminapi docs for possible values for enroll_policy, visual_style, ip_whitelist,
and type.
See the adminapi docs for possible values for enroll_policy, ip_whitelist, and type.
ADMINISTRATIVE UNITS
Expand Down Expand Up @@ -2600,8 +2599,7 @@ def create_integration(self,
name - The name of the integration (required)
integration_type - <str: integration type constant> (required)
See adminapi docs for possible values.
visual_style - <str:visual style constant> (optional, default 'default')
See adminapi docs for possible values.
visual_style - Deprecated; ignored if specified.
greeting - <str:Voice greeting> (optional, default '')
notes - <str:internal use> (optional, uses default setting)
enroll_policy - <str:'enroll'|'allow'|'deny'> (optional, default 'enroll')
Expand Down Expand Up @@ -2805,8 +2803,7 @@ def update_integration(self,
integration_key - The key of the integration to update. (required)
name - The name of the integration (optional)
visual_style - (optional, default 'default')
See adminapi docs for possible values.
visual_style - Deprecated; ignored if specified.
greeting - Voice greeting (optional, default '')
notes - internal use (optional, uses default setting)
enroll_policy - <'enroll'|'allow'|'deny'> (optional, default 'enroll')
Expand Down

0 comments on commit 76b1401

Please sign in to comment.