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 display name of the key.
KeyId object Property keyId: Globally unique identifier of the CMK.

AliasNameRequired

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

Property aliasName: - The display name of the key.

You can use the alias to call APIs such as Encrypt, GenerateDataKey, and DescribeKey. - Not including the prefix, the minimum length of an alias is 1 and the maximum length is 255. - The prefix alias/ must be included.


KeyIdRequired

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

Property keyId: Globally unique identifier of the CMK.