RosPolicyProps
Properties for defining a RosPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-policy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosPolicyProps {
object AccessControlRules,
object KmsInstanceId,
object Permissions,
object PolicyName,
object Resources,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccessControlRules |
object |
No description. |
KmsInstanceId |
object |
No description. |
Permissions |
object |
No description. |
PolicyName |
object |
No description. |
Resources |
object |
No description. |
Description |
object |
No description. |
AccessControlRulesRequired
public object AccessControlRules { get; set; }
- Type: object
KmsInstanceIdRequired
public object KmsInstanceId { get; set; }
- Type: object
PermissionsRequired
public object Permissions { get; set; }
- Type: object
PolicyNameRequired
public object PolicyName { get; set; }
- Type: object
ResourcesRequired
public object Resources { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object