IServicePrincipalInformation 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.NetworkCloud.Models.Api20230701.ServicePrincipalInformationTypeConverter))]
public interface IServicePrincipalInformation : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServicePrincipalInformationTypeConverter))>]
type IServicePrincipalInformation = interface
interface IJsonSerializable
Public Interface IServicePrincipalInformation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ApplicationId |
The application ID, also known as client ID, of the service principal. |
Password |
The password of the service principal. |
PrincipalId |
The principal ID, also known as the object ID, of the service principal. |
TenantId |
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |