AddAttributeResponsePayload

Type Alias AddAttributeResponsePayload 

Source
pub type AddAttributeResponsePayload = AttributeEditResponsePayload;
Expand description

See KMIP 1.0 section 4.13 Add Attribute.

Aliased Type§

pub struct AddAttributeResponsePayload {
    pub unique_identifier: UniqueIdentifier,
    pub attribute: Attribute,
}

Fields§

§unique_identifier: UniqueIdentifier§attribute: Attribute