Skip to content

Files

Latest commit

3056b8f · Feb 20, 2025

History

History
18 lines (14 loc) · 851 Bytes

AuthMethodRoleAssociation.md

File metadata and controls

18 lines (14 loc) · 851 Bytes

akeyless.Model.AuthMethodRoleAssociation

AuthMethodRoleAssociation includes details of an association between an auth method and a role.

Properties

Name Type Description Notes
AllowedOps List<string> [optional]
AssocId string [optional]
AuthMethodSubClaims Dictionary<string, List<string>> [optional]
IsSubClaimsCaseSensitive bool [optional]
IsSubclaimsWithOperator bool [optional]
RoleId long [optional]
RoleName string [optional]
Rules Rules [optional]

[Back to Model list] [Back to API list] [Back to README]