AccessReviewScopeResponse

data class AccessReviewScopeResponse(val assignmentState: String, val excludeResourceId: String? = null, val excludeRoleDefinitionId: String? = null, val expandNestedMemberships: Boolean? = null, val inactiveDuration: String? = null, val includeAccessBelowResource: Boolean? = null, val includeInheritedAccess: Boolean? = null, val principalType: String, val resourceId: String, val roleDefinitionId: String)

Descriptor for what needs to be reviewed

Constructors

Link copied to clipboard
constructor(assignmentState: String, excludeResourceId: String? = null, excludeRoleDefinitionId: String? = null, expandNestedMemberships: Boolean? = null, inactiveDuration: String? = null, includeAccessBelowResource: Boolean? = null, includeInheritedAccess: Boolean? = null, principalType: String, resourceId: String, roleDefinitionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The role assignment state eligible/active to review

Link copied to clipboard

This is used to indicate the resource id(s) to exclude

Link copied to clipboard

This is used to indicate the role definition id(s) to exclude

Link copied to clipboard

Flag to indicate whether to expand nested memberships or not.

Link copied to clipboard

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))

Link copied to clipboard

Flag to indicate whether to expand nested memberships or not.

Link copied to clipboard

Flag to indicate whether to expand nested memberships or not.

Link copied to clipboard

The identity type user/servicePrincipal to review

Link copied to clipboard

ResourceId in which this review is getting created

Link copied to clipboard

This is used to indicate the role being reviewed