IServicePrincipalSecretAuthInfo 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.ServicePrincipalSecretAuthInfoTypeConverter))]
public interface IServicePrincipalSecretAuthInfo : 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.ServicePrincipalSecretAuthInfoTypeConverter))>]
type IServicePrincipalSecretAuthInfo = interface
interface IJsonSerializable
interface IAuthInfoBase
interface IDatabaseAadAuthInfo
Public Interface IServicePrincipalSecretAuthInfo
Implements IAuthInfoBase, IDatabaseAadAuthInfo
- Derived
- Attributes
- Implements
Properties
AuthType |
The authentication type. (Inherited from IAuthInfoBase) |
ClientId |
ServicePrincipal 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 |
Secret |
Secret for servicePrincipal auth. |
UserName |
Username created in the database which is mapped to a user in AAD. (Inherited from IDatabaseAadAuthInfo) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |