Access Review Scope Response
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
fun AccessReviewScopeResponse(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)