pub type RevokeResponsePayload = UniqueIdentifierResponsePayload;Expand description
See KMIP 1.0 section 4.19 Revoke.
Aliased Type§
pub struct RevokeResponsePayload {
pub unique_identifier: UniqueIdentifier,
}Fields§
§unique_identifier: UniqueIdentifier