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. |
AuthorizedUserId
Required
public object AuthorizedUserId { get; set; }
- Type: object
AuthChannel
Optional
public object AuthChannel { get; set; }
- Type: object
AuthCode
Optional
public object AuthCode { get; set; }
- Type: object
AuthType
Optional
public object AuthType { get; set; }
- Type: object
IgnoreDeletionForbidden
Optional
public object IgnoreDeletionForbidden { get; set; }
- Type: object