Table of Contents

Class UsernamePasswordCredentialsSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

string

UsernameSecretName

The name of the secret containing the username.

[JsonPropertyName("usernameSecretName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string UsernameSecretName { get; set; }

Property Value

string