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. |
VaultId
Required
public object VaultId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object