Skip to content

AliasProps

Properties for defining a Alias.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-alias

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new AliasProps {
    object AliasName,
    object KeyId
};

Properties

Name Type Description
AliasName object Property aliasName: The alias of the CMK.
KeyId object Property keyId: Globally unique identifier of the CMK.

AliasNameRequired

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

Property aliasName: The alias of the CMK.

The alias must be 1 to 255 characters in length and must contain the prefix alias\/. The alias cannot be prefixed with the reserved word alias\/acs.


KeyIdRequired

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

Property keyId: Globally unique identifier of the CMK.