Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AvailableProviderOperation

Package version

interface

An interface representing AvailableProviderOperation. Represents available provider operation.

Hierarchy

  • AvailableProviderOperation

Index

Properties

Optional display

member

{AvailableProviderOperationDisplay} [display] Contains the localized display information for this particular operation/action.

Optional name

name: undefined | string
member

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

Optional origin

origin: undefined | string
member

{string} [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] Reserved for future use.

Generated using TypeDoc