Skip to content

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.

KeyPairNameRequired

public object KeyPairName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object