RosKeyPairProps
Properties for defining a RosKeyPair
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-keypair
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosKeyPairProps {
object KeyPairName,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
KeyPairName |
object |
No description. |
RefreshOptions |
object |
No description. |
KeyPairName
Required
public object KeyPairName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object