PermissionsFixProperties interface

Model that represents the properties of the permission fix operation.

Properties

completedAt

The permission fix UTC end time.

roleAssignments

The list of role assignment results.

startedAt

The permission fix UTC start time.

state

The permission fix state.

summary

Summary of the permission fix operation.

whatIfMode

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