Share via


Attestation.Owner Property

Definition

Gets or sets the person responsible for setting the state of the resource. This value is typically an Azure Active Directory object ID.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to