WorkflowModelSystemData interface   
为 Azure 资源定义所需的系统数据。
继承属性
| created | 
	获取或设置资源创建 (UTC) 的时间戳。  | 
| created | 
	获取或设置创建资源的标识。  | 
| created | 
	获取或设置创建资源的标识的类型:用户、应用程序、managedIdentity。  | 
| last | 
	获取或设置资源上次修改的时间戳(UTC)。  | 
| last | 
	获取或设置上次修改资源的标识。  | 
| last | 
	获取或设置上次修改资源的标识类型:用户、应用程序、managedIdentity。  | 
继承属性详细信息
		createdAt
	 
	
		createdBy
	 
	
		createdByType
	 
	获取或设置创建资源的标识的类型:用户、应用程序、managedIdentity。
createdByType?: string
				属性值
string
		lastModifiedAt
	  
	
		lastModifiedBy
	  
	
		lastModifiedByType
	  
	获取或设置上次修改资源的标识类型:用户、应用程序、managedIdentity。
lastModifiedByType?: string
				属性值
string