Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

File metadata and controls

18 lines (13 loc) · 1.19 KB

AuthenticatorCreate

Creates an authenticator for a specific identity which can be used for API authentication

Properties

Name Type Description Notes
identity_id str The id of an existing identity that will be assigned this authenticator
method str The type of authenticator to create; which will dictate which properties on this object are required.
cert_pem str The client certificate the identity will login with. Used only for method='cert' [optional]
password str The password the identity will login with. Used only for method='updb' [optional]
tags Tags [optional]
username str The username that the identity will login with. Used only for method='updb' [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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