AccessReviewReviewerResponse

data class AccessReviewReviewerResponse(val principalId: String? = null, val principalType: String)

Descriptor for what needs to be reviewed

Constructors

Link copied to clipboard
constructor(principalId: String? = null, principalType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val principalId: String? = null

The id of the reviewer(user/servicePrincipal)

Link copied to clipboard

The identity type : user/servicePrincipal