RosUserVpcAuthorizationProps
Properties for defining a RosUserVpcAuthorization.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-uservpcauthorization
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz"
&alicloudroscdkpvtz.RosUserVpcAuthorizationProps {
AuthorizedUserId: interface{},
AuthChannel: interface{},
AuthCode: interface{},
AuthType: interface{},
IgnoreDeletionForbidden: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AuthorizedUserId |
interface{} |
No description. |
AuthChannel |
interface{} |
No description. |
AuthCode |
interface{} |
No description. |
AuthType |
interface{} |
No description. |
IgnoreDeletionForbidden |
interface{} |
No description. |
AuthorizedUserIdRequired
AuthorizedUserId interface{}
- Type: interface{}
AuthChannelOptional
AuthChannel interface{}
- Type: interface{}
AuthCodeOptional
AuthCode interface{}
- Type: interface{}
AuthTypeOptional
AuthType interface{}
- Type: interface{}
IgnoreDeletionForbiddenOptional
IgnoreDeletionForbidden interface{}
- Type: interface{}