Class CertificateTemplatePredefinedValuesCaOptionsArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.certificateauthority.inputs.CertificateTemplatePredefinedValuesCaOptionsArgs
-
public final class CertificateTemplatePredefinedValuesCaOptionsArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateTemplatePredefinedValuesCaOptionsArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static CertificateTemplatePredefinedValuesCaOptionsArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CertificateTemplatePredefinedValuesCaOptionsArgs.Builder
builder()
static CertificateTemplatePredefinedValuesCaOptionsArgs.Builder
builder(CertificateTemplatePredefinedValuesCaOptionsArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
isCa()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
maxIssuerPathLength()
-
-
-
Field Detail
-
Empty
public static final CertificateTemplatePredefinedValuesCaOptionsArgs Empty
-
-
Method Detail
-
isCa
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isCa()
- Returns:
- Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
-
maxIssuerPathLength
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxIssuerPathLength()
- Returns:
- Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
-
builder
public static CertificateTemplatePredefinedValuesCaOptionsArgs.Builder builder()
-
builder
public static CertificateTemplatePredefinedValuesCaOptionsArgs.Builder builder(CertificateTemplatePredefinedValuesCaOptionsArgs defaults)
-
-