Operation interface

Operation entity.

Properties

display

Operation display values. NOTE: This property will not be serialized. It can only be populated by the server.

isDataAction

Indicates whether the operation is a data action

name

Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} NOTE: This property will not be serialized. It can only be populated by the server.

origin

Origin of the operation. Can be : user|system|user,system NOTE: This property will not be serialized. It can only be populated by the server.

properties

Operation properties. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

display

Operation display values. NOTE: This property will not be serialized. It can only be populated by the server.

display?: OperationDisplay

Property Value

isDataAction

Indicates whether the operation is a data action

isDataAction?: boolean

Property Value

boolean

name

Name of the operation. Format: {resourceProviderNamespace}/{resourceType}/{read|write|delete|action} NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

origin

Origin of the operation. Can be : user|system|user,system NOTE: This property will not be serialized. It can only be populated by the server.

origin?: string

Property Value

string

properties

Operation properties. NOTE: This property will not be serialized. It can only be populated by the server.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>