This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.authorization.getAccessReviewHistoryDefinitionById
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get access review history definition by definition Id Azure REST API version: 2021-12-01-preview.
Using getAccessReviewHistoryDefinitionById
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 getAccessReviewHistoryDefinitionById(args: GetAccessReviewHistoryDefinitionByIdArgs, opts?: InvokeOptions): Promise<GetAccessReviewHistoryDefinitionByIdResult>
function getAccessReviewHistoryDefinitionByIdOutput(args: GetAccessReviewHistoryDefinitionByIdOutputArgs, opts?: InvokeOptions): Output<GetAccessReviewHistoryDefinitionByIdResult>def get_access_review_history_definition_by_id(history_definition_id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetAccessReviewHistoryDefinitionByIdResult
def get_access_review_history_definition_by_id_output(history_definition_id: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetAccessReviewHistoryDefinitionByIdResult]func LookupAccessReviewHistoryDefinitionById(ctx *Context, args *LookupAccessReviewHistoryDefinitionByIdArgs, opts ...InvokeOption) (*LookupAccessReviewHistoryDefinitionByIdResult, error)
func LookupAccessReviewHistoryDefinitionByIdOutput(ctx *Context, args *LookupAccessReviewHistoryDefinitionByIdOutputArgs, opts ...InvokeOption) LookupAccessReviewHistoryDefinitionByIdResultOutput> Note: This function is named LookupAccessReviewHistoryDefinitionById in the Go SDK.
public static class GetAccessReviewHistoryDefinitionById 
{
    public static Task<GetAccessReviewHistoryDefinitionByIdResult> InvokeAsync(GetAccessReviewHistoryDefinitionByIdArgs args, InvokeOptions? opts = null)
    public static Output<GetAccessReviewHistoryDefinitionByIdResult> Invoke(GetAccessReviewHistoryDefinitionByIdInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccessReviewHistoryDefinitionByIdResult> getAccessReviewHistoryDefinitionById(GetAccessReviewHistoryDefinitionByIdArgs args, InvokeOptions options)
public static Output<GetAccessReviewHistoryDefinitionByIdResult> getAccessReviewHistoryDefinitionById(GetAccessReviewHistoryDefinitionByIdArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:authorization:getAccessReviewHistoryDefinitionById
  arguments:
    # arguments dictionaryThe following arguments are supported:
- HistoryDefinition stringId 
- The id of the access review history definition.
- HistoryDefinition stringId 
- The id of the access review history definition.
- historyDefinition StringId 
- The id of the access review history definition.
- historyDefinition stringId 
- The id of the access review history definition.
- history_definition_ strid 
- The id of the access review history definition.
- historyDefinition StringId 
- The id of the access review history definition.
getAccessReviewHistoryDefinitionById Result
The following output properties are available:
- CreatedDate stringTime 
- Date time when history definition was created
- Id string
- The access review history definition id.
- Name string
- The access review history definition unique id.
- PrincipalId string
- The identity id
- PrincipalName string
- The identity display name
- PrincipalType string
- The identity type : user/servicePrincipal
- ReviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- ReviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- Status string
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- Type string
- The resource type.
- UserPrincipal stringName 
- The user principal name(if valid)
- Decisions List<string>
- 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.
- DisplayName string
- The display name for the history definition.
- EndDate string
- The DateTime when the review is scheduled to end. Required if type is endDate
- Instances
List<Pulumi.Azure Native. Authorization. Outputs. Access Review History Instance Response> 
- Set of access review history instances for this history definition.
- Interval int
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- NumberOf intOccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- Scopes
List<Pulumi.Azure Native. Authorization. Outputs. Access Review Scope Response> 
- A collection of scopes used when selecting review history data
- StartDate string
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
- CreatedDate stringTime 
- Date time when history definition was created
- Id string
- The access review history definition id.
- Name string
- The access review history definition unique id.
- PrincipalId string
- The identity id
- PrincipalName string
- The identity display name
- PrincipalType string
- The identity type : user/servicePrincipal
- ReviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- ReviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- Status string
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- Type string
- The resource type.
- UserPrincipal stringName 
- The user principal name(if valid)
- Decisions []string
- 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.
- DisplayName string
- The display name for the history definition.
- EndDate string
- The DateTime when the review is scheduled to end. Required if type is endDate
- Instances
[]AccessReview History Instance Response 
- Set of access review history instances for this history definition.
- Interval int
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- NumberOf intOccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- Scopes
[]AccessReview Scope Response 
- A collection of scopes used when selecting review history data
- StartDate string
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
- createdDate StringTime 
- Date time when history definition was created
- id String
- The access review history definition id.
- name String
- The access review history definition unique id.
- principalId String
- The identity id
- principalName String
- The identity display name
- principalType String
- The identity type : user/servicePrincipal
- reviewHistory StringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory StringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- status String
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- type String
- The resource type.
- userPrincipal StringName 
- The user principal name(if valid)
- decisions List<String>
- 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.
- displayName String
- The display name for the history definition.
- endDate String
- The DateTime when the review is scheduled to end. Required if type is endDate
- instances
List<AccessReview History Instance Response> 
- Set of access review history instances for this history definition.
- interval Integer
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- numberOf IntegerOccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- scopes
List<AccessReview Scope Response> 
- A collection of scopes used when selecting review history data
- startDate String
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
- createdDate stringTime 
- Date time when history definition was created
- id string
- The access review history definition id.
- name string
- The access review history definition unique id.
- principalId string
- The identity id
- principalName string
- The identity display name
- principalType string
- The identity type : user/servicePrincipal
- reviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- status string
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- type string
- The resource type.
- userPrincipal stringName 
- The user principal name(if valid)
- decisions string[]
- 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.
- displayName string
- The display name for the history definition.
- endDate string
- The DateTime when the review is scheduled to end. Required if type is endDate
- instances
AccessReview History Instance Response[] 
- Set of access review history instances for this history definition.
- interval number
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- numberOf numberOccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- scopes
AccessReview Scope Response[] 
- A collection of scopes used when selecting review history data
- startDate string
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
- created_date_ strtime 
- Date time when history definition was created
- id str
- The access review history definition id.
- name str
- The access review history definition unique id.
- principal_id str
- The identity id
- principal_name str
- The identity display name
- principal_type str
- The identity type : user/servicePrincipal
- review_history_ strperiod_ end_ date_ time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- review_history_ strperiod_ start_ date_ time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- status str
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- type str
- The resource type.
- user_principal_ strname 
- The user principal name(if valid)
- decisions Sequence[str]
- 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.
- display_name str
- The display name for the history definition.
- end_date str
- The DateTime when the review is scheduled to end. Required if type is endDate
- instances
Sequence[AccessReview History Instance Response] 
- Set of access review history instances for this history definition.
- interval int
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- number_of_ intoccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- scopes
Sequence[AccessReview Scope Response] 
- A collection of scopes used when selecting review history data
- start_date str
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
- createdDate StringTime 
- Date time when history definition was created
- id String
- The access review history definition id.
- name String
- The access review history definition unique id.
- principalId String
- The identity id
- principalName String
- The identity display name
- principalType String
- The identity type : user/servicePrincipal
- reviewHistory StringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory StringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- status String
- This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error.
- type String
- The resource type.
- userPrincipal StringName 
- The user principal name(if valid)
- decisions List<String>
- 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.
- displayName String
- The display name for the history definition.
- endDate String
- The DateTime when the review is scheduled to end. Required if type is endDate
- instances List<Property Map>
- Set of access review history instances for this history definition.
- interval Number
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
- numberOf NumberOccurrences 
- The number of times to repeat the access review. Required and must be positive if type is numbered.
- scopes List<Property Map>
- A collection of scopes used when selecting review history data
- startDate String
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
Supporting Types
AccessReviewHistoryInstanceResponse    
- DownloadUri string
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- Id string
- The access review history definition instance id.
- Name string
- The access review history definition instance unique id.
- Status string
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- Type string
- The resource type.
- DisplayName string
- The display name for the parent history definition.
- Expiration string
- Date time when history data report expires and the associated data is deleted.
- FulfilledDate stringTime 
- Date time when the history data report is scheduled to be generated.
- ReviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- ReviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- RunDate stringTime 
- Date time when the history data report is scheduled to be generated.
- DownloadUri string
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- Id string
- The access review history definition instance id.
- Name string
- The access review history definition instance unique id.
- Status string
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- Type string
- The resource type.
- DisplayName string
- The display name for the parent history definition.
- Expiration string
- Date time when history data report expires and the associated data is deleted.
- FulfilledDate stringTime 
- Date time when the history data report is scheduled to be generated.
- ReviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- ReviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- RunDate stringTime 
- Date time when the history data report is scheduled to be generated.
- downloadUri String
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- id String
- The access review history definition instance id.
- name String
- The access review history definition instance unique id.
- status String
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- type String
- The resource type.
- displayName String
- The display name for the parent history definition.
- expiration String
- Date time when history data report expires and the associated data is deleted.
- fulfilledDate StringTime 
- Date time when the history data report is scheduled to be generated.
- reviewHistory StringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory StringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- runDate StringTime 
- Date time when the history data report is scheduled to be generated.
- downloadUri string
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- id string
- The access review history definition instance id.
- name string
- The access review history definition instance unique id.
- status string
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- type string
- The resource type.
- displayName string
- The display name for the parent history definition.
- expiration string
- Date time when history data report expires and the associated data is deleted.
- fulfilledDate stringTime 
- Date time when the history data report is scheduled to be generated.
- reviewHistory stringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory stringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- runDate stringTime 
- Date time when the history data report is scheduled to be generated.
- download_uri str
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- id str
- The access review history definition instance id.
- name str
- The access review history definition instance unique id.
- status str
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- type str
- The resource type.
- display_name str
- The display name for the parent history definition.
- expiration str
- Date time when history data report expires and the associated data is deleted.
- fulfilled_date_ strtime 
- Date time when the history data report is scheduled to be generated.
- review_history_ strperiod_ end_ date_ time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- review_history_ strperiod_ start_ date_ time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- run_date_ strtime 
- Date time when the history data report is scheduled to be generated.
- downloadUri String
- Uri which can be used to retrieve review history data. To generate this Uri, generateDownloadUri() must be called for a specific accessReviewHistoryDefinitionInstance. The link expires after a 24 hour period. Callers can see the expiration date time by looking at the 'se' parameter in the generated uri.
- id String
- The access review history definition instance id.
- name String
- The access review history definition instance unique id.
- status String
- Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired
- type String
- The resource type.
- displayName String
- The display name for the parent history definition.
- expiration String
- Date time when history data report expires and the associated data is deleted.
- fulfilledDate StringTime 
- Date time when the history data report is scheduled to be generated.
- reviewHistory StringPeriod End Date Time 
- Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports.
- reviewHistory StringPeriod Start Date Time 
- Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports.
- runDate StringTime 
- Date time when the history data report is scheduled to be generated.
AccessReviewScopeResponse   
- AssignmentState string
- The role assignment state eligible/active to review
- PrincipalType string
- The identity type user/servicePrincipal to review
- ResourceId string
- ResourceId in which this review is getting created
- RoleDefinition stringId 
- This is used to indicate the role being reviewed
- ExcludeResource stringId 
- This is used to indicate the resource id(s) to exclude
- ExcludeRole stringDefinition Id 
- This is used to indicate the role definition id(s) to exclude
- ExpandNested boolMemberships 
- 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))
- IncludeAccess boolBelow Resource 
- Flag to indicate whether to expand nested memberships or not.
- IncludeInherited boolAccess 
- Flag to indicate whether to expand nested memberships or not.
- AssignmentState string
- The role assignment state eligible/active to review
- PrincipalType string
- The identity type user/servicePrincipal to review
- ResourceId string
- ResourceId in which this review is getting created
- RoleDefinition stringId 
- This is used to indicate the role being reviewed
- ExcludeResource stringId 
- This is used to indicate the resource id(s) to exclude
- ExcludeRole stringDefinition Id 
- This is used to indicate the role definition id(s) to exclude
- ExpandNested boolMemberships 
- 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))
- IncludeAccess boolBelow Resource 
- Flag to indicate whether to expand nested memberships or not.
- IncludeInherited boolAccess 
- Flag to indicate whether to expand nested memberships or not.
- assignmentState String
- The role assignment state eligible/active to review
- principalType String
- The identity type user/servicePrincipal to review
- resourceId String
- ResourceId in which this review is getting created
- roleDefinition StringId 
- This is used to indicate the role being reviewed
- excludeResource StringId 
- This is used to indicate the resource id(s) to exclude
- excludeRole StringDefinition Id 
- This is used to indicate the role definition id(s) to exclude
- expandNested BooleanMemberships 
- 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))
- includeAccess BooleanBelow Resource 
- Flag to indicate whether to expand nested memberships or not.
- includeInherited BooleanAccess 
- Flag to indicate whether to expand nested memberships or not.
- assignmentState string
- The role assignment state eligible/active to review
- principalType string
- The identity type user/servicePrincipal to review
- resourceId string
- ResourceId in which this review is getting created
- roleDefinition stringId 
- This is used to indicate the role being reviewed
- excludeResource stringId 
- This is used to indicate the resource id(s) to exclude
- excludeRole stringDefinition Id 
- This is used to indicate the role definition id(s) to exclude
- expandNested booleanMemberships 
- 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))
- includeAccess booleanBelow Resource 
- Flag to indicate whether to expand nested memberships or not.
- includeInherited booleanAccess 
- Flag to indicate whether to expand nested memberships or not.
- assignment_state str
- The role assignment state eligible/active to review
- principal_type str
- The identity type user/servicePrincipal to review
- resource_id str
- ResourceId in which this review is getting created
- role_definition_ strid 
- This is used to indicate the role being reviewed
- exclude_resource_ strid 
- This is used to indicate the resource id(s) to exclude
- exclude_role_ strdefinition_ id 
- This is used to indicate the role definition id(s) to exclude
- expand_nested_ boolmemberships 
- 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_ boolbelow_ resource 
- Flag to indicate whether to expand nested memberships or not.
- include_inherited_ boolaccess 
- Flag to indicate whether to expand nested memberships or not.
- assignmentState String
- The role assignment state eligible/active to review
- principalType String
- The identity type user/servicePrincipal to review
- resourceId String
- ResourceId in which this review is getting created
- roleDefinition StringId 
- This is used to indicate the role being reviewed
- excludeResource StringId 
- This is used to indicate the resource id(s) to exclude
- excludeRole StringDefinition Id 
- This is used to indicate the role definition id(s) to exclude
- expandNested BooleanMemberships 
- 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))
- includeAccess BooleanBelow Resource 
- Flag to indicate whether to expand nested memberships or not.
- includeInherited BooleanAccess 
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi