RosSecretParameterProps
Properties for defining a RosSecretParameter
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-secretparameter
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new RosSecretParameterProps {
object SecretParameterName,
object Value,
object Constraints = null,
object Description = null,
object KeyId = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
SecretParameterName |
object |
No description. |
Value |
object |
No description. |
Constraints |
object |
No description. |
Description |
object |
No description. |
KeyId |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
SecretParameterName
Required
public object SecretParameterName { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object
Constraints
Optional
public object Constraints { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
KeyId
Optional
public object KeyId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]