RosRoleProps
Properties for defining a RosRole
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-role
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosRoleProps {
object AssumeRolePolicyDocument,
object RoleName,
object DeletionForce = null,
object Description = null,
object IgnoreExisting = null,
object MaxSessionDuration = null,
object Policies = null,
object PolicyAttachments = null
};
Properties
Name | Type | Description |
---|---|---|
AssumeRolePolicyDocument |
object |
No description. |
RoleName |
object |
No description. |
DeletionForce |
object |
No description. |
Description |
object |
No description. |
IgnoreExisting |
object |
No description. |
MaxSessionDuration |
object |
No description. |
Policies |
object |
No description. |
PolicyAttachments |
object |
No description. |
AssumeRolePolicyDocument
Required
public object AssumeRolePolicyDocument { get; set; }
- Type: object
RoleName
Required
public object RoleName { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
IgnoreExisting
Optional
public object IgnoreExisting { get; set; }
- Type: object
MaxSessionDuration
Optional
public object MaxSessionDuration { get; set; }
- Type: object
Policies
Optional
public object Policies { get; set; }
- Type: object
PolicyAttachments
Optional
public object PolicyAttachments { get; set; }
- Type: object