Share via


AllowedHostPathV1Beta1.ReadOnly Property

Definition

Gets or sets a value indicating whether the host path is read-only. When set to true, the associated path can only be accessed in read-only mode.

[YamlDotNet.Serialization.YamlMember(Alias="readOnly")]
public bool? ReadOnly { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="readOnly")>]
member this.ReadOnly : Nullable<bool> with get, set
Public Property ReadOnly As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to