Class UsernamePasswordCredentials
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record UsernamePasswordCredentials : IEquatable<UsernamePasswordCredentials>
- Inheritance
-
UsernamePasswordCredentials
- Implements
- Inherited Members
Properties
PasswordSecretName
public string? PasswordSecretName { get; set; }
Property Value
UsernameSecretName
public string? UsernameSecretName { get; set; }