Table of Contents

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

string

UsernameSecretName

public string? UsernameSecretName { get; set; }

Property Value

string