Access Review Schedule Definition By Id Args
Access Review Schedule Definition. Uses Azure REST API version 2021-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-12-01-preview. Other available API versions: 2021-03-01-preview, 2021-07-01-preview, 2021-11-16-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native authorization [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:authorization:AccessReviewScheduleDefinitionById myresource1 /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}
Constructors
Properties
Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.
This is the collection of backup reviewers.
This specifies the behavior for the autoReview feature when an access review completes.
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
The description provided by the access review creator and visible to admins.
The description provided by the access review creator to be shown to reviewers.
The display name for the schedule definition.
This is used to indicate the resource id(s) to exclude
This is used to indicate the role definition id(s) to exclude
Flag to indicate whether to expand nested memberships or not.
Duration users are inactive for. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))
Flag to indicate whether to expand nested memberships or not.
Flag to indicate whether to expand nested memberships or not.
The duration in days for an instance.
This is the collection of instances returned when one does an expand on it.
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
Access Review schedule definition recurrence range.
Recommendations for access reviews are calculated by looking back at 30 days of data(w.r.t the start date of the review) by default. However, in some scenarios, customers want to change how far back to look at and want to configure 60 days, 90 days, etc. instead. This setting allows customers to configure this duration. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).This code can be used to convert TimeSpan to a valid interval string: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds))
Flag to indicate whether showing recommendations to reviewers is enabled.
Flag to indicate whether sending reminder emails to reviewers are enabled.
This is the collection of reviewers.
The id of the access review schedule definition.
The recurrence type : weekly, monthly, etc.