Skip to content

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.

SecretParameterNameRequired

public object SecretParameterName { get; set; }
  • Type: object

ValueRequired

public object Value { get; set; }
  • Type: object

ConstraintsOptional

public object Constraints { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

KeyIdOptional

public object KeyId { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }