AccessReviewHistoryDefinitionByIdArgs

data class AccessReviewHistoryDefinitionByIdArgs(val decisions: Output<List<Either<String, AccessReviewResult>>>? = null, val displayName: Output<String>? = null, val endDate: Output<String>? = null, val historyDefinitionId: Output<String>? = null, val instances: Output<List<AccessReviewHistoryInstanceArgs>>? = null, val interval: Output<Int>? = null, val numberOfOccurrences: Output<Int>? = null, val scopes: Output<List<AccessReviewScopeArgs>>? = null, val startDate: Output<String>? = null, val type: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null) : ConvertibleToJava<AccessReviewHistoryDefinitionByIdArgs>

Access Review History Definition. Uses Azure REST API version 2021-12-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-11-16-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:authorization:AccessReviewHistoryDefinitionById myresource1 /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewHistoryDefinitions/{historyDefinitionId}

Constructors

Link copied to clipboard
constructor(decisions: Output<List<Either<String, AccessReviewResult>>>? = null, displayName: Output<String>? = null, endDate: Output<String>? = null, historyDefinitionId: Output<String>? = null, instances: Output<List<AccessReviewHistoryInstanceArgs>>? = null, interval: Output<Int>? = null, numberOfOccurrences: Output<Int>? = null, scopes: Output<List<AccessReviewScopeArgs>>? = null, startDate: Output<String>? = null, type: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null)

Properties

Link copied to clipboard
val decisions: Output<List<Either<String, AccessReviewResult>>>? = null

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.

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

The display name for the history definition.

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

The DateTime when the review is scheduled to end. Required if type is endDate

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

The id of the access review history definition.

Link copied to clipboard

Set of access review history instances for this history definition.

Link copied to clipboard
val interval: Output<Int>? = null

The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.

Link copied to clipboard
val numberOfOccurrences: Output<Int>? = null

The number of times to repeat the access review. Required and must be positive if type is numbered.

Link copied to clipboard
val scopes: Output<List<AccessReviewScopeArgs>>? = null

A collection of scopes used when selecting review history data

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

The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.

Link copied to clipboard
val type: Output<Either<String, AccessReviewRecurrenceRangeType>>? = null

The recurrence range type. The possible values are: endDate, noEnd, numbered.

Functions

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