Skip to content

RosUserVpcAuthorizationProps

Properties for defining a RosUserVpcAuthorization.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-uservpcauthorization

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosUserVpcAuthorizationProps {
    object AuthorizedUserId,
    object AuthChannel = null,
    object AuthCode = null,
    object AuthType = null,
    object IgnoreDeletionForbidden = null
};

Properties

Name Type Description
AuthorizedUserId object No description.
AuthChannel object No description.
AuthCode object No description.
AuthType object No description.
IgnoreDeletionForbidden object No description.

AuthorizedUserIdRequired

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

AuthChannelOptional

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

AuthCodeOptional

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

AuthTypeOptional

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

IgnoreDeletionForbiddenOptional

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