ResourceItem interface
資源包括服務連線、變數群組和安全檔案。
屬性
| created |
取得或設定建立資源的身分識別。 |
| description | 取得或設定資源的描述。 |
| icon |
取得或設定資源的圖示 URL。 |
| id | 取得或設定資源的識別碼。 |
| is |
指出資源是否過期。 |
| is |
指出資源是否與其他專案共用。 |
| name | 取得或設定資源的名稱。 |
| properties | 取得或設定資源的內部屬性。 |
| resource |
取得或設定資源類型。 |
屬性詳細資料
createdBy
description
取得或設定資源的描述。
description: string
屬性值
string
iconUrl
取得或設定資源的圖示 URL。
iconUrl: string
屬性值
string
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