Documentation ¶
Index ¶
- func GooglePrivatecaCertificateTemplate_IsConstruct(x interface{}) *bool
- func GooglePrivatecaCertificateTemplate_IsTerraformElement(x interface{}) *bool
- func GooglePrivatecaCertificateTemplate_IsTerraformResource(x interface{}) *bool
- func GooglePrivatecaCertificateTemplate_TfResourceType() *string
- func NewGooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference_Override(g GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList_Override(...)
- func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference_Override(...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList, ...)
- func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplateTimeoutsOutputReference_Override(g GooglePrivatecaCertificateTemplateTimeoutsOutputReference, ...)
- func NewGooglePrivatecaCertificateTemplate_Override(g GooglePrivatecaCertificateTemplate, scope constructs.Construct, id *string, ...)
- type GooglePrivatecaCertificateTemplate
- type GooglePrivatecaCertificateTemplateConfig
- type GooglePrivatecaCertificateTemplateIdentityConstraints
- type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression
- type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference
- type GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference
- type GooglePrivatecaCertificateTemplatePassthroughExtensions
- type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensions
- type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList
- type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference
- type GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValues
- type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensions
- type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList
- type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId
- type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions
- type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsages
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList
- type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference
- type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIds
- type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList
- type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference
- type GooglePrivatecaCertificateTemplateTimeouts
- type GooglePrivatecaCertificateTemplateTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GooglePrivatecaCertificateTemplate_IsConstruct ¶
func GooglePrivatecaCertificateTemplate_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GooglePrivatecaCertificateTemplate_IsTerraformElement ¶
func GooglePrivatecaCertificateTemplate_IsTerraformElement(x interface{}) *bool
Experimental.
func GooglePrivatecaCertificateTemplate_IsTerraformResource ¶
func GooglePrivatecaCertificateTemplate_IsTerraformResource(x interface{}) *bool
Experimental.
func GooglePrivatecaCertificateTemplate_TfResourceType ¶
func GooglePrivatecaCertificateTemplate_TfResourceType() *string
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference_Override(g GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference_Override(g GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList_Override ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList_Override(g GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference_Override(g GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGooglePrivatecaCertificateTemplateTimeoutsOutputReference_Override ¶
func NewGooglePrivatecaCertificateTemplateTimeoutsOutputReference_Override(g GooglePrivatecaCertificateTemplateTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGooglePrivatecaCertificateTemplate_Override ¶
func NewGooglePrivatecaCertificateTemplate_Override(g GooglePrivatecaCertificateTemplate, scope constructs.Construct, id *string, config *GooglePrivatecaCertificateTemplateConfig)
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template google_privateca_certificate_template} Resource.
Types ¶
type GooglePrivatecaCertificateTemplate ¶
type GooglePrivatecaCertificateTemplate interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdentityConstraints() GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference IdentityConstraintsInput() *GooglePrivatecaCertificateTemplateIdentityConstraints IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PassthroughExtensions() GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference PassthroughExtensionsInput() *GooglePrivatecaCertificateTemplatePassthroughExtensions PredefinedValues() GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference PredefinedValuesInput() *GooglePrivatecaCertificateTemplatePredefinedValues Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GooglePrivatecaCertificateTemplateTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutIdentityConstraints(value *GooglePrivatecaCertificateTemplateIdentityConstraints) PutPassthroughExtensions(value *GooglePrivatecaCertificateTemplatePassthroughExtensions) PutPredefinedValues(value *GooglePrivatecaCertificateTemplatePredefinedValues) PutTimeouts(value *GooglePrivatecaCertificateTemplateTimeouts) ResetDescription() ResetId() ResetIdentityConstraints() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPassthroughExtensions() ResetPredefinedValues() ResetProject() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template google_privateca_certificate_template}.
func NewGooglePrivatecaCertificateTemplate ¶
func NewGooglePrivatecaCertificateTemplate(scope constructs.Construct, id *string, config *GooglePrivatecaCertificateTemplateConfig) GooglePrivatecaCertificateTemplate
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template google_privateca_certificate_template} Resource.
type GooglePrivatecaCertificateTemplateConfig ¶
type GooglePrivatecaCertificateTemplateConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The location for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#location GooglePrivatecaCertificateTemplate#location} Location *string `field:"required" json:"location" yaml:"location"` // The resource name for this CertificateTemplate in the format `projects/*\/locations/*\/certificateTemplates/*`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#name GooglePrivatecaCertificateTemplate#name} Name *string `field:"required" json:"name" yaml:"name"` // Optional. A human-readable description of scenarios this template is intended for. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#description GooglePrivatecaCertificateTemplate#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#id GooglePrivatecaCertificateTemplate#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // identity_constraints block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#identity_constraints GooglePrivatecaCertificateTemplate#identity_constraints} IdentityConstraints *GooglePrivatecaCertificateTemplateIdentityConstraints `field:"optional" json:"identityConstraints" yaml:"identityConstraints"` // Optional. Labels with user-defined metadata. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#labels GooglePrivatecaCertificateTemplate#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // passthrough_extensions block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#passthrough_extensions GooglePrivatecaCertificateTemplate#passthrough_extensions} PassthroughExtensions *GooglePrivatecaCertificateTemplatePassthroughExtensions `field:"optional" json:"passthroughExtensions" yaml:"passthroughExtensions"` // predefined_values block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#predefined_values GooglePrivatecaCertificateTemplate#predefined_values} PredefinedValues *GooglePrivatecaCertificateTemplatePredefinedValues `field:"optional" json:"predefinedValues" yaml:"predefinedValues"` // The project for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#project GooglePrivatecaCertificateTemplate#project} Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#timeouts GooglePrivatecaCertificateTemplate#timeouts} Timeouts *GooglePrivatecaCertificateTemplateTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GooglePrivatecaCertificateTemplateIdentityConstraints ¶
type GooglePrivatecaCertificateTemplateIdentityConstraints struct { // Required. // // If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#allow_subject_alt_names_passthrough GooglePrivatecaCertificateTemplate#allow_subject_alt_names_passthrough} AllowSubjectAltNamesPassthrough interface{} `field:"required" json:"allowSubjectAltNamesPassthrough" yaml:"allowSubjectAltNamesPassthrough"` // Required. // // If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#allow_subject_passthrough GooglePrivatecaCertificateTemplate#allow_subject_passthrough} AllowSubjectPassthrough interface{} `field:"required" json:"allowSubjectPassthrough" yaml:"allowSubjectPassthrough"` // cel_expression block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#cel_expression GooglePrivatecaCertificateTemplate#cel_expression} CelExpression *GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression `field:"optional" json:"celExpression" yaml:"celExpression"` }
type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression ¶
type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression struct { // Optional. // // Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#description GooglePrivatecaCertificateTemplate#description} Description *string `field:"optional" json:"description" yaml:"description"` // Textual representation of an expression in Common Expression Language syntax. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#expression GooglePrivatecaCertificateTemplate#expression} Expression *string `field:"optional" json:"expression" yaml:"expression"` // Optional. // // String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#location GooglePrivatecaCertificateTemplate#location} Location *string `field:"optional" json:"location" yaml:"location"` // Optional. // // Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#title GooglePrivatecaCertificateTemplate#title} Title *string `field:"optional" json:"title" yaml:"title"` }
type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference ¶
type GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Description() *string SetDescription(val *string) DescriptionInput() *string Expression() *string SetExpression(val *string) ExpressionInput() *string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression SetInternalValue(val *GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression) Location() *string SetLocation(val *string) LocationInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Title() *string SetTitle(val *string) TitleInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDescription() ResetExpression() ResetLocation() ResetTitle() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference ¶
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference
type GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference ¶
type GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference interface { cdktf.ComplexObject AllowSubjectAltNamesPassthrough() interface{} SetAllowSubjectAltNamesPassthrough(val interface{}) AllowSubjectAltNamesPassthroughInput() interface{} AllowSubjectPassthrough() interface{} SetAllowSubjectPassthrough(val interface{}) AllowSubjectPassthroughInput() interface{} CelExpression() GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference CelExpressionInput() *GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplateIdentityConstraints SetInternalValue(val *GooglePrivatecaCertificateTemplateIdentityConstraints) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutCelExpression(value *GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression) ResetCelExpression() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference ¶
func NewGooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference
type GooglePrivatecaCertificateTemplatePassthroughExtensions ¶
type GooglePrivatecaCertificateTemplatePassthroughExtensions struct { // additional_extensions block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#additional_extensions GooglePrivatecaCertificateTemplate#additional_extensions} AdditionalExtensions interface{} `field:"optional" json:"additionalExtensions" yaml:"additionalExtensions"` // Optional. // // A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#known_extensions GooglePrivatecaCertificateTemplate#known_extensions} KnownExtensions *[]*string `field:"optional" json:"knownExtensions" yaml:"knownExtensions"` }
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensions ¶
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensions struct { // Required. The parts of an OID path. The most significant parts of the path come first. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#object_id_path GooglePrivatecaCertificateTemplate#object_id_path} ObjectIdPath *[]*float64 `field:"required" json:"objectIdPath" yaml:"objectIdPath"` }
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList ¶
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference ¶
type GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ObjectIdPath() *[]*float64 SetObjectIdPath(val *[]*float64) ObjectIdPathInput() *[]*float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference
type GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference ¶
type GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference interface { cdktf.ComplexObject AdditionalExtensions() GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList AdditionalExtensionsInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePassthroughExtensions SetInternalValue(val *GooglePrivatecaCertificateTemplatePassthroughExtensions) KnownExtensions() *[]*string SetKnownExtensions(val *[]*string) KnownExtensionsInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAdditionalExtensions(value interface{}) ResetAdditionalExtensions() ResetKnownExtensions() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValues ¶
type GooglePrivatecaCertificateTemplatePredefinedValues struct { // additional_extensions block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#additional_extensions GooglePrivatecaCertificateTemplate#additional_extensions} AdditionalExtensions interface{} `field:"optional" json:"additionalExtensions" yaml:"additionalExtensions"` // Optional. // // Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#aia_ocsp_servers GooglePrivatecaCertificateTemplate#aia_ocsp_servers} AiaOcspServers *[]*string `field:"optional" json:"aiaOcspServers" yaml:"aiaOcspServers"` // ca_options block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#ca_options GooglePrivatecaCertificateTemplate#ca_options} CaOptions *GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions `field:"optional" json:"caOptions" yaml:"caOptions"` // key_usage block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#key_usage GooglePrivatecaCertificateTemplate#key_usage} KeyUsage *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage `field:"optional" json:"keyUsage" yaml:"keyUsage"` // policy_ids block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#policy_ids GooglePrivatecaCertificateTemplate#policy_ids} PolicyIds interface{} `field:"optional" json:"policyIds" yaml:"policyIds"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensions ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensions struct { // object_id block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#object_id GooglePrivatecaCertificateTemplate#object_id} ObjectId *GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId `field:"required" json:"objectId" yaml:"objectId"` // Required. The value of this X.509 extension. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#value GooglePrivatecaCertificateTemplate#value} Value *string `field:"required" json:"value" yaml:"value"` // Optional. // // Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#critical GooglePrivatecaCertificateTemplate#critical} Critical interface{} `field:"optional" json:"critical" yaml:"critical"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId struct { // Required. The parts of an OID path. The most significant parts of the path come first. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#object_id_path GooglePrivatecaCertificateTemplate#object_id_path} ObjectIdPath *[]*float64 `field:"required" json:"objectIdPath" yaml:"objectIdPath"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId) ObjectIdPath() *[]*float64 SetObjectIdPath(val *[]*float64) ObjectIdPathInput() *[]*float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Critical() interface{} SetCritical(val interface{}) CriticalInput() interface{} // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ObjectId() GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference ObjectIdInput() *GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Value() *string SetValue(val *string) ValueInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutObjectId(value *GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId) ResetCritical() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions struct { // 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. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#is_ca GooglePrivatecaCertificateTemplate#is_ca} IsCa interface{} `field:"optional" json:"isCa" yaml:"isCa"` // 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. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#max_issuer_path_length GooglePrivatecaCertificateTemplate#max_issuer_path_length} MaxIssuerPathLength *float64 `field:"optional" json:"maxIssuerPathLength" yaml:"maxIssuerPathLength"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions) IsCa() interface{} SetIsCa(val interface{}) IsCaInput() interface{} MaxIssuerPathLength() *float64 SetMaxIssuerPathLength(val *float64) MaxIssuerPathLengthInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetIsCa() ResetMaxIssuerPathLength() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage struct { // base_key_usage block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#base_key_usage GooglePrivatecaCertificateTemplate#base_key_usage} BaseKeyUsage *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage `field:"optional" json:"baseKeyUsage" yaml:"baseKeyUsage"` // extended_key_usage block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#extended_key_usage GooglePrivatecaCertificateTemplate#extended_key_usage} ExtendedKeyUsage *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage `field:"optional" json:"extendedKeyUsage" yaml:"extendedKeyUsage"` // unknown_extended_key_usages block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#unknown_extended_key_usages GooglePrivatecaCertificateTemplate#unknown_extended_key_usages} UnknownExtendedKeyUsages interface{} `field:"optional" json:"unknownExtendedKeyUsages" yaml:"unknownExtendedKeyUsages"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage struct { // The key may be used to sign certificates. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#cert_sign GooglePrivatecaCertificateTemplate#cert_sign} CertSign interface{} `field:"optional" json:"certSign" yaml:"certSign"` // The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#content_commitment GooglePrivatecaCertificateTemplate#content_commitment} ContentCommitment interface{} `field:"optional" json:"contentCommitment" yaml:"contentCommitment"` // The key may be used sign certificate revocation lists. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#crl_sign GooglePrivatecaCertificateTemplate#crl_sign} CrlSign interface{} `field:"optional" json:"crlSign" yaml:"crlSign"` // The key may be used to encipher data. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#data_encipherment GooglePrivatecaCertificateTemplate#data_encipherment} DataEncipherment interface{} `field:"optional" json:"dataEncipherment" yaml:"dataEncipherment"` // The key may be used to decipher only. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#decipher_only GooglePrivatecaCertificateTemplate#decipher_only} DecipherOnly interface{} `field:"optional" json:"decipherOnly" yaml:"decipherOnly"` // The key may be used for digital signatures. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#digital_signature GooglePrivatecaCertificateTemplate#digital_signature} DigitalSignature interface{} `field:"optional" json:"digitalSignature" yaml:"digitalSignature"` // The key may be used to encipher only. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#encipher_only GooglePrivatecaCertificateTemplate#encipher_only} EncipherOnly interface{} `field:"optional" json:"encipherOnly" yaml:"encipherOnly"` // The key may be used in a key agreement protocol. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#key_agreement GooglePrivatecaCertificateTemplate#key_agreement} KeyAgreement interface{} `field:"optional" json:"keyAgreement" yaml:"keyAgreement"` // The key may be used to encipher other keys. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#key_encipherment GooglePrivatecaCertificateTemplate#key_encipherment} KeyEncipherment interface{} `field:"optional" json:"keyEncipherment" yaml:"keyEncipherment"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference interface { cdktf.ComplexObject CertSign() interface{} SetCertSign(val interface{}) CertSignInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) ContentCommitment() interface{} SetContentCommitment(val interface{}) ContentCommitmentInput() interface{} // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string CrlSign() interface{} SetCrlSign(val interface{}) CrlSignInput() interface{} DataEncipherment() interface{} SetDataEncipherment(val interface{}) DataEnciphermentInput() interface{} DecipherOnly() interface{} SetDecipherOnly(val interface{}) DecipherOnlyInput() interface{} DigitalSignature() interface{} SetDigitalSignature(val interface{}) DigitalSignatureInput() interface{} EncipherOnly() interface{} SetEncipherOnly(val interface{}) EncipherOnlyInput() interface{} // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage) KeyAgreement() interface{} SetKeyAgreement(val interface{}) KeyAgreementInput() interface{} KeyEncipherment() interface{} SetKeyEncipherment(val interface{}) KeyEnciphermentInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCertSign() ResetContentCommitment() ResetCrlSign() ResetDataEncipherment() ResetDecipherOnly() ResetDigitalSignature() ResetEncipherOnly() ResetKeyAgreement() ResetKeyEncipherment() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage struct { // Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#client_auth GooglePrivatecaCertificateTemplate#client_auth} ClientAuth interface{} `field:"optional" json:"clientAuth" yaml:"clientAuth"` // Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#code_signing GooglePrivatecaCertificateTemplate#code_signing} CodeSigning interface{} `field:"optional" json:"codeSigning" yaml:"codeSigning"` // Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#email_protection GooglePrivatecaCertificateTemplate#email_protection} EmailProtection interface{} `field:"optional" json:"emailProtection" yaml:"emailProtection"` // Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#ocsp_signing GooglePrivatecaCertificateTemplate#ocsp_signing} OcspSigning interface{} `field:"optional" json:"ocspSigning" yaml:"ocspSigning"` // Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#server_auth GooglePrivatecaCertificateTemplate#server_auth} ServerAuth interface{} `field:"optional" json:"serverAuth" yaml:"serverAuth"` // Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time". // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#time_stamping GooglePrivatecaCertificateTemplate#time_stamping} TimeStamping interface{} `field:"optional" json:"timeStamping" yaml:"timeStamping"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference interface { cdktf.ComplexObject ClientAuth() interface{} SetClientAuth(val interface{}) ClientAuthInput() interface{} CodeSigning() interface{} SetCodeSigning(val interface{}) CodeSigningInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EmailProtection() interface{} SetEmailProtection(val interface{}) EmailProtectionInput() interface{} // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage) OcspSigning() interface{} SetOcspSigning(val interface{}) OcspSigningInput() interface{} ServerAuth() interface{} SetServerAuth(val interface{}) ServerAuthInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TimeStamping() interface{} SetTimeStamping(val interface{}) TimeStampingInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetClientAuth() ResetCodeSigning() ResetEmailProtection() ResetOcspSigning() ResetServerAuth() ResetTimeStamping() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference interface { cdktf.ComplexObject BaseKeyUsage() GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference BaseKeyUsageInput() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string ExtendedKeyUsage() GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference ExtendedKeyUsageInput() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UnknownExtendedKeyUsages() GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList UnknownExtendedKeyUsagesInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBaseKeyUsage(value *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage) PutExtendedKeyUsage(value *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage) PutUnknownExtendedKeyUsages(value interface{}) ResetBaseKeyUsage() ResetExtendedKeyUsage() ResetUnknownExtendedKeyUsages() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsages ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsages struct { // Required. The parts of an OID path. The most significant parts of the path come first. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#object_id_path GooglePrivatecaCertificateTemplate#object_id_path} ObjectIdPath *[]*float64 `field:"required" json:"objectIdPath" yaml:"objectIdPath"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ObjectIdPath() *[]*float64 SetObjectIdPath(val *[]*float64) ObjectIdPathInput() *[]*float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference interface { cdktf.ComplexObject AdditionalExtensions() GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList AdditionalExtensionsInput() interface{} AiaOcspServers() *[]*string SetAiaOcspServers(val *[]*string) AiaOcspServersInput() *[]*string CaOptions() GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference CaOptionsInput() *GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GooglePrivatecaCertificateTemplatePredefinedValues SetInternalValue(val *GooglePrivatecaCertificateTemplatePredefinedValues) KeyUsage() GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference KeyUsageInput() *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage PolicyIds() GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList PolicyIdsInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAdditionalExtensions(value interface{}) PutCaOptions(value *GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions) PutKeyUsage(value *GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage) PutPolicyIds(value interface{}) ResetAdditionalExtensions() ResetAiaOcspServers() ResetCaOptions() ResetKeyUsage() ResetPolicyIds() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIds ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIds struct { // Required. The parts of an OID path. The most significant parts of the path come first. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#object_id_path GooglePrivatecaCertificateTemplate#object_id_path} ObjectIdPath *[]*float64 `field:"required" json:"objectIdPath" yaml:"objectIdPath"` }
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference ¶
type GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ObjectIdPath() *[]*float64 SetObjectIdPath(val *[]*float64) ObjectIdPathInput() *[]*float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference ¶
func NewGooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference
type GooglePrivatecaCertificateTemplateTimeouts ¶
type GooglePrivatecaCertificateTemplateTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#create GooglePrivatecaCertificateTemplate#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#delete GooglePrivatecaCertificateTemplate#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_privateca_certificate_template#update GooglePrivatecaCertificateTemplate#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GooglePrivatecaCertificateTemplateTimeoutsOutputReference ¶
type GooglePrivatecaCertificateTemplateTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGooglePrivatecaCertificateTemplateTimeoutsOutputReference ¶
func NewGooglePrivatecaCertificateTemplateTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GooglePrivatecaCertificateTemplateTimeoutsOutputReference
Source Files ¶
- GooglePrivatecaCertificateTemplate.go
- GooglePrivatecaCertificateTemplateConfig.go
- GooglePrivatecaCertificateTemplateIdentityConstraints.go
- GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpression.go
- GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference.go
- GooglePrivatecaCertificateTemplateIdentityConstraintsCelExpressionOutputReference__checks.go
- GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference.go
- GooglePrivatecaCertificateTemplateIdentityConstraintsOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePassthroughExtensions.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensions.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsList__checks.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsAdditionalExtensionsOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference.go
- GooglePrivatecaCertificateTemplatePassthroughExtensionsOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValues.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensions.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsList__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectId.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsObjectIdOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesAdditionalExtensionsOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesCaOptions.go
- GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesCaOptionsOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsage.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsages.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesList__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsagesOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesOutputReference__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIds.go
- GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList.go
- GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsList__checks.go
- GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference.go
- GooglePrivatecaCertificateTemplatePredefinedValuesPolicyIdsOutputReference__checks.go
- GooglePrivatecaCertificateTemplateTimeouts.go
- GooglePrivatecaCertificateTemplateTimeoutsOutputReference.go
- GooglePrivatecaCertificateTemplateTimeoutsOutputReference__checks.go
- GooglePrivatecaCertificateTemplate__checks.go
- main.go