RosPolicyAttachmentProps
Properties for defining a RosPolicyAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-policyattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosPolicyAttachmentProps {
object PolicyName,
object PolicyType,
object PrincipalName,
object PrincipalType,
object ResourceGroupId = null
};
Properties
| Name | Type | Description |
|---|---|---|
PolicyName |
object |
No description. |
PolicyType |
object |
No description. |
PrincipalName |
object |
No description. |
PrincipalType |
object |
No description. |
ResourceGroupId |
object |
No description. |
PolicyNameRequired
public object PolicyName { get; set; }
- Type: object
PolicyTypeRequired
public object PolicyType { get; set; }
- Type: object
PrincipalNameRequired
public object PrincipalName { get; set; }
- Type: object
PrincipalTypeRequired
public object PrincipalType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object