Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

AssocRoleAuthMethod.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

akeyless.Model.AssocRoleAuthMethod

assocRoleAuthMethod is a command that creates an association between role and auth method.

Properties

Name Type Description Notes
AmName string The auth method to associate
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]
RoleName string The role to associate
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]