Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

AuthMethodList.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

akeyless.Model.AuthMethodList

authMethodList is a command that returns a list of auth methods

Properties

Name Type Description Notes
Filter string Filter by auth method name or part of it [optional]
Json bool Set output format to JSON [optional] [default to false]
PaginationToken string Next page reference [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Type List<string> The Auth method types list of the requested method. In case it is empty, all types of auth methods will be returned. options: [api_key, azure_ad, oauth2/jwt, saml2, ldap, aws_iam, oidc, universal_identity, gcp, k8s, cert] [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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