Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 881 Bytes

File metadata and controls

20 lines (12 loc) · 881 Bytes

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]
json Boolean Set output format to JSON [optional]
roleName String The role to associate
subClaims Map<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]