Class PrivatecaCertificateConfigSubjectConfigSubject.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_certificate.PrivatecaCertificateConfigSubjectConfigSubject.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCertificateConfigSubjectConfigSubject,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCertificateConfigSubjectConfigSubject
@Stability(Stable) @Internal public static final class PrivatecaCertificateConfigSubjectConfigSubject.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCertificateConfigSubjectConfigSubject
An implementation forPrivatecaCertificateConfigSubjectConfigSubject
-
-
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.privateca_certificate.PrivatecaCertificateConfigSubjectConfigSubject
PrivatecaCertificateConfigSubjectConfigSubject.Builder, PrivatecaCertificateConfigSubjectConfigSubject.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCertificateConfigSubjectConfigSubject.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateConfigSubjectConfigSubject.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)StringgetCommonName()The common name of the distinguished name.StringgetCountryCode()The country code of the subject.StringgetLocality()The locality or city of the subject.StringgetOrganization()The organization of the subject.StringgetOrganizationalUnit()The organizational unit of the subject.StringgetPostalCode()The postal code of the subject.StringgetProvince()The province, territory, or regional state of the subject.StringgetStreetAddress()The street address of the subject.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(PrivatecaCertificateConfigSubjectConfigSubject.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCertificateConfigSubjectConfigSubject.Builder.
-
-
Method Detail
-
getCommonName
public final String getCommonName()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe common name of the distinguished name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#common_name PrivatecaCertificate#common_name}
- Specified by:
getCommonNamein interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getOrganization
public final String getOrganization()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe organization of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#organization PrivatecaCertificate#organization}
- Specified by:
getOrganizationin interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getCountryCode
public final String getCountryCode()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe country code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#country_code PrivatecaCertificate#country_code}
- Specified by:
getCountryCodein interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getLocality
public final String getLocality()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe locality or city of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#locality PrivatecaCertificate#locality}
- Specified by:
getLocalityin interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getOrganizationalUnit
public final String getOrganizationalUnit()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe organizational unit of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#organizational_unit PrivatecaCertificate#organizational_unit}
- Specified by:
getOrganizationalUnitin interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getPostalCode
public final String getPostalCode()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe postal code of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#postal_code PrivatecaCertificate#postal_code}
- Specified by:
getPostalCodein interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getProvince
public final String getProvince()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe province, territory, or regional state of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#province PrivatecaCertificate#province}
- Specified by:
getProvincein interfacePrivatecaCertificateConfigSubjectConfigSubject
-
getStreetAddress
public final String getStreetAddress()
Description copied from interface:PrivatecaCertificateConfigSubjectConfigSubjectThe street address of the subject.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#street_address PrivatecaCertificate#street_address}
- Specified by:
getStreetAddressin interfacePrivatecaCertificateConfigSubjectConfigSubject
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-