AccessReviewDecisionIdentity interface
Target of the decision.
Properties
| display |
The display name of the user whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | The id of principal whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
displayName
The display name of the user whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
id
The id of principal whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "user" | "servicePrincipal"
Property Value
"user" | "servicePrincipal"