ServicePrincipalProperties interface
Details of the service principal.
Properties
application |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript