Package version:

Interface AvailableProviderOperation

Represents available provider operation.

Hierarchy

  • AvailableProviderOperation

Properties

Contains the localized display information for this particular operation/action.

name?: string

The name of the operation being performed on a particular object. Name format: "{resourceProviderNamespace}/{resourceType}/{read|write|delete|action}". Eg. Microsoft.StorSimple/managers/devices/volumeContainers/read, Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action

origin?: string

The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is "user,system"

properties?: Record<string, unknown>

Reserved for future use.

Generated using TypeDoc