Interface ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.411Z") @Stability(Stable) public interface ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builderstatic classApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Jsii$ProxyAn implementation forApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builderbuilder()StringgetPackageName()The package name of the application.StringgetSha1Fingerprint()The SHA1 fingerprint of the application.
-
-
-
Method Detail
-
getPackageName
@Stability(Stable) @NotNull String getPackageName()
The package name of the application.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#package_name ApikeysKey#package_name}
-
getSha1Fingerprint
@Stability(Stable) @NotNull String getSha1Fingerprint()
The SHA1 fingerprint of the application.For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#sha1_fingerprint ApikeysKey#sha1_fingerprint}
-
builder
@Stability(Stable) static ApikeysKeyRestrictionsAndroidKeyRestrictionsAllowedApplications.Builder builder()
-
-