Skip to content

RosPolicyProps

Properties for defining a RosPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-kms-policy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosPolicyProps {
    object PolicyName,
    object RefreshOptions = null
};

Properties

Name Type Description
PolicyName object No description.
RefreshOptions object No description.

PolicyNameRequired

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

RefreshOptionsOptional

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