你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUserAssignedIdentityAuthInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.UserAssignedIdentityAuthInfoTypeConverter))]
public interface IUserAssignedIdentityAuthInfo : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAuthInfoBase, Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IDatabaseAadAuthInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.UserAssignedIdentityAuthInfoTypeConverter))>]
type IUserAssignedIdentityAuthInfo = interface
    interface IJsonSerializable
    interface IAuthInfoBase
    interface IDatabaseAadAuthInfo
Public Interface IUserAssignedIdentityAuthInfo
Implements IAuthInfoBase, IDatabaseAadAuthInfo
Derived
Attributes
Implements

Properties

AuthType

The authentication type.

(Inherited from IAuthInfoBase)
ClientId

Client Id for userAssignedIdentity.

DeleteOrUpdateBehavior

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

Role

Optional, this value specifies the Azure role to be assigned

SubscriptionId

Subscription id for userAssignedIdentity.

UserName

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

(Inherited from IDatabaseAadAuthInfo)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to