IAppIdentityResource Interface
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.
An Azure resource that represents an application's managed identity.
public interface IAppIdentityResource
type IAppIdentityResource = interface
Public Interface IAppIdentityResource
- Derived
Properties
ClientId |
Gets the unique identifier for the application client associated with the managed identity. |
Id |
Gets the unique identifier for the managed identity resource. |
PrincipalId |
Gets the unique identifier for the security principal associated with the managed identity. |
PrincipalName |
Gets the name of the security principal associated with the managed identity. |