Package version:

Interface AvailableProviderOperation

Class represents provider operation

Hierarchy

  • AvailableProviderOperation

Properties

Gets or sets Display information Contains the localized display information for this particular operation/action

name?: string

Gets or sets the name of the operation being performed on this particular object Return value format: "{resourceProviderNamespace}/{resourceType}/{read|write|deletion|action}" Eg: Microsoft.StorSimple/managers/devices/fileServers/read Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action

origin?: string

Gets or sets Origin 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>

Gets or sets Properties Reserved for future use

Generated using TypeDoc