Show / Hide Table of Contents

Enum OperatorActionCategories

Operator action categories

  • "Service Diagnostics: Allows non-privileged read-only access to the layer of the system. No privileged commands are available under this operator action."
  • "Service Management: Allows non-root services to be restarted and maintained."
  • "System Management: Allows root services pertinent to the layer to be restarted, all processes to be restarted."
  • "Full Administration: Allows full root access without any constraints."
  • "Cell Management: Only applicable to cell server layer of Exadata. Allows cell management actions."
Namespace: Oci.OperatoraccesscontrolService.Models
Assembly: OCI.DotNetSDK.Operatoraccesscontrol.dll
Syntax
public enum OperatorActionCategories

Fields

Name Description
Cellmanagement
Fulladministration
Servicediagnostics
Servicemanagement
Systemmanagement
In this article
Back to top