PermissionsFixProperties interface
Model that represents the properties of the permission fix operation.
Properties
| completed |
The permission fix UTC end time. |
| role |
The list of role assignment results. |
| started |
The permission fix UTC start time. |
| state | The permission fix state. |
| summary | Summary of the permission fix operation. |
| what |
Whether this was a what-if (dry run) operation. |
Property Details
completedAt
The permission fix UTC end time.
completedAt?: Date
Property Value
Date
roleAssignments
The list of role assignment results.
roleAssignments: RoleAssignmentResult[]
Property Value
startedAt
The permission fix UTC start time.
startedAt: Date
Property Value
Date
state
The permission fix state.
state: string
Property Value
string
summary
Summary of the permission fix operation.
summary: PermissionsFixSummary
Property Value
whatIfMode
Whether this was a what-if (dry run) operation.
whatIfMode: boolean
Property Value
boolean