ResourceItem interface
리소스에는 서비스 연결, 변수 그룹 및 보안 파일이 포함됩니다.
속성
created |
리소스를 만든 ID를 가져오거나 설정합니다. |
description | 리소스에 대한 설명을 가져오거나 설정합니다. |
icon |
리소스의 아이콘 URL을 가져오거나 설정합니다. |
id | 리소스의 ID를 가져오거나 설정합니다. |
is |
리소스가 오래되었는지 여부를 나타냅니다. |
is |
리소스가 다른 프로젝트와 공유되는지 여부를 나타냅니다. |
name | 리소스의 이름을 가져오거나 설정합니다. |
properties | 리소스의 내부 속성을 가져오거나 설정합니다. |
resource |
리소스 종류를 가져오거나 설정합니다. |
속성 세부 정보
createdBy
description
리소스에 대한 설명을 가져오거나 설정합니다.
description: string
속성 값
string
iconUrl
리소스의 아이콘 URL을 가져오거나 설정합니다.
iconUrl: string
속성 값
string
id
리소스의 ID를 가져오거나 설정합니다.
id: string
속성 값
string
isOutdated
리소스가 오래되었는지 여부를 나타냅니다.
isOutdated: boolean
속성 값
boolean
isShared
리소스가 다른 프로젝트와 공유되는지 여부를 나타냅니다.
isShared: boolean
속성 값
boolean
name
리소스의 이름을 가져오거나 설정합니다.
name: string
속성 값
string
properties
리소스의 내부 속성을 가져오거나 설정합니다.
properties: {[key: string]: string}
속성 값
{[key: string]: string}
resourceType
리소스 종류를 가져오거나 설정합니다.
resourceType: string
속성 값
string