Interface BinaryAuthorizationAttestorAttestationAuthorityNote
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.827Z") @Stability(Stable) public interface BinaryAuthorizationAttestorAttestationAuthorityNote extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryAuthorizationAttestorAttestationAuthorityNote.BuilderA builder forBinaryAuthorizationAttestorAttestationAuthorityNotestatic classBinaryAuthorizationAttestorAttestationAuthorityNote.Jsii$ProxyAn implementation forBinaryAuthorizationAttestorAttestationAuthorityNote
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BinaryAuthorizationAttestorAttestationAuthorityNote.Builderbuilder()StringgetNoteReference()The resource name of a ATTESTATION_AUTHORITY Note, created by the user.default ObjectgetPublicKeys()public_keys block.
-
-
-
Method Detail
-
getNoteReference
@Stability(Stable) @NotNull String getNoteReference()
The 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.
-
getPublicKeys
@Stability(Stable) @Nullable default Object getPublicKeys()
public_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}
-
builder
@Stability(Stable) static BinaryAuthorizationAttestorAttestationAuthorityNote.Builder builder()
-
-