Class IdentityInfoDetails
Domain details of the On-premise VP worker.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class IdentityInfoDetailsProperties
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