Skip to content

RosResourceShareProps

Properties for defining a RosResourceShare.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourceshare

Initializer

using AlibabaCloud.SDK.ROS.CDK.Resourcemanager;
new RosResourceShareProps {
    object ResourceShareName,
    object AllowExternalTargets = null,
    object PermissionNames = null,
    object Resources = null,
    object Targets = null
};

Properties

Name Type Description
ResourceShareName object No description.
AllowExternalTargets object No description.
PermissionNames object No description.
Resources object No description.
Targets object No description.

ResourceShareNameRequired

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

AllowExternalTargetsOptional

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

PermissionNamesOptional

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

ResourcesOptional

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

TargetsOptional

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