Compartir a través de


IServicePrincipalCertificateAuthInfo Interface

Definition

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

Properties

AuthType

The authentication type.

(Inherited from IAuthInfoBase)
Certificate

ServicePrincipal certificate for servicePrincipal auth.

ClientId

Application clientId for servicePrincipal auth.

DeleteOrUpdateBehavior

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

PrincipalId

Principal Id for servicePrincipal auth.

Role

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to