| Name | Type | Description | Notes |
|---|---|---|---|
| assocs | Array<AuthMethodRoleAssociation> | [optional] | |
| auth_method_id | Integer | [optional] | |
| auth_method_name | String | [optional] |
require 'akeyless'
instance = Akeyless::ReverseRBACClient.new(
assocs: null,
auth_method_id: null,
auth_method_name: null
)