Show / Hide Table of Contents

Class RestrictedOperation

Summary of a restricted operation for a Digital Assistant instance.

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

Properties

OperationName

Declaration
[Required(ErrorMessage = "OperationName is required.")]
[JsonProperty(PropertyName = "operationName")]
public string OperationName { get; set; }
Property Value
Type Description
string

Name of the restricted operation.

Remarks

Required

RestrictingService

Declaration
[Required(ErrorMessage = "RestrictingService is required.")]
[JsonProperty(PropertyName = "restrictingService")]
public string RestrictingService { get; set; }
Property Value
Type Description
string

Name of the service restricting the operation.

Remarks

Required

In this article
Back to top