Show / Hide Table of Contents

Class NoteAttestationAuthorityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NoteAttestationAuthorityArgs
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.ContainerAnalysis.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NoteAttestationAuthorityArgs : ResourceArgs

Constructors

View Source

NoteAttestationAuthorityArgs()

Declaration
public NoteAttestationAuthorityArgs()

Properties

View Source

Hint

This submessage provides human-readable hints about the purpose of the AttestationAuthority. Because the name of a Note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should NOT be used to look up AttestationAuthorities in security sensitive contexts, such as when looking up Attestations to verify. Structure is documented below.

Declaration
public Input<NoteAttestationAuthorityHintArgs> Hint { get; set; }
Property Value
Type Description
Input<NoteAttestationAuthorityHintArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.