AccessReviewDecisionServicePrincipalIdentity interface
Service Principal Decision Target
- Extends
Properties
| app |
The appId for the service principal entity being 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 |
Inherited 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. |
Property Details
appId
The appId for the service principal entity being reviewed NOTE: This property will not be serialized. It can only be populated by the server.
appId?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "servicePrincipal"
Property Value
"servicePrincipal"
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