decisions

@JvmName(name = "ojyhrjqsudpdvhqp")
suspend fun decisions(value: Output<List<Either<String, AccessReviewResult>>>)
@JvmName(name = "vrmorfckpotrhtmp")
suspend fun decisions(value: List<Either<String, AccessReviewResult>>?)

Parameters

value

Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request.


@JvmName(name = "pbmeiqniqccovmck")
suspend fun decisions(vararg values: Output<Either<String, AccessReviewResult>>)


@JvmName(name = "kbpattwsdsjhitax")
suspend fun decisions(values: List<Output<Either<String, AccessReviewResult>>>)
@JvmName(name = "qngggpbnwgtvrmuw")
suspend fun decisions(vararg values: Either<String, AccessReviewResult>)

Parameters

values

Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request.