Show / Hide Table of Contents

Class GetAliasesAliasResult

Inheritance
System.Object
GetAliasesAliasResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Kms.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAliasesAliasResult

Fields

View Source

AliasName

The unique identifier of the alias.

Declaration
public readonly string AliasName
Field Value
Type Description
System.String
View Source

Id

ID of the alias. The value is same as KMS alias_name.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KeyId

ID of the key.

Declaration
public readonly string KeyId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.