Class PasswordInText
Password.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class PasswordInText : PasswordProperties
Password
Declaration
[Required(ErrorMessage = "Password is required.")]
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Password. | 
Remarks
Required