Name | Type | Description | Notes |
---|---|---|---|
auth_methods | Array<AuthMethod> | [optional] | |
next_page | String | [optional] |
require 'akeyless'
instance = Akeyless::ListAuthMethodsOutput.new(
auth_methods: null,
next_page: null
)
Name | Type | Description | Notes |
---|---|---|---|
auth_methods | Array<AuthMethod> | [optional] | |
next_page | String | [optional] |
require 'akeyless'
instance = Akeyless::ListAuthMethodsOutput.new(
auth_methods: null,
next_page: null
)