SystemDataResponse

data class SystemDataResponse(val createdAt: String, val createdBy: String, val createdByType: String, val lastModifiedAt: String, val lastModifiedBy: String, val lastModifiedByType: String)

Top level metadata https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources

Constructors

Link copied to clipboard
constructor(createdAt: String, createdBy: String, createdByType: String, lastModifiedAt: String, lastModifiedBy: String, lastModifiedByType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of resource creation (UTC)

Link copied to clipboard

A string identifier for the identity that created the resource

Link copied to clipboard

The type of identity that created the resource: user, application, managedIdentity, key

Link copied to clipboard

The timestamp of resource last modification (UTC)

Link copied to clipboard

A string identifier for the identity that last modified the resource

Link copied to clipboard

The type of identity that last modified the resource: user, application, managedIdentity, key