RosVaultsProps
Properties for defining a RosVaults.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-hbr-vaults
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new RosVaultsProps {
object RefreshOptions = null,
object VaultId = null,
object VaultType = null
};
Properties
| Name | Type | Description |
|---|---|---|
RefreshOptions |
object |
No description. |
VaultId |
object |
No description. |
VaultType |
object |
No description. |
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
VaultIdOptional
public object VaultId { get; set; }
- Type: object
VaultTypeOptional
public object VaultType { get; set; }
- Type: object