Show / Hide Table of Contents

Class IdentityInfoDetails

Domain details of the On-premise VP worker.

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

Properties

ApmShortId

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

Domain short id of the On-premise VP worker.

Remarks

Required

CollectorEndPoint

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

Collector endpoint of the On-premise VP worker.

Remarks

Required

RegionName

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

Domain region of the On-premise VP worker.

Remarks

Required

In this article
Back to top