AccessReviewReviewerArgs

data class AccessReviewReviewerArgs(val principalId: Output<String>? = null) : ConvertibleToJava<AccessReviewReviewerArgs>

Descriptor for what needs to be reviewed

Constructors

Link copied to clipboard
constructor(principalId: Output<String>? = null)

Properties

Link copied to clipboard
val principalId: Output<String>? = null

The id of the reviewer(user/servicePrincipal)

Functions

Link copied to clipboard
open override fun toJava(): AccessReviewReviewerArgs