Share via


SystemData.LastModifiedByType Property

Definition

Gets or sets the type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'

[Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedByType")]
public Microsoft.Azure.Management.Media.Models.CreatedByType? LastModifiedByType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedByType")>]
member this.LastModifiedByType : Nullable<Microsoft.Azure.Management.Media.Models.CreatedByType> with get, set
Public Property LastModifiedByType As Nullable(Of CreatedByType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to