Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.59 KB

GatewayUpdateAllowedAccess.md

File metadata and controls

21 lines (17 loc) · 1.59 KB

GatewayUpdateAllowedAccess

gatewayUpdateAllowedAccess is a command that update allowed access in Gator

Properties

Name Type Description Notes
sub_claims_case_insensitive bool [optional]
access_id str Access ID The access id to be attached to this allowed access. Auth method with this access id should already exist.
case_sensitive str Treat sub claims as case-sensitive [true/false] [optional] [default to 'true']
description str Allowed access description [optional]
json bool Set output format to JSON [optional] [default to False]
name str Allowed access name
new_name str New allowed access name [optional]
permissions str Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] [optional]
sub_claims dict(str, str) Sub claims key/val of sub claims, e.g group=admins,developers [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]