Skip to content

RosAccountsProps

Properties for defining a RosAccounts.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-redis-accounts

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosAccountsProps {
    object InstanceId,
    object AccountName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
InstanceId object No description.
AccountName object No description.
RefreshOptions object No description.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

AccountNameOptional

public object AccountName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object