pub async fn query_identity(
conn: &Connection,
endpoint: u16,
network_identity_index: Option<u16>,
network_identity_type: Option<IdentityType>,
identifier: Option<Vec<u8>>,
) -> Result<QueryIdentityResponse>Expand description
Invoke QueryIdentity command on cluster Network Identity Management.