Class HmacKeyArgs
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.Storage
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class HmacKeyArgs : ResourceArgs
Constructors
View SourceHmacKeyArgs()
Declaration
public HmacKeyArgs()
Properties
View SourceProject
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccountEmail
The email address of the key's associated service account.
Declaration
public Input<string> ServiceAccountEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
The state of the key. Can be set to one of ACTIVE, INACTIVE.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |