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. |
AccessControlRules
Required
public object AccessControlRules { get; set; }
- Type: object
KmsInstanceId
Required
public object KmsInstanceId { get; set; }
- Type: object
Permissions
Required
public object Permissions { get; set; }
- Type: object
PolicyName
Required
public object PolicyName { get; set; }
- Type: object
Resources
Required
public object Resources { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object