AccessReviewDecisionServicePrincipalIdentity 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.
Service Principal Decision Target.
public class AccessReviewDecisionServicePrincipalIdentity : Azure.ResourceManager.Authorization.Models.AccessReviewDecisionIdentity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.AccessReviewDecisionServicePrincipalIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.AccessReviewDecisionServicePrincipalIdentity>
type AccessReviewDecisionServicePrincipalIdentity = class
inherit AccessReviewDecisionIdentity
interface IJsonModel<AccessReviewDecisionServicePrincipalIdentity>
interface IPersistableModel<AccessReviewDecisionServicePrincipalIdentity>
Public Class AccessReviewDecisionServicePrincipalIdentity
Inherits AccessReviewDecisionIdentity
Implements IJsonModel(Of AccessReviewDecisionServicePrincipalIdentity), IPersistableModel(Of AccessReviewDecisionServicePrincipalIdentity)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| AppId |
The appId for the service principal entity being reviewed. |
| DisplayName |
The display name of the user whose access was reviewed. (Inherited from AccessReviewDecisionIdentity) |
| Id |
The id of principal whose access was reviewed. (Inherited from AccessReviewDecisionIdentity) |