Struct ldap3::exop::WhoAmIResp [] [src]

pub struct WhoAmIResp {
    pub authzid: String,
}

Who Am I response.

Fields

Authorization Id, the identity which LDAP uses for access control on this connection.