ServicePrincipal 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.
Service Principal that is used to get an OAuth2 token
public class ServicePrincipal : Microsoft.Azure.Management.HDInsight.Models.Principal
type ServicePrincipal = class
inherit Principal
Public Class ServicePrincipal
Inherits Principal
- Inheritance
Constructors
ServicePrincipal(Guid, Guid, Byte[], String) |
Initializes a new instance of the ServicePrincipal class. |
Properties
AADTenantId |
Gets AAD tenant id of the service principal |
ApplicationId |
Gets Application id of the service principal |
CertificateFileBytes |
Gets certificate file bytes associated with service principal |
CertificatePassword |
Gets certificate password associated with service principal |
ResourceUri |
Gets Resource uri of the service principal |
Applies to
Azure SDK for .NET