ServicePrincipalProperties Class
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.
Details of the service principal.
public class ServicePrincipalProperties
type ServicePrincipalProperties = class
Public Class ServicePrincipalProperties
- Inheritance
-
ServicePrincipalProperties
Constructors
ServicePrincipalProperties() |
Initializes a new instance of the ServicePrincipalProperties class. |
ServicePrincipalProperties(String, String) |
Initializes a new instance of the ServicePrincipalProperties class. |
Properties
ApplicationId |
Gets or sets application ID of service principal. |
Secret |
Gets or sets a secret string that the application uses to prove its identity, also can be referred to as application password (write only). |