Class NoteAttestationAuthorityArgs
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.ContainerAnalysis.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NoteAttestationAuthorityArgs : ResourceArgs
Constructors
View SourceNoteAttestationAuthorityArgs()
Declaration
public NoteAttestationAuthorityArgs()
Properties
View SourceHint
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> |