Class UsernamePasswordCredentialsSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class UsernamePasswordCredentialsSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
UsernamePasswordCredentialsSchema
- Implements
- Inherited Members
Properties
PasswordSecretName
The name of the secret containing the password.
[JsonPropertyName("passwordSecretName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string PasswordSecretName { get; set; }
Property Value
UsernameSecretName
The name of the secret containing the username.
[JsonPropertyName("usernameSecretName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string UsernameSecretName { get; set; }