Show / Hide Table of Contents

Class EntitlementTarget

An entitlement target, describing which deployment the entitlement should be applied to.

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

Properties

DeploymentId

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

The OCID of a deployment resource.

Remarks

Required

In this article
Back to top