Share via


ExportPolicyRule.ChownMode Property

Definition

Gets or sets this parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. Possible values include: 'Restricted', 'Unrestricted'

[Newtonsoft.Json.JsonProperty(PropertyName="chownMode")]
public string ChownMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="chownMode")>]
member this.ChownMode : string with get, set
Public Property ChownMode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to