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 SourceAliasName
The unique identifier of the alias.
Declaration
public readonly string AliasName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the alias. The value is same as KMS alias_name.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyId
ID of the key.
Declaration
public readonly string KeyId
Field Value
| Type | Description |
|---|---|
| System.String |