RosSecretParametersProps
Properties for defining a RosSecretParameters
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-secretparameters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosSecretParametersProps {
object RefreshOptions = null,
object ResourceGroupId = null,
object SecretParameterName = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecretParameterName |
object |
No description. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecretParameterName
Optional
public object SecretParameterName { get; set; }
- Type: object