Class PrivateKey
The private key associated with the client certificate in PEM format.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class PrivateKeyProperties
Content
Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Content of the private key file. | 
Remarks
Required
FileName
Declaration
[Required(ErrorMessage = "FileName is required.")]
[JsonProperty(PropertyName = "fileName")]
public string FileName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the private key file. | 
Remarks
Required