ServicePrincipal Class

Definition

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
ServicePrincipal

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