github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/supportbundle/support_bundle_file_transfer_authentication_scheme.go (about)

     1  /*
     2   * NSX-T Manager API
     3   *
     4   * VMware NSX-T Manager REST API
     5   *
     6   * API version: 3.2.0.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package supportbundle
    11  
    12  type SupportBundleFileTransferAuthenticationScheme struct {
    13  	// Password to authenticate with
    14  	Password string `json:"password,omitempty"`
    15  	// Authentication scheme name
    16  	SchemeName string `json:"scheme_name"`
    17  	// User name to authenticate with
    18  	Username string `json:"username"`
    19  }