gatewayCreateAllowedAccess is a command that creates allowed access in Gator
| 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 | |
| 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,rotate_secret_value] | [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] |