Show / Hide Table of Contents

Class ValidateOperatorAssignmentDetails

Details of the ValidateOperatorAssignment.

Inheritance
object
ValidateOperatorAssignmentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OperatoraccesscontrolService.Models
Assembly: OCI.DotNetSDK.Operatoraccesscontrol.dll
Syntax
public class ValidateOperatorAssignmentDetails

Properties

ActionName

Declaration
[JsonProperty(PropertyName = "actionName")]
public string ActionName { get; set; }
Property Value
Type Description
string

Specifies the name of the operator action name for creating accessRequest.

In this article
Back to top