ApplicationPrincipalsDescription 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.
Describes the application principals of the service.
public sealed class ApplicationPrincipalsDescription
type ApplicationPrincipalsDescription = class
Public NotInheritable Class ApplicationPrincipalsDescription
- Inheritance
-
ApplicationPrincipalsDescription
Constructors
ApplicationPrincipalsDescription() |
Creates and initializes an ApplicationPrincipalsDescription object. |
Properties
DefaultIdentity |
Default application identity |
Groups |
Gets the groups that must be created as a part of the application environment setup in the application manifest. |
ManagedIdentities |
Gets the identity that must be created as a part of the application environment setup in the application manifest. |
TokenServiceEndpoint |
Token service endpoint managing the application identity |
Users |
Gets the users that must be created as a part of the application environment setup in the application manifest. |
Applies to
Azure SDK for .NET