Share via


AccessReviewDecisionUserIdentity interface

User Decision Target

Extends

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

userPrincipalName

The user principal name of the user whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

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.

id

The id of principal whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

type

Polymorphic discriminator, which specifies the different types this object can be

type: "user"

Property Value

"user"

userPrincipalName

The user principal name of the user whose access was reviewed. NOTE: This property will not be serialized. It can only be populated by the server.

userPrincipalName?: string

Property Value

string

Inherited 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

Inherited From AccessReviewDecisionIdentity.displayName

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

Inherited From AccessReviewDecisionIdentity.id