KeyPairProps
Properties for defining a KeyPair
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-keypair
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new KeyPairProps {
object KeyPairName,
object PublicKeyBody
};
Properties
Name | Type | Description |
---|---|---|
KeyPairName |
object |
Property keyPairName: The name of the key pair. |
PublicKeyBody |
object |
Property publicKeyBody: The public key content of the key pair. |
KeyPairName
Required
public object KeyPairName { get; set; }
- Type: object
Property keyPairName: The name of the key pair.
The name must be globally unique. The name must be 2 to 128 characters in length. The name must start with a letter but cannot start with http:// or https://. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-).
PublicKeyBody
Required
public object PublicKeyBody { get; set; }
- Type: object
Property publicKeyBody: The public key content of the key pair.