Class GetScopeAccessReviewScheduleDefinitionByIdResult
- java.lang.Object
-
- com.pulumi.azurenative.authorization.outputs.GetScopeAccessReviewScheduleDefinitionByIdResult
-
public final class GetScopeAccessReviewScheduleDefinitionByIdResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetScopeAccessReviewScheduleDefinitionByIdResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
assignmentState()
java.util.Optional<java.lang.Boolean>
autoApplyDecisionsEnabled()
java.util.List<AccessReviewReviewerResponse>
backupReviewers()
static GetScopeAccessReviewScheduleDefinitionByIdResult.Builder
builder()
static GetScopeAccessReviewScheduleDefinitionByIdResult.Builder
builder(GetScopeAccessReviewScheduleDefinitionByIdResult defaults)
java.util.Optional<java.lang.String>
defaultDecision()
java.util.Optional<java.lang.Boolean>
defaultDecisionEnabled()
java.util.Optional<java.lang.String>
descriptionForAdmins()
java.util.Optional<java.lang.String>
descriptionForReviewers()
java.util.Optional<java.lang.String>
displayName()
java.util.Optional<java.lang.String>
endDate()
java.util.Optional<java.lang.String>
excludeResourceId()
java.util.Optional<java.lang.String>
excludeRoleDefinitionId()
java.util.Optional<java.lang.Boolean>
expandNestedMemberships()
java.lang.String
id()
java.util.Optional<java.lang.String>
inactiveDuration()
java.util.Optional<java.lang.Boolean>
includeAccessBelowResource()
java.util.Optional<java.lang.Boolean>
includeInheritedAccess()
java.util.Optional<java.lang.Integer>
instanceDurationInDays()
java.util.List<AccessReviewInstanceResponse>
instances()
java.util.Optional<java.lang.Integer>
interval()
java.util.Optional<java.lang.Boolean>
justificationRequiredOnApproval()
java.util.Optional<java.lang.Boolean>
mailNotificationsEnabled()
java.lang.String
name()
java.util.Optional<java.lang.Integer>
numberOfOccurrences()
java.lang.String
principalId()
java.lang.String
principalName()
java.lang.String
principalType()
java.util.Optional<java.lang.String>
recommendationLookBackDuration()
java.util.Optional<java.lang.Boolean>
recommendationsEnabled()
java.util.Optional<java.lang.Boolean>
reminderNotificationsEnabled()
java.lang.String
resourceId()
java.util.List<AccessReviewReviewerResponse>
reviewers()
java.lang.String
reviewersType()
java.lang.String
roleDefinitionId()
java.util.Optional<java.lang.String>
startDate()
java.lang.String
status()
java.lang.String
type()
java.lang.String
userPrincipalName()
-
-
-
Method Detail
-
assignmentState
public java.lang.String assignmentState()
- Returns:
- The role assignment state eligible/active to review
-
autoApplyDecisionsEnabled
public java.util.Optional<java.lang.Boolean> autoApplyDecisionsEnabled()
- Returns:
- 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
public java.util.List<AccessReviewReviewerResponse> backupReviewers()
- Returns:
- This is the collection of backup reviewers.
-
defaultDecision
public java.util.Optional<java.lang.String> defaultDecision()
- Returns:
- This specifies the behavior for the autoReview feature when an access review completes.
-
defaultDecisionEnabled
public java.util.Optional<java.lang.Boolean> defaultDecisionEnabled()
- Returns:
- Flag to indicate whether reviewers are required to provide a justification when reviewing access.
-
descriptionForAdmins
public java.util.Optional<java.lang.String> descriptionForAdmins()
- Returns:
- The description provided by the access review creator and visible to admins.
-
descriptionForReviewers
public java.util.Optional<java.lang.String> descriptionForReviewers()
- Returns:
- The description provided by the access review creator to be shown to reviewers.
-
displayName
public java.util.Optional<java.lang.String> displayName()
- Returns:
- The display name for the schedule definition.
-
endDate
public java.util.Optional<java.lang.String> endDate()
- Returns:
- The DateTime when the review is scheduled to end. Required if type is endDate
-
excludeResourceId
public java.util.Optional<java.lang.String> excludeResourceId()
- Returns:
- This is used to indicate the resource id(s) to exclude
-
excludeRoleDefinitionId
public java.util.Optional<java.lang.String> excludeRoleDefinitionId()
- Returns:
- This is used to indicate the role definition id(s) to exclude
-
expandNestedMemberships
public java.util.Optional<java.lang.Boolean> expandNestedMemberships()
- Returns:
- Flag to indicate whether to expand nested memberships or not.
-
id
public java.lang.String id()
- Returns:
- The access review schedule definition id.
-
inactiveDuration
public java.util.Optional<java.lang.String> inactiveDuration()
- Returns:
- 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
public java.util.Optional<java.lang.Boolean> includeAccessBelowResource()
- Returns:
- Flag to indicate whether to expand nested memberships or not.
-
includeInheritedAccess
public java.util.Optional<java.lang.Boolean> includeInheritedAccess()
- Returns:
- Flag to indicate whether to expand nested memberships or not.
-
instanceDurationInDays
public java.util.Optional<java.lang.Integer> instanceDurationInDays()
- Returns:
- The duration in days for an instance.
-
instances
public java.util.List<AccessReviewInstanceResponse> instances()
- Returns:
- This is the collection of instances returned when one does an expand on it.
-
interval
public java.util.Optional<java.lang.Integer> interval()
- Returns:
- The interval for recurrence. For a quarterly review, the interval is 3 for type : absoluteMonthly.
-
justificationRequiredOnApproval
public java.util.Optional<java.lang.Boolean> justificationRequiredOnApproval()
- Returns:
- Flag to indicate whether the reviewer is required to pass justification when recording a decision.
-
mailNotificationsEnabled
public java.util.Optional<java.lang.Boolean> mailNotificationsEnabled()
- Returns:
- Flag to indicate whether sending mails to reviewers and the review creator is enabled.
-
name
public java.lang.String name()
- Returns:
- The access review schedule definition unique id.
-
numberOfOccurrences
public java.util.Optional<java.lang.Integer> numberOfOccurrences()
- Returns:
- The number of times to repeat the access review. Required and must be positive if type is numbered.
-
principalId
public java.lang.String principalId()
- Returns:
- The identity id
-
principalName
public java.lang.String principalName()
- Returns:
- The identity display name
-
principalType
public java.lang.String principalType()
- Returns:
- The identity type user/servicePrincipal to review
-
recommendationLookBackDuration
public java.util.Optional<java.lang.String> recommendationLookBackDuration()
- Returns:
- 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
public java.util.Optional<java.lang.Boolean> recommendationsEnabled()
- Returns:
- Flag to indicate whether showing recommendations to reviewers is enabled.
-
reminderNotificationsEnabled
public java.util.Optional<java.lang.Boolean> reminderNotificationsEnabled()
- Returns:
- Flag to indicate whether sending reminder emails to reviewers are enabled.
-
resourceId
public java.lang.String resourceId()
- Returns:
- ResourceId in which this review is getting created
-
reviewers
public java.util.List<AccessReviewReviewerResponse> reviewers()
- Returns:
- This is the collection of reviewers.
-
reviewersType
public java.lang.String reviewersType()
- Returns:
- 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.
-
roleDefinitionId
public java.lang.String roleDefinitionId()
- Returns:
- This is used to indicate the role being reviewed
-
startDate
public java.util.Optional<java.lang.String> startDate()
- Returns:
- The DateTime when the review is scheduled to be start. This could be a date in the future. Required on create.
-
status
public java.lang.String status()
- Returns:
- This read-only field specifies the status of an accessReview.
-
type
public java.lang.String type()
- Returns:
- The resource type.
-
userPrincipalName
public java.lang.String userPrincipalName()
- Returns:
- The user principal name(if valid)
-
builder
public static GetScopeAccessReviewScheduleDefinitionByIdResult.Builder builder()
-
builder
public static GetScopeAccessReviewScheduleDefinitionByIdResult.Builder builder(GetScopeAccessReviewScheduleDefinitionByIdResult defaults)
-
-