Show / Hide Table of Contents

Class HmacKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HmacKeyArgs
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 HmacKeyArgs : ResourceArgs

Constructors

View Source

HmacKeyArgs()

Declaration
public HmacKeyArgs()

Properties

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

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