LdapsSettings interface
安全LDAP設定
屬性
certificate |
設定 ldaps 憑證的 NotAfter DateTime。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
certificate |
設定 ldaps 憑證的指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
external |
用來判斷是否啟用或停用因特網上安全LDAP存取的旗標。 |
ldaps | 用來判斷安全 LDAP 是否已啟用或停用的旗標。 |
pfx |
設定安全 LDAP 所需的憑證。 這裡傳遞的參數應該是憑證 pfx 檔案的base64encoded表示法。 |
pfx |
解密所提供安全 LDAP 憑證 pfx 檔案的密碼。 |
public |
用來設定安全 ldap 的公用憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
certificateNotAfter
設定 ldaps 憑證的 NotAfter DateTime。 注意:這個屬性不會串行化。 它只能由伺服器填入。
certificateNotAfter?: Date
屬性值
Date
certificateThumbprint
設定 ldaps 憑證的指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。
certificateThumbprint?: string
屬性值
string
externalAccess
用來判斷是否啟用或停用因特網上安全LDAP存取的旗標。
externalAccess?: string
屬性值
string
ldaps
用來判斷安全 LDAP 是否已啟用或停用的旗標。
ldaps?: string
屬性值
string
pfxCertificate
設定安全 LDAP 所需的憑證。 這裡傳遞的參數應該是憑證 pfx 檔案的base64encoded表示法。
pfxCertificate?: string
屬性值
string
pfxCertificatePassword
解密所提供安全 LDAP 憑證 pfx 檔案的密碼。
pfxCertificatePassword?: string
屬性值
string
publicCertificate
用來設定安全 ldap 的公用憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。
publicCertificate?: string
屬性值
string