1. Packages
  2. Azure Native
  3. API Docs
  4. authorization
  5. getAccessReviewScheduleDefinitionById
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.authorization.getAccessReviewScheduleDefinitionById

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get single access review definition

Uses Azure REST 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 for details.

Using getAccessReviewScheduleDefinitionById

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAccessReviewScheduleDefinitionById(args: GetAccessReviewScheduleDefinitionByIdArgs, opts?: InvokeOptions): Promise<GetAccessReviewScheduleDefinitionByIdResult>
function getAccessReviewScheduleDefinitionByIdOutput(args: GetAccessReviewScheduleDefinitionByIdOutputArgs, opts?: InvokeOptions): Output<GetAccessReviewScheduleDefinitionByIdResult>
Copy
def get_access_review_schedule_definition_by_id(schedule_definition_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetAccessReviewScheduleDefinitionByIdResult
def get_access_review_schedule_definition_by_id_output(schedule_definition_id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetAccessReviewScheduleDefinitionByIdResult]
Copy
func LookupAccessReviewScheduleDefinitionById(ctx *Context, args *LookupAccessReviewScheduleDefinitionByIdArgs, opts ...InvokeOption) (*LookupAccessReviewScheduleDefinitionByIdResult, error)
func LookupAccessReviewScheduleDefinitionByIdOutput(ctx *Context, args *LookupAccessReviewScheduleDefinitionByIdOutputArgs, opts ...InvokeOption) LookupAccessReviewScheduleDefinitionByIdResultOutput
Copy

> Note: This function is named LookupAccessReviewScheduleDefinitionById in the Go SDK.

public static class GetAccessReviewScheduleDefinitionById 
{
    public static Task<GetAccessReviewScheduleDefinitionByIdResult> InvokeAsync(GetAccessReviewScheduleDefinitionByIdArgs args, InvokeOptions? opts = null)
    public static Output<GetAccessReviewScheduleDefinitionByIdResult> Invoke(GetAccessReviewScheduleDefinitionByIdInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAccessReviewScheduleDefinitionByIdResult> getAccessReviewScheduleDefinitionById(GetAccessReviewScheduleDefinitionByIdArgs args, InvokeOptions options)
public static Output<GetAccessReviewScheduleDefinitionByIdResult> getAccessReviewScheduleDefinitionById(GetAccessReviewScheduleDefinitionByIdArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:authorization:getAccessReviewScheduleDefinitionById
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ScheduleDefinitionId
This property is required.
Changes to this property will trigger replacement.
string
The id of the access review schedule definition.
ScheduleDefinitionId
This property is required.
Changes to this property will trigger replacement.
string
The id of the access review schedule definition.
scheduleDefinitionId
This property is required.
Changes to this property will trigger replacement.
String
The id of the access review schedule definition.
scheduleDefinitionId
This property is required.
Changes to this property will trigger replacement.
string
The id of the access review schedule definition.
schedule_definition_id
This property is required.
Changes to this property will trigger replacement.
str
The id of the access review schedule definition.
scheduleDefinitionId
This property is required.
Changes to this property will trigger replacement.
String
The id of the access review schedule definition.

getAccessReviewScheduleDefinitionById Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
The access review schedule definition id.
Name string
The access review schedule definition unique id.
PrincipalId string
The identity id
PrincipalName string
The identity display name
PrincipalType string
The identity type : user/servicePrincipal
ReviewersType string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
Scope Pulumi.AzureNative.Authorization.Outputs.AccessReviewScopeResponse
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
Status string
This read-only field specifies the status of an accessReview.
Type string
The resource type.
UserPrincipalName string
The user principal name(if valid)
AutoApplyDecisionsEnabled bool
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.
BackupReviewers List<Pulumi.AzureNative.Authorization.Outputs.AccessReviewReviewerResponse>
This is the collection of backup reviewers.
DefaultDecision string
This specifies the behavior for the autoReview feature when an access review completes.
DefaultDecisionEnabled bool
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
DescriptionForAdmins string
The description provided by the access review creator and visible to admins.
DescriptionForReviewers string
The description provided by the access review creator to be shown to reviewers.
DisplayName string
The display name for the schedule definition.
InstanceDurationInDays int
The duration in days for an instance.
Instances List<Pulumi.AzureNative.Authorization.Outputs.AccessReviewInstanceResponse>
This is the collection of instances returned when one does an expand on it.
Interval int
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
JustificationRequiredOnApproval bool
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
MailNotificationsEnabled bool
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
Range Pulumi.AzureNative.Authorization.Outputs.AccessReviewRecurrenceRangeResponse
Access Review schedule definition recurrence range.
RecommendationLookBackDuration string
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))
RecommendationsEnabled bool
Flag to indicate whether showing recommendations to reviewers is enabled.
ReminderNotificationsEnabled bool
Flag to indicate whether sending reminder emails to reviewers are enabled.
Reviewers List<Pulumi.AzureNative.Authorization.Outputs.AccessReviewReviewerResponse>
This is the collection of reviewers.
AzureApiVersion string
The Azure API version of the resource.
Id string
The access review schedule definition id.
Name string
The access review schedule definition unique id.
PrincipalId string
The identity id
PrincipalName string
The identity display name
PrincipalType string
The identity type : user/servicePrincipal
ReviewersType string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
Scope AccessReviewScopeResponse
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
Status string
This read-only field specifies the status of an accessReview.
Type string
The resource type.
UserPrincipalName string
The user principal name(if valid)
AutoApplyDecisionsEnabled bool
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.
BackupReviewers []AccessReviewReviewerResponse
This is the collection of backup reviewers.
DefaultDecision string
This specifies the behavior for the autoReview feature when an access review completes.
DefaultDecisionEnabled bool
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
DescriptionForAdmins string
The description provided by the access review creator and visible to admins.
DescriptionForReviewers string
The description provided by the access review creator to be shown to reviewers.
DisplayName string
The display name for the schedule definition.
InstanceDurationInDays int
The duration in days for an instance.
Instances []AccessReviewInstanceResponse
This is the collection of instances returned when one does an expand on it.
Interval int
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
JustificationRequiredOnApproval bool
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
MailNotificationsEnabled bool
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
Range AccessReviewRecurrenceRangeResponse
Access Review schedule definition recurrence range.
RecommendationLookBackDuration string
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))
RecommendationsEnabled bool
Flag to indicate whether showing recommendations to reviewers is enabled.
ReminderNotificationsEnabled bool
Flag to indicate whether sending reminder emails to reviewers are enabled.
Reviewers []AccessReviewReviewerResponse
This is the collection of reviewers.
azureApiVersion String
The Azure API version of the resource.
id String
The access review schedule definition id.
name String
The access review schedule definition unique id.
principalId String
The identity id
principalName String
The identity display name
principalType String
The identity type : user/servicePrincipal
reviewersType String
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
scope AccessReviewScopeResponse
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
status String
This read-only field specifies the status of an accessReview.
type String
The resource type.
userPrincipalName String
The user principal name(if valid)
autoApplyDecisionsEnabled Boolean
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.
backupReviewers List<AccessReviewReviewerResponse>
This is the collection of backup reviewers.
defaultDecision String
This specifies the behavior for the autoReview feature when an access review completes.
defaultDecisionEnabled Boolean
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
descriptionForAdmins String
The description provided by the access review creator and visible to admins.
descriptionForReviewers String
The description provided by the access review creator to be shown to reviewers.
displayName String
The display name for the schedule definition.
instanceDurationInDays Integer
The duration in days for an instance.
instances List<AccessReviewInstanceResponse>
This is the collection of instances returned when one does an expand on it.
interval Integer
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
justificationRequiredOnApproval Boolean
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
mailNotificationsEnabled Boolean
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
range AccessReviewRecurrenceRangeResponse
Access Review schedule definition recurrence range.
recommendationLookBackDuration String
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))
recommendationsEnabled Boolean
Flag to indicate whether showing recommendations to reviewers is enabled.
reminderNotificationsEnabled Boolean
Flag to indicate whether sending reminder emails to reviewers are enabled.
reviewers List<AccessReviewReviewerResponse>
This is the collection of reviewers.
azureApiVersion string
The Azure API version of the resource.
id string
The access review schedule definition id.
name string
The access review schedule definition unique id.
principalId string
The identity id
principalName string
The identity display name
principalType string
The identity type : user/servicePrincipal
reviewersType string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
scope AccessReviewScopeResponse
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
status string
This read-only field specifies the status of an accessReview.
type string
The resource type.
userPrincipalName string
The user principal name(if valid)
autoApplyDecisionsEnabled boolean
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.
backupReviewers AccessReviewReviewerResponse[]
This is the collection of backup reviewers.
defaultDecision string
This specifies the behavior for the autoReview feature when an access review completes.
defaultDecisionEnabled boolean
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
descriptionForAdmins string
The description provided by the access review creator and visible to admins.
descriptionForReviewers string
The description provided by the access review creator to be shown to reviewers.
displayName string
The display name for the schedule definition.
instanceDurationInDays number
The duration in days for an instance.
instances AccessReviewInstanceResponse[]
This is the collection of instances returned when one does an expand on it.
interval number
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
justificationRequiredOnApproval boolean
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
mailNotificationsEnabled boolean
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
range AccessReviewRecurrenceRangeResponse
Access Review schedule definition recurrence range.
recommendationLookBackDuration string
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))
recommendationsEnabled boolean
Flag to indicate whether showing recommendations to reviewers is enabled.
reminderNotificationsEnabled boolean
Flag to indicate whether sending reminder emails to reviewers are enabled.
reviewers AccessReviewReviewerResponse[]
This is the collection of reviewers.
azure_api_version str
The Azure API version of the resource.
id str
The access review schedule definition id.
name str
The access review schedule definition unique id.
principal_id str
The identity id
principal_name str
The identity display name
principal_type str
The identity type : user/servicePrincipal
reviewers_type str
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
scope AccessReviewScopeResponse
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
status str
This read-only field specifies the status of an accessReview.
type str
The resource type.
user_principal_name str
The user principal name(if valid)
auto_apply_decisions_enabled bool
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.
backup_reviewers Sequence[AccessReviewReviewerResponse]
This is the collection of backup reviewers.
default_decision str
This specifies the behavior for the autoReview feature when an access review completes.
default_decision_enabled bool
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
description_for_admins str
The description provided by the access review creator and visible to admins.
description_for_reviewers str
The description provided by the access review creator to be shown to reviewers.
display_name str
The display name for the schedule definition.
instance_duration_in_days int
The duration in days for an instance.
instances Sequence[AccessReviewInstanceResponse]
This is the collection of instances returned when one does an expand on it.
interval int
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
justification_required_on_approval bool
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
mail_notifications_enabled bool
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
range AccessReviewRecurrenceRangeResponse
Access Review schedule definition recurrence range.
recommendation_look_back_duration str
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))
recommendations_enabled bool
Flag to indicate whether showing recommendations to reviewers is enabled.
reminder_notifications_enabled bool
Flag to indicate whether sending reminder emails to reviewers are enabled.
reviewers Sequence[AccessReviewReviewerResponse]
This is the collection of reviewers.
azureApiVersion String
The Azure API version of the resource.
id String
The access review schedule definition id.
name String
The access review schedule definition unique id.
principalId String
The identity id
principalName String
The identity display name
principalType String
The identity type : user/servicePrincipal
reviewersType String
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
scope Property Map
This is used to define what to include in scope of the review. The scope definition includes the resourceId and roleDefinitionId.
status String
This read-only field specifies the status of an accessReview.
type String
The resource type.
userPrincipalName String
The user principal name(if valid)
autoApplyDecisionsEnabled Boolean
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.
backupReviewers List<Property Map>
This is the collection of backup reviewers.
defaultDecision String
This specifies the behavior for the autoReview feature when an access review completes.
defaultDecisionEnabled Boolean
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
descriptionForAdmins String
The description provided by the access review creator and visible to admins.
descriptionForReviewers String
The description provided by the access review creator to be shown to reviewers.
displayName String
The display name for the schedule definition.
instanceDurationInDays Number
The duration in days for an instance.
instances List<Property Map>
This is the collection of instances returned when one does an expand on it.
interval Number
The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
justificationRequiredOnApproval Boolean
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
mailNotificationsEnabled Boolean
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
range Property Map
Access Review schedule definition recurrence range.
recommendationLookBackDuration String
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))
recommendationsEnabled Boolean
Flag to indicate whether showing recommendations to reviewers is enabled.
reminderNotificationsEnabled Boolean
Flag to indicate whether sending reminder emails to reviewers are enabled.
reviewers List<Property Map>
This is the collection of reviewers.

Supporting Types

AccessReviewInstanceResponse

Id This property is required. string
The access review instance id.
Name This property is required. string
The access review instance name.
ReviewersType This property is required. string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
Status This property is required. string
This read-only field specifies the status of an access review instance.
Type This property is required. string
The resource type.
BackupReviewers List<Pulumi.AzureNative.Authorization.Inputs.AccessReviewReviewerResponse>
This is the collection of backup reviewers.
EndDateTime string
The DateTime when the review instance is scheduled to end.
Reviewers List<Pulumi.AzureNative.Authorization.Inputs.AccessReviewReviewerResponse>
This is the collection of reviewers.
StartDateTime string
The DateTime when the review instance is scheduled to be start.
Id This property is required. string
The access review instance id.
Name This property is required. string
The access review instance name.
ReviewersType This property is required. string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
Status This property is required. string
This read-only field specifies the status of an access review instance.
Type This property is required. string
The resource type.
BackupReviewers []AccessReviewReviewerResponse
This is the collection of backup reviewers.
EndDateTime string
The DateTime when the review instance is scheduled to end.
Reviewers []AccessReviewReviewerResponse
This is the collection of reviewers.
StartDateTime string
The DateTime when the review instance is scheduled to be start.
id This property is required. String
The access review instance id.
name This property is required. String
The access review instance name.
reviewersType This property is required. String
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
status This property is required. String
This read-only field specifies the status of an access review instance.
type This property is required. String
The resource type.
backupReviewers List<AccessReviewReviewerResponse>
This is the collection of backup reviewers.
endDateTime String
The DateTime when the review instance is scheduled to end.
reviewers List<AccessReviewReviewerResponse>
This is the collection of reviewers.
startDateTime String
The DateTime when the review instance is scheduled to be start.
id This property is required. string
The access review instance id.
name This property is required. string
The access review instance name.
reviewersType This property is required. string
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
status This property is required. string
This read-only field specifies the status of an access review instance.
type This property is required. string
The resource type.
backupReviewers AccessReviewReviewerResponse[]
This is the collection of backup reviewers.
endDateTime string
The DateTime when the review instance is scheduled to end.
reviewers AccessReviewReviewerResponse[]
This is the collection of reviewers.
startDateTime string
The DateTime when the review instance is scheduled to be start.
id This property is required. str
The access review instance id.
name This property is required. str
The access review instance name.
reviewers_type This property is required. str
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
status This property is required. str
This read-only field specifies the status of an access review instance.
type This property is required. str
The resource type.
backup_reviewers Sequence[AccessReviewReviewerResponse]
This is the collection of backup reviewers.
end_date_time str
The DateTime when the review instance is scheduled to end.
reviewers Sequence[AccessReviewReviewerResponse]
This is the collection of reviewers.
start_date_time str
The DateTime when the review instance is scheduled to be start.
id This property is required. String
The access review instance id.
name This property is required. String
The access review instance name.
reviewersType This property is required. String
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
status This property is required. String
This read-only field specifies the status of an access review instance.
type This property is required. String
The resource type.
backupReviewers List<Property Map>
This is the collection of backup reviewers.
endDateTime String
The DateTime when the review instance is scheduled to end.
reviewers List<Property Map>
This is the collection of reviewers.
startDateTime String
The DateTime when the review instance is scheduled to be start.

AccessReviewRecurrenceRangeResponse

EndDate string
The DateTime when the review is scheduled to end. Required if type is endDate
NumberOfOccurrences int
The number of times to repeat the access review. Required and must be positive if type is numbered.
StartDate string
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
Type string
The recurrence range type. The possible values are: endDate, noEnd, numbered.
EndDate string
The DateTime when the review is scheduled to end. Required if type is endDate
NumberOfOccurrences int
The number of times to repeat the access review. Required and must be positive if type is numbered.
StartDate string
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
Type string
The recurrence range type. The possible values are: endDate, noEnd, numbered.
endDate String
The DateTime when the review is scheduled to end. Required if type is endDate
numberOfOccurrences Integer
The number of times to repeat the access review. Required and must be positive if type is numbered.
startDate String
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
type String
The recurrence range type. The possible values are: endDate, noEnd, numbered.
endDate string
The DateTime when the review is scheduled to end. Required if type is endDate
numberOfOccurrences number
The number of times to repeat the access review. Required and must be positive if type is numbered.
startDate string
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
type string
The recurrence range type. The possible values are: endDate, noEnd, numbered.
end_date str
The DateTime when the review is scheduled to end. Required if type is endDate
number_of_occurrences int
The number of times to repeat the access review. Required and must be positive if type is numbered.
start_date str
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
type str
The recurrence range type. The possible values are: endDate, noEnd, numbered.
endDate String
The DateTime when the review is scheduled to end. Required if type is endDate
numberOfOccurrences Number
The number of times to repeat the access review. Required and must be positive if type is numbered.
startDate String
The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
type String
The recurrence range type. The possible values are: endDate, noEnd, numbered.

AccessReviewReviewerResponse

PrincipalType This property is required. string
The identity type : user/servicePrincipal
PrincipalId string
The id of the reviewer(user/servicePrincipal)
PrincipalType This property is required. string
The identity type : user/servicePrincipal
PrincipalId string
The id of the reviewer(user/servicePrincipal)
principalType This property is required. String
The identity type : user/servicePrincipal
principalId String
The id of the reviewer(user/servicePrincipal)
principalType This property is required. string
The identity type : user/servicePrincipal
principalId string
The id of the reviewer(user/servicePrincipal)
principal_type This property is required. str
The identity type : user/servicePrincipal
principal_id str
The id of the reviewer(user/servicePrincipal)
principalType This property is required. String
The identity type : user/servicePrincipal
principalId String
The id of the reviewer(user/servicePrincipal)

AccessReviewScopeResponse

AssignmentState This property is required. string
The role assignment state eligible/active to review
PrincipalType This property is required. string
The identity type user/servicePrincipal to review
ResourceId This property is required. string
ResourceId in which this review is getting created
RoleDefinitionId This property is required. string
This is used to indicate the role being reviewed
ExcludeResourceId string
This is used to indicate the resource id(s) to exclude
ExcludeRoleDefinitionId string
This is used to indicate the role definition id(s) to exclude
ExpandNestedMemberships bool
Flag to indicate whether to expand nested memberships or not.
InactiveDuration string
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))
IncludeAccessBelowResource bool
Flag to indicate whether to expand nested memberships or not.
IncludeInheritedAccess bool
Flag to indicate whether to expand nested memberships or not.
AssignmentState This property is required. string
The role assignment state eligible/active to review
PrincipalType This property is required. string
The identity type user/servicePrincipal to review
ResourceId This property is required. string
ResourceId in which this review is getting created
RoleDefinitionId This property is required. string
This is used to indicate the role being reviewed
ExcludeResourceId string
This is used to indicate the resource id(s) to exclude
ExcludeRoleDefinitionId string
This is used to indicate the role definition id(s) to exclude
ExpandNestedMemberships bool
Flag to indicate whether to expand nested memberships or not.
InactiveDuration string
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))
IncludeAccessBelowResource bool
Flag to indicate whether to expand nested memberships or not.
IncludeInheritedAccess bool
Flag to indicate whether to expand nested memberships or not.
assignmentState This property is required. String
The role assignment state eligible/active to review
principalType This property is required. String
The identity type user/servicePrincipal to review
resourceId This property is required. String
ResourceId in which this review is getting created
roleDefinitionId This property is required. String
This is used to indicate the role being reviewed
excludeResourceId String
This is used to indicate the resource id(s) to exclude
excludeRoleDefinitionId String
This is used to indicate the role definition id(s) to exclude
expandNestedMemberships Boolean
Flag to indicate whether to expand nested memberships or not.
inactiveDuration String
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))
includeAccessBelowResource Boolean
Flag to indicate whether to expand nested memberships or not.
includeInheritedAccess Boolean
Flag to indicate whether to expand nested memberships or not.
assignmentState This property is required. string
The role assignment state eligible/active to review
principalType This property is required. string
The identity type user/servicePrincipal to review
resourceId This property is required. string
ResourceId in which this review is getting created
roleDefinitionId This property is required. string
This is used to indicate the role being reviewed
excludeResourceId string
This is used to indicate the resource id(s) to exclude
excludeRoleDefinitionId string
This is used to indicate the role definition id(s) to exclude
expandNestedMemberships boolean
Flag to indicate whether to expand nested memberships or not.
inactiveDuration string
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))
includeAccessBelowResource boolean
Flag to indicate whether to expand nested memberships or not.
includeInheritedAccess boolean
Flag to indicate whether to expand nested memberships or not.
assignment_state This property is required. str
The role assignment state eligible/active to review
principal_type This property is required. str
The identity type user/servicePrincipal to review
resource_id This property is required. str
ResourceId in which this review is getting created
role_definition_id This property is required. str
This is used to indicate the role being reviewed
exclude_resource_id str
This is used to indicate the resource id(s) to exclude
exclude_role_definition_id str
This is used to indicate the role definition id(s) to exclude
expand_nested_memberships bool
Flag to indicate whether to expand nested memberships or not.
inactive_duration str
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))
include_access_below_resource bool
Flag to indicate whether to expand nested memberships or not.
include_inherited_access bool
Flag to indicate whether to expand nested memberships or not.
assignmentState This property is required. String
The role assignment state eligible/active to review
principalType This property is required. String
The identity type user/servicePrincipal to review
resourceId This property is required. String
ResourceId in which this review is getting created
roleDefinitionId This property is required. String
This is used to indicate the role being reviewed
excludeResourceId String
This is used to indicate the resource id(s) to exclude
excludeRoleDefinitionId String
This is used to indicate the role definition id(s) to exclude
expandNestedMemberships Boolean
Flag to indicate whether to expand nested memberships or not.
inactiveDuration String
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))
includeAccessBelowResource Boolean
Flag to indicate whether to expand nested memberships or not.
includeInheritedAccess Boolean
Flag to indicate whether to expand nested memberships or not.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi