pub async fn read(
client: &impl Client,
mount: &str,
role_name: &str,
secret_id: &str,
) -> Result<ReadSecretIDResponse, ClientError>
Expand description
Reads an AppleRole secret ID.
pub async fn read(
client: &impl Client,
mount: &str,
role_name: &str,
secret_id: &str,
) -> Result<ReadSecretIDResponse, ClientError>
Reads an AppleRole secret ID.