HciUserDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User configuration.
public class HciUserDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciUserDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciUserDetails>
type HciUserDetails = class
interface IJsonModel<HciUserDetails>
interface IPersistableModel<HciUserDetails>
Public Class HciUserDetails
Implements IJsonModel(Of HciUserDetails), IPersistableModel(Of HciUserDetails)
- Inheritance
-
HciUserDetails
- Implements
Constructors
| Name | Description |
|---|---|
| HciUserDetails(String, HciSecretType) |
Initializes a new instance of HciUserDetails. |
Properties
| Name | Description |
|---|---|
| SecretLocation |
Location of the secret used for authentication. |
| SecretType |
Type of the secret used for authentication. |
| SshPubKey |
SSH Public Key for the user. |
| UserName |
Name of the user. |