Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1022 Bytes

UpdateAssoc.md

File metadata and controls

16 lines (12 loc) · 1022 Bytes

akeyless.Model.UpdateAssoc

updateAssoc is a command that updates the sub-claims of an association between role and auth method.

Properties

Name Type Description Notes
AssocId string The association id to be updated
CaseSensitive string Treat sub claims as case-sensitive [true/false] [optional] [default to "true"]
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]