ProtectedItemModelSystemData interface
Azure 리소스에 대해 정의해야 하는 시스템 데이터입니다.
- Extends
상속된 속성
| created |
UTC(리소스 만들기)의 타임스탬프를 가져오거나 설정합니다. |
| created |
리소스를 만든 ID를 가져오거나 설정합니다. |
| created |
리소스를 만든 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다. |
| last |
리소스 마지막 수정(UTC)의 타임스탬프를 가져오거나 설정합니다. |
| last |
리소스를 마지막으로 수정한 ID를 가져오거나 설정합니다. |
| last |
리소스를 마지막으로 수정한 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다. |
상속된 속성 세부 정보
createdAt
createdBy
createdByType
리소스를 만든 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.
createdByType?: string
속성 값
string
다음에서 상속됨SystemDataModel.createdByType
lastModifiedAt
리소스 마지막 수정(UTC)의 타임스탬프를 가져오거나 설정합니다.
lastModifiedAt?: Date
속성 값
Date
lastModifiedBy
리소스를 마지막으로 수정한 ID를 가져오거나 설정합니다.
lastModifiedBy?: string
속성 값
string
다음에서 상속됨SystemDataModel.lastModifiedBy
lastModifiedByType
리소스를 마지막으로 수정한 ID 유형(사용자, 애플리케이션, managedIdentity)을 가져오거나 설정합니다.
lastModifiedByType?: string
속성 값
string