NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
FileTransferAuthenticationScheme (schema)
Remote server authentication details
Name | Description | Type | Notes |
---|---|---|---|
identity_file | SSH private key data | secure_string | |
password | Password to authenticate with | secure_string | |
scheme_name | Authentication scheme name | string | Required Enum: PASSWORD, KEY |
username | User name to authenticate with | string | Required Pattern: "^([a-zA-Z][a-zA-Z0-9-.]*[a-zA-Z]\\\){0,1}\w[\w.-]+$" |