NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PasswordAuthenticationScheme (schema)
Name | Description | Type | Notes |
---|---|---|---|
identity_file | SSH private key file name | string | |
password | Password to authenticate with | string | |
scheme_name | Authentication scheme name | string | Required Enum: password, key |
username | User name to authenticate with | string | Required Pattern: "^.+$" |