Skip to content

PermissionsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new PermissionsProperty {
    object ClusterId,
    object RoleName,
    object RoleType,
    object IsCustom = null,
    object IsRamRole = null,
    object Namespace = null
};

Properties

Name Type Description
ClusterId object No description.
RoleName object No description.
RoleType object No description.
IsCustom object No description.
IsRamRole object No description.
Namespace object No description.

ClusterIdRequired

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

RoleNameRequired

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

RoleTypeRequired

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

IsCustomOptional

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

IsRamRoleOptional

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

NamespaceOptional

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