Akeyless::AssocRoleAuthMethod Properties Name Type Description Notes am_name String The auth method to associate case_sensitive String Treat sub claims as case-sensitive [true/false] [optional][default to 'true'] json Boolean Set output format to JSON [optional][default to false] role_name String The role to associate sub_claims Hash<String, String> key/val of sub claims, e.g group=admins,developers [optional] token String Authentication token (see `/auth` and `/configure`) [optional] uid_token String The universal identity token, Required only for universal_identity authentication [optional] Example require 'akeyless' instance = Akeyless::AssocRoleAuthMethod.new( am_name: null, case_sensitive: null, json: null, role_name: null, sub_claims: null, token: null, uid_token: null )