Class HmacKeyState
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 HmacKeyState : ResourceArgs
Constructors
View SourceHmacKeyState()
Declaration
public HmacKeyState()
Properties
View SourceAccessId
The access ID of the HMAC Key.
Declaration
public Input<string> AccessId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
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> |
Secret
HMAC secret key material.
Declaration
public Input<string> Secret { 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> |
TimeCreated
'The creation time of the HMAC key in RFC 3339 format. '
Declaration
public Input<string> TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Updated
'The last modification time of the HMAC key metadata in RFC 3339 format.'
Declaration
public Input<string> Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |