UserProps
Properties for defining a User
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-user
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new UserProps {
object RefreshOptions = null,
object UserId = null,
object UserName = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
UserId |
object |
Property userId: RAM user ID. |
UserName |
object |
Property userName: RAM user name. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
UserId
Optional
public object UserId { get; set; }
- Type: object
Property userId: RAM user ID.
At most one UserName and UserId can be specified; if both are specified, UserName will be used. If neither is specified, the current user ID will be used.
UserName
Optional
public object UserName { get; set; }
- Type: object
Property userName: RAM user name.
At most one UserName and UserId can be specified; if both are specified, UserName will be used. If neither is specified, the current user ID will be used.