Class BinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.binary_authorization_attestor.BinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$Proxy
-
- All Implemented Interfaces:
BinaryAuthorizationAttestorAttestationAuthorityNote,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BinaryAuthorizationAttestorAttestationAuthorityNote
@Stability(Stable) @Internal public static final class BinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BinaryAuthorizationAttestorAttestationAuthorityNote
An implementation forBinaryAuthorizationAttestorAttestationAuthorityNote
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.binary_authorization_attestor.BinaryAuthorizationAttestorAttestationAuthorityNote
BinaryAuthorizationAttestorAttestationAuthorityNote.Builder, BinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BinaryAuthorizationAttestorAttestationAuthorityNote.Builder builder)Constructor that initializes the object based on literal property values passed by theBinaryAuthorizationAttestorAttestationAuthorityNote.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetNoteReference()The resource name of a ATTESTATION_AUTHORITY Note, created by the user.ObjectgetPublicKeys()public_keys block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BinaryAuthorizationAttestorAttestationAuthorityNote.Builder builder)
Constructor that initializes the object based on literal property values passed by theBinaryAuthorizationAttestorAttestationAuthorityNote.Builder.
-
-
Method Detail
-
getNoteReference
public final String getNoteReference()
Description copied from interface:BinaryAuthorizationAttestorAttestationAuthorityNoteThe resource name of a ATTESTATION_AUTHORITY Note, created by the user.If the Note is in a different project from the Attestor, it should be specified in the format 'projects/* /notes/*' (or the legacy 'providers/* /notes/*'). This field may not be updated. An attestation by this attestor is stored as a Container Analysis ATTESTATION_AUTHORITY Occurrence that names a container image and that links to this Note. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#note_reference BinaryAuthorizationAttestor#note_reference} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
- Specified by:
getNoteReferencein interfaceBinaryAuthorizationAttestorAttestationAuthorityNote
-
getPublicKeys
public final Object getPublicKeys()
Description copied from interface:BinaryAuthorizationAttestorAttestationAuthorityNotepublic_keys block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_attestor#public_keys BinaryAuthorizationAttestor#public_keys}
- Specified by:
getPublicKeysin interfaceBinaryAuthorizationAttestorAttestationAuthorityNote
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-