Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.64 KB

GatewayUpdateAllowedAccess.md

File metadata and controls

21 lines (17 loc) · 1.64 KB

akeyless.Model.GatewayUpdateAllowedAccess

gatewayUpdateAllowedAccess is a command that update allowed access in Gator

Properties

Name Type Description Notes
SubClaimsCaseInsensitive bool [optional]
AccessId string Access ID The access id to be attached to this allowed access. Auth method with this access id should already exist.
CaseSensitive string Treat sub claims as case-sensitive [true/false] [optional] [default to "true"]
Description string Allowed access description [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Allowed access name
NewName string New allowed access name [optional]
Permissions string 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]
SubClaims Dictionary<string, string> Sub claims key/val of sub claims, e.g group=admins,developers [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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