Operation interface

Operation represents an RP operation.

Properties

display

The object that describes the operation.

name

Operation name: {provider}/{resource}/{operation}.

origin

Sources of requests to this operation. Comma separated list with valid values user or system, e.g. "user,system".

Property Details

display

The object that describes the operation.

display?: Display

Property Value

name

Operation name: {provider}/{resource}/{operation}.

name?: string

Property Value

string

origin

Sources of requests to this operation. Comma separated list with valid values user or system, e.g. "user,system".

origin?: string

Property Value

string