你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IServicePrincipalCertificateAuthInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |