Show / Hide Table of Contents

Class PasswordVariable

Password variable.

Inheritance
object
BaseVariable
PasswordVariable
Inherited Members
BaseVariable.Title
BaseVariable.Description
BaseVariable.IsRequired
BaseVariable.Visible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PasswordVariable : BaseVariable

Properties

Confirmation

Declaration
[JsonProperty(PropertyName = "confirmation")]
public string Confirmation { get; set; }
Property Value
Type Description
string

Confirmation string for password validation.

DefaultValue

Declaration
[JsonProperty(PropertyName = "defaultValue")]
public string DefaultValue { get; set; }
Property Value
Type Description
string

he default value to populate for the password variable.

In this article
Back to top