ServicePrincipalPatchDefinition interface
使用服務主體進行驗證的參數。
屬性
client |
用來驗證服務主體的 Base64 編碼憑證 |
client |
用來驗證服務主體之憑證的密碼 |
client |
指定取得權杖時是否要在用戶端宣告中包含 x5c 標頭,以啟用用戶端憑證的主體名稱/簽發者驗證 |
client |
用來驗證服務主體的用戶端識別碼。 |
client |
用來驗證服務主體的用戶端密碼 |
tenant |
用於驗證服務主體的租使用者識別碼 |
屬性詳細資料
clientCertificate
用來驗證服務主體的 Base64 編碼憑證
clientCertificate?: string
屬性值
string
clientCertificatePassword
用來驗證服務主體之憑證的密碼
clientCertificatePassword?: string
屬性值
string
clientCertificateSendChain
指定取得權杖時是否要在用戶端宣告中包含 x5c 標頭,以啟用用戶端憑證的主體名稱/簽發者驗證
clientCertificateSendChain?: boolean
屬性值
boolean
clientId
用來驗證服務主體的用戶端識別碼。
clientId?: string
屬性值
string
clientSecret
用來驗證服務主體的用戶端密碼
clientSecret?: string
屬性值
string
tenantId
用於驗證服務主體的租使用者識別碼
tenantId?: string
屬性值
string