UserInfoProps
Properties for defining a UserInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-userinfo
Initializer
import { UserInfoProps } from '@alicloud/ros-cdk-cr'
const userInfoProps: UserInfoProps = { ... }
Properties
Name | Type | Description |
---|---|---|
user |
@alicloud/ros-cdk-core.IResolvable | UserProperty |
Property user: User info. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The ID of enterprise edition ACR instance. |
user
Required
public readonly user: IResolvable | UserProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | UserProperty
Property user: User info.
If user exists, will update user info.
instanceId
Optional
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of enterprise edition ACR instance.