Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvailableProviderOperation

Package version

interface

An interface representing AvailableProviderOperation. Class represents provider operation

Hierarchy

  • AvailableProviderOperation

Index

Properties

Optional display

member

{AvailableProviderOperationDisplay} [display] Gets or sets Display information Contains the localized display information for this particular operation/action

Optional name

name: undefined | string
member

{string} [name] 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

Optional origin

origin: undefined | string
member

{string} [origin] 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”

Optional properties

properties: any
member

{any} [properties] Gets or sets Properties Reserved for future use

Generated using TypeDoc