diff --git a/duo_client/admin.py b/duo_client/admin.py index edcd045..7c3d316 100644 --- a/duo_client/admin.py +++ b/duo_client/admin.py @@ -139,10 +139,9 @@ 'notes': , 'secret_key': , 'type': , - '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 @@ -2600,8 +2599,7 @@ def create_integration(self, name - The name of the integration (required) integration_type - (required) See adminapi docs for possible values. - visual_style - (optional, default 'default') - See adminapi docs for possible values. + visual_style - Deprecated; ignored if specified. greeting - (optional, default '') notes - (optional, uses default setting) enroll_policy - (optional, default 'enroll') @@ -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')