// Copyright 2019 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! # PsaGenerateKey operation
//!
//! Generate a key or a key pair.
use Attributes;
/// Native object for creating a cryptographic key.
/// Native object for the result of creating a cryptographic key.
///
/// The true result is returned in the `status` field of the response.
;