ApplicationInsightsComponentAPIKey interface
定義 Application Insights 元件 API 金鑰的屬性。
屬性
| api |
API 金鑰值。 只有在建立 API 金鑰時,才會傳回一次。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| created |
此 API 金鑰的建立日期。 |
| id | Application Insights 元件內 API 金鑰的唯一標識碼。 建立 API 金鑰時,它會自動產生。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| linked |
此 API 金鑰的讀取存取權限。 |
| linked |
此 API 金鑰的寫入存取權限。 |
| name | API 金鑰的名稱。 |
屬性詳細資料
apiKey
API 金鑰值。 只有在建立 API 金鑰時,才會傳回一次。 注意:這個屬性不會串行化。 它只能由伺服器填入。
apiKey?: string
屬性值
string
createdDate
此 API 金鑰的建立日期。
createdDate?: string
屬性值
string
id
Application Insights 元件內 API 金鑰的唯一標識碼。 建立 API 金鑰時,它會自動產生。 注意:這個屬性不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
linkedReadProperties
此 API 金鑰的讀取存取權限。
linkedReadProperties?: string[]
屬性值
string[]
linkedWriteProperties
此 API 金鑰的寫入存取權限。
linkedWriteProperties?: string[]
屬性值
string[]
name
API 金鑰的名稱。
name?: string
屬性值
string