Class CryptoKeyVersionTemplateArgs
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.Gcp.Kms.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class CryptoKeyVersionTemplateArgs : ResourceArgs
Constructors
View SourceCryptoKeyVersionTemplateArgs()
Declaration
public CryptoKeyVersionTemplateArgs()
Properties
View SourceAlgorithm
The algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.
Declaration
public Input<string> Algorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProtectionLevel
The protection level to use when creating a version based on this template.
Declaration
public Input<string> ProtectionLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |