SecretParameterProps
Properties for defining a SecretParameter.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-oos-secretparameter
Initializer
using AlibabaCloud.SDK.ROS.CDK.Oos;
new SecretParameterProps {
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 | Property secretParameterName: The name of the encryption parameter. |
Value | object | Property value: The value of the encryption parameter. |
Constraints | object | Property constraints: The constraints of the encryption parameter. |
Description | object | Property description: The description of the encryption parameter. |
KeyId | object | Property keyId: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter. |
ResourceGroupId | object | Property resourceGroupId: The ID of resource group. |
Tags | TagsProperty[] | Property tags: Tags of encryption parameter. |
SecretParameterNameRequired
public object SecretParameterName { get; set; }
- Type: object
Property secretParameterName: The name of the encryption parameter.
The name must be 1 to 180 characters in length, and can contain letters, digits, hyphens (-), and underscores (_). It cannot start with ALIYUN, ALIBABA, ALICLOUD, ACS or OOS.
ValueRequired
public object Value { get; set; }
- Type: object
Property value: The value of the encryption parameter.
The value must be 1 to 4096 characters in length.
ConstraintsOptional
public object Constraints { get; set; }
- Type: object
Property constraints: The constraints of the encryption parameter.
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the encryption parameter.
The description must be 1 to 200 characters in length.
KeyIdOptional
public object KeyId { get; set; }
- Type: object
Property keyId: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of resource group.
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags of encryption parameter.