UserAccountAuthInfo Class

Definition

The authentication info when authType is user account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.UserAccountAuthInfoTypeConverter))]
public class UserAccountAuthInfo : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IUserAccountAuthInfo, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.UserAccountAuthInfoTypeConverter))>]
type UserAccountAuthInfo = class
    interface IUserAccountAuthInfo
    interface IJsonSerializable
    interface IAuthInfoBase
    interface IDatabaseAadAuthInfo
    interface IValidates
Public Class UserAccountAuthInfo
Implements IUserAccountAuthInfo, IValidates
Inheritance
UserAccountAuthInfo
Attributes
Implements

Constructors

UserAccountAuthInfo()

Creates an new UserAccountAuthInfo instance.

Properties

AuthType

The authentication type.

DeleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

PrincipalId

Principal Id for user account.

Role

Optional, this value specifies the Azure roles to be assigned. Automatically

UserName

Username created in the database which is mapped to a user in AAD.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UserAccountAuthInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UserAccountAuthInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IUserAccountAuthInfo.

FromJsonString(String)

Creates a new instance of UserAccountAuthInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UserAccountAuthInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to