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. |
PolicyName
Required
public object PolicyName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object