UsersProps
Properties for defining a Users
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-users
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new UsersProps {
object GroupName = null,
object RefreshOptions = null,
object UserName = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
Property groupName: The name of group to which users belongs. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
UserName |
object |
Property userName: Filter the results by a specific user name. |
GroupName
Optional
public object GroupName { get; set; }
- Type: object
Property groupName: The name of group to which users belongs.
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.
UserName
Optional
public object UserName { get; set; }
- Type: object
Property userName: Filter the results by a specific user name.
Supports using * and ? to fuzzy match.