ServicePrincipalProperties interface

Details of the service principal.

Properties

applicationId

Application ID of service principal.

secret

A secret string that the application uses to prove its identity, also can be referred to as application password (write only).

Property Details

applicationId

Application ID of service principal.

applicationId?: string

Property Value

string

secret

A secret string that the application uses to prove its identity, also can be referred to as application password (write only).

secret?: string

Property Value

string