Show / Hide Table of Contents

Class HmacKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
HmacKeyState
Inherited Members
ResourceArgs.Empty
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 Source

HmacKeyState()

Declaration
public HmacKeyState()

Properties

View Source

AccessId

The access ID of the HMAC Key.

Declaration
public Input<string> AccessId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Secret

HMAC secret key material.

Declaration
public Input<string> Secret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.