RosManagedPolicyProps
Properties for defining a RosManagedPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-managedpolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosManagedPolicyProps {
object PolicyName,
object Description = null,
object Groups = null,
object IgnoreExisting = null,
object PolicyDocument = null,
object PolicyDocumentUnchecked = null,
object Roles = null,
object Users = null
};
Properties
| Name | Type | Description |
|---|---|---|
PolicyName |
object |
No description. |
Description |
object |
No description. |
Groups |
object |
No description. |
IgnoreExisting |
object |
No description. |
PolicyDocument |
object |
No description. |
PolicyDocumentUnchecked |
object |
No description. |
Roles |
object |
No description. |
Users |
object |
No description. |
PolicyNameRequired
public object PolicyName { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
GroupsOptional
public object Groups { get; set; }
- Type: object
IgnoreExistingOptional
public object IgnoreExisting { get; set; }
- Type: object
PolicyDocumentOptional
public object PolicyDocument { get; set; }
- Type: object
PolicyDocumentUncheckedOptional
public object PolicyDocumentUnchecked { get; set; }
- Type: object
RolesOptional
public object Roles { get; set; }
- Type: object
UsersOptional
public object Users { get; set; }
- Type: object