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