Skip to content

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.

AssumeRolePolicyDocumentRequired

public object AssumeRolePolicyDocument { get; set; }
  • Type: object

RoleNameRequired

public object RoleName { get; set; }
  • Type: object

DeletionForceOptional

public object DeletionForce { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

IgnoreExistingOptional

public object IgnoreExisting { get; set; }
  • Type: object

MaxSessionDurationOptional

public object MaxSessionDuration { get; set; }
  • Type: object

PoliciesOptional

public object Policies { get; set; }
  • Type: object

PolicyAttachmentsOptional

public object PolicyAttachments { get; set; }
  • Type: object