PermissionsFixState type

Enum of the permission fix state.
KnownPermissionsFixState can be used interchangeably with PermissionsFixState, this enum contains the known values that the service supports.

Known values supported by the service

NotStarted: The permission fix has not started.
InProgress: The permission fix is in progress.
Succeeded: All role assignments succeeded.
Failed: All role assignments failed.
PartiallySucceeded: Some role assignments succeeded and some failed.
WhatIfCompleted: What-if analysis completed (no changes made).

type PermissionsFixState = string