AccessInformationSecretsContract interface
API 管理服務的租使用者存取訊號合約。
屬性
enabled | 判斷是否啟用直接存取。 |
id | Access Information type ('access' 或 'gitAccess') |
primary |
主要存取金鑰。 此屬性不會填入 'GET' 作業! 使用 '/listSecrets' POST 要求來取得值。 |
principal |
主體 (使用者) 識別碼。 |
secondary |
次要存取金鑰。 此屬性不會填入 'GET' 作業! 使用 '/listSecrets' POST 要求來取得值。 |
屬性詳細資料
enabled
判斷是否啟用直接存取。
enabled?: boolean
屬性值
boolean
id
Access Information type ('access' 或 'gitAccess')
id?: string
屬性值
string
primaryKey
主要存取金鑰。 此屬性不會填入 'GET' 作業! 使用 '/listSecrets' POST 要求來取得值。
primaryKey?: string
屬性值
string
principalId
主體 (使用者) 識別碼。
principalId?: string
屬性值
string
secondaryKey
次要存取金鑰。 此屬性不會填入 'GET' 作業! 使用 '/listSecrets' POST 要求來取得值。
secondaryKey?: string
屬性值
string