SystemData interface 
Metadata pertaining to creation and last modification of the resource.
Properties
| created | The timestamp of resource creation (UTC). | 
| created | The identity that created the resource. | 
| created | The type of identity that created the resource. | 
| last | The timestamp of resource modification (UTC). | 
| last | The identity that last modified the resource. | 
| last | The type of identity that last modified the resource. | 
Property Details
		createdAt
	 
	The timestamp of resource creation (UTC).
createdAt?: DateProperty Value
Date
		createdBy
	 
	The identity that created the resource.
createdBy?: stringProperty Value
string
		createdByType
	 
	The type of identity that created the resource.
createdByType?: stringProperty Value
string
		lastModifiedAt
	  
	The timestamp of resource modification (UTC).
lastModifiedAt?: DateProperty Value
Date
		lastModifiedBy
	  
	The identity that last modified the resource.
lastModifiedBy?: stringProperty Value
string
		lastModifiedByType
	  
	The type of identity that last modified the resource.
lastModifiedByType?: stringProperty Value
string