Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.01 KB

AddGatewayAllowedAccessId.md

File metadata and controls

16 lines (12 loc) · 1.01 KB

akeyless.Model.AddGatewayAllowedAccessId

Responses: default: errorResponse 200: addGatewayAllowedAccessIdResponse

Properties

Name Type Description Notes
AccessId string The access id that will be able to access to gateway
ClusterName string The name of the updated cluster, e.g. acc-abcd12345678/p-123456789012/defaultCluster
Json bool Set output format to JSON [optional] [default to false]
SubClaims Dictionary<string, string> 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]