-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧹 Capitalize "See below for nested schema" #442
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -73,31 +73,31 @@ example resource | |||||
- `float64_attribute` (Number) example float64 attribute | ||||||
- `int64_attribute` (Number) example int64 attribute | ||||||
- `list_attribute` (List of String) example list attribute | ||||||
- `list_nested_block` (Block List) example list nested block (see [below for nested schema](#nestedblock--list_nested_block)) | ||||||
- `list_nested_block_sensitive_nested_attribute` (Block List) (see [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute)) | ||||||
- `list_nested_block` (Block List) example list nested block (See [below for nested schema](#nestedblock--list_nested_block)) | ||||||
- `list_nested_block_sensitive_nested_attribute` (Block List) (See [below for nested schema](#nestedblock--list_nested_block_sensitive_nested_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `map_attribute` (Map of String) example map attribute | ||||||
- `number_attribute` (Number) example number attribute | ||||||
- `object_attribute` (Object) example object attribute (see [below for nested schema](#nestedatt--object_attribute)) | ||||||
- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (see [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute)) | ||||||
- `object_attribute` (Object) example object attribute (See [below for nested schema](#nestedatt--object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `object_attribute_with_nested_object_attribute` (Object) example object attribute with nested object attribute (See [below for nested schema](#nestedatt--object_attribute_with_nested_object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `sensitive_bool_attribute` (Boolean, Sensitive) example sensitive bool attribute | ||||||
- `sensitive_float64_attribute` (Number, Sensitive) example sensitive float64 attribute | ||||||
- `sensitive_int64_attribute` (Number, Sensitive) example sensitive int64 attribute | ||||||
- `sensitive_list_attribute` (List of String, Sensitive) example sensitive list attribute | ||||||
- `sensitive_map_attribute` (Map of String, Sensitive) example sensitive map attribute | ||||||
- `sensitive_number_attribute` (Number, Sensitive) example sensitive number attribute | ||||||
- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (see [below for nested schema](#nestedatt--sensitive_object_attribute)) | ||||||
- `sensitive_object_attribute` (Object, Sensitive) example sensitive object attribute (See [below for nested schema](#nestedatt--sensitive_object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `sensitive_set_attribute` (Set of String, Sensitive) example sensitive set attribute | ||||||
- `sensitive_string_attribute` (String, Sensitive) example sensitive string attribute | ||||||
- `set_attribute` (Set of String) example set attribute | ||||||
- `set_nested_block` (Block Set) example set nested block (see [below for nested schema](#nestedblock--set_nested_block)) | ||||||
- `single_nested_block` (Block, Optional) example single nested block (see [below for nested schema](#nestedblock--single_nested_block)) | ||||||
- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (see [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute)) | ||||||
- `set_nested_block` (Block Set) example set nested block (See [below for nested schema](#nestedblock--set_nested_block)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `single_nested_block` (Block, Optional) example single nested block (See [below for nested schema](#nestedblock--single_nested_block)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `single_nested_block_sensitive_nested_attribute` (Block, Optional) example sensitive single nested block (See [below for nested schema](#nestedblock--single_nested_block_sensitive_nested_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `string_attribute` (String) example string attribute | ||||||
|
||||||
### Read-Only | ||||||
|
||||||
- `id` (String) The ID of this resource. | ||||||
- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (see [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute)) | ||||||
- `set_nested_block_sensitive_nested_attribute` (Block Set) example sensitive set nested block (See [below for nested schema](#nestedblock--set_nested_block_sensitive_nested_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedblock--list_nested_block"></a> | ||||||
### Nested Schema for `list_nested_block` | ||||||
|
@@ -106,7 +106,7 @@ Optional: | |||||
|
||||||
- `list_nested_block_attribute` (String) example list nested block attribute | ||||||
- `list_nested_block_attribute_with_default` (String) example list nested block attribute with default | ||||||
- `nested_list_block` (Block List) (see [below for nested schema](#nestedblock--list_nested_block--nested_list_block)) | ||||||
- `nested_list_block` (Block List) (See [below for nested schema](#nestedblock--list_nested_block--nested_list_block)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedblock--list_nested_block--nested_list_block"></a> | ||||||
### Nested Schema for `list_nested_block.nested_list_block` | ||||||
|
@@ -139,7 +139,7 @@ Optional: | |||||
|
||||||
Optional: | ||||||
|
||||||
- `nested_object` (Object) (see [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object)) | ||||||
- `nested_object` (Object) (See [below for nested schema](#nestedobjatt--object_attribute_with_nested_object_attribute--nested_object)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `object_attribute_attribute` (String) | ||||||
|
||||||
<a id="nestedobjatt--object_attribute_with_nested_object_attribute--nested_object"></a> | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -66,25 +66,25 @@ example resource | |||||
|
||||||
### Required | ||||||
|
||||||
- `required_object_attribute` (Object) example required object attribute (see [below for nested schema](#nestedatt--required_object_attribute)) | ||||||
- `required_object_attribute` (Object) example required object attribute (See [below for nested schema](#nestedatt--required_object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Optional | ||||||
|
||||||
- `list_nested_block_optional_id` (Block List) example list nested block with optional id attribute (see [below for nested schema](#nestedblock--list_nested_block_optional_id)) | ||||||
- `list_nested_block_required_id` (Block List) example list nested block with required id attribute (see [below for nested schema](#nestedblock--list_nested_block_required_id)) | ||||||
- `optional_object_attribute` (Object) example optional object attribute (see [below for nested schema](#nestedatt--optional_object_attribute)) | ||||||
- `set_nested_block_optional_id` (Block Set) example set nested block with optional id attribute (see [below for nested schema](#nestedblock--set_nested_block_optional_id)) | ||||||
- `set_nested_block_required_id` (Block Set) example set nested block with required id attribute (see [below for nested schema](#nestedblock--set_nested_block_required_id)) | ||||||
- `single_nested_block_optional_id` (Block, Optional) example single nested block with optional id attribute (see [below for nested schema](#nestedblock--single_nested_block_optional_id)) | ||||||
- `single_nested_block_required_id` (Block, Optional) example single nested block with required id attribute (see [below for nested schema](#nestedblock--single_nested_block_required_id)) | ||||||
- `list_nested_block_optional_id` (Block List) example list nested block with optional id attribute (See [below for nested schema](#nestedblock--list_nested_block_optional_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `list_nested_block_required_id` (Block List) example list nested block with required id attribute (See [below for nested schema](#nestedblock--list_nested_block_required_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `optional_object_attribute` (Object) example optional object attribute (See [below for nested schema](#nestedatt--optional_object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `set_nested_block_optional_id` (Block Set) example set nested block with optional id attribute (See [below for nested schema](#nestedblock--set_nested_block_optional_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `set_nested_block_required_id` (Block Set) example set nested block with required id attribute (See [below for nested schema](#nestedblock--set_nested_block_required_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `single_nested_block_optional_id` (Block, Optional) example single nested block with optional id attribute (See [below for nested schema](#nestedblock--single_nested_block_optional_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `single_nested_block_required_id` (Block, Optional) example single nested block with required id attribute (See [below for nested schema](#nestedblock--single_nested_block_required_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Read-Only | ||||||
|
||||||
- `computed_object_attribute` (Object) example computed object attribute (see [below for nested schema](#nestedatt--computed_object_attribute)) | ||||||
- `computed_object_attribute` (Object) example computed object attribute (See [below for nested schema](#nestedatt--computed_object_attribute)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `id` (String) The ID of this resource. | ||||||
- `list_nested_block_computed_id` (Block List) example list nested block with computed id attribute (see [below for nested schema](#nestedblock--list_nested_block_computed_id)) | ||||||
- `set_nested_block_computed_id` (Block Set) example set nested block with computed id attribute (see [below for nested schema](#nestedblock--set_nested_block_computed_id)) | ||||||
- `single_nested_block_computed_id` (Block, Read-only) example single nested block with computed id attribute (see [below for nested schema](#nestedblock--single_nested_block_computed_id)) | ||||||
- `list_nested_block_computed_id` (Block List) example list nested block with computed id attribute (See [below for nested schema](#nestedblock--list_nested_block_computed_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `set_nested_block_computed_id` (Block Set) example set nested block with computed id attribute (See [below for nested schema](#nestedblock--set_nested_block_computed_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `single_nested_block_computed_id` (Block, Read-only) example single nested block with computed id attribute (See [below for nested schema](#nestedblock--single_nested_block_computed_id)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedatt--required_object_attribute"></a> | ||||||
### Nested Schema for `required_object_attribute` | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -92,7 +92,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro | |||||
nestedTypes := []nestedType{} | ||||||
switch { | ||||||
case att.AttributeNestedType != nil: | ||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
@@ -106,7 +106,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro | |||||
group: group, | ||||||
}) | ||||||
case att.AttributeType.IsObjectType(): | ||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
@@ -120,7 +120,7 @@ func writeAttribute(w io.Writer, path []string, att *tfjson.SchemaAttribute, gro | |||||
group: group, | ||||||
}) | ||||||
case att.AttributeType.IsCollectionType() && att.AttributeType.ElementType().IsObjectType(): | ||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
@@ -166,7 +166,7 @@ func writeBlockType(w io.Writer, path []string, block *tfjson.SchemaBlockType) ( | |||||
block: block.Block, | ||||||
} | ||||||
|
||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
@@ -412,7 +412,7 @@ func writeObjectAttribute(w io.Writer, path []string, att cty.Type, group groupF | |||||
nestedTypes := []nestedType{} | ||||||
switch { | ||||||
case att.IsObjectType(): | ||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
@@ -426,7 +426,7 @@ func writeObjectAttribute(w io.Writer, path []string, att cty.Type, group groupF | |||||
group: group, | ||||||
}) | ||||||
case att.IsCollectionType() && att.ElementType().IsObjectType(): | ||||||
_, err = io.WriteString(w, " (see [below for nested schema](#"+anchorID+"))") | ||||||
_, err = io.WriteString(w, " (See [below for nested schema](#"+anchorID+"))") | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
if err != nil { | ||||||
return nil, err | ||||||
} | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -6,7 +6,7 @@ | |||||
- `certificate_body` (String) | ||||||
- `certificate_chain` (String) | ||||||
- `domain_name` (String) | ||||||
- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options)) | ||||||
- `options` (Block List, Max: 1) (See [below for nested schema](#nestedblock--options)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `private_key` (String, Sensitive) | ||||||
- `subject_alternative_names` (Set of String) | ||||||
- `tags` (Map of String) | ||||||
|
@@ -16,7 +16,7 @@ | |||||
### Read-Only | ||||||
|
||||||
- `arn` (String) | ||||||
- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options)) | ||||||
- `domain_validation_options` (Set of Object) (See [below for nested schema](#nestedatt--domain_validation_options)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `id` (String) The ID of this resource. | ||||||
- `status` (String) | ||||||
- `validation_emails` (List of String) | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -5,13 +5,13 @@ | |||||
- `certificate_authority_arn` (String) | ||||||
- `certificate_signing_request` (String) The certificate signing request (CSR) for the Certificate. | ||||||
- `signing_algorithm` (String) The name of the algorithm that will be used to sign the Certificate. | ||||||
- `validity` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity)) | ||||||
- `validity` (Attributes) Validity for a certificate. (See [below for nested schema](#nestedatt--validity)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Optional | ||||||
|
||||||
- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough)) | ||||||
- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (See [below for nested schema](#nestedatt--api_passthrough)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `template_arn` (String) | ||||||
- `validity_not_before` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before)) | ||||||
- `validity_not_before` (Attributes) Validity for a certificate. (See [below for nested schema](#nestedatt--validity_not_before)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
### Read-Only | ||||||
|
||||||
|
@@ -33,18 +33,18 @@ Required: | |||||
|
||||||
Optional: | ||||||
|
||||||
- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions)) | ||||||
- `subject` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject)) | ||||||
- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (See [below for nested schema](#nestedatt--api_passthrough--extensions)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `subject` (Attributes) Structure that contains X.500 distinguished name information. (See [below for nested schema](#nestedatt--api_passthrough--subject)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedatt--api_passthrough--extensions"></a> | ||||||
### Nested Schema for `api_passthrough.extensions` | ||||||
|
||||||
Optional: | ||||||
|
||||||
- `certificate_policies` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies)) | ||||||
- `extended_key_usage` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage)) | ||||||
- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage)) | ||||||
- `subject_alternative_names` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names)) | ||||||
- `certificate_policies` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `extended_key_usage` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `subject_alternative_names` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedatt--api_passthrough--extensions--certificate_policies"></a> | ||||||
### Nested Schema for `api_passthrough.extensions.certificate_policies` | ||||||
|
@@ -55,15 +55,15 @@ Required: | |||||
|
||||||
Optional: | ||||||
|
||||||
- `policy_qualifiers` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers)) | ||||||
- `policy_qualifiers` (Attributes List) (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers"></a> | ||||||
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers` | ||||||
|
||||||
Required: | ||||||
|
||||||
- `policy_qualifier_id` (String) | ||||||
- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier)) | ||||||
- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (See [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
<a id="nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier"></a> | ||||||
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers.qualifier` | ||||||
|
@@ -105,11 +105,11 @@ Optional: | |||||
|
||||||
Optional: | ||||||
|
||||||
- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name)) | ||||||
- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `dns_name` (String) String that contains X.509 DnsName information. | ||||||
- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name)) | ||||||
- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `ip_address` (String) String that contains X.509 IpAddress information. | ||||||
- `other_name` (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name)) | ||||||
- `other_name` (Attributes) Structure that contains X.509 OtherName information. (See [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- `registered_id` (String) String that contains X.509 ObjectIdentifier information. | ||||||
- `rfc_822_name` (String) String that contains X.509 Rfc822Name information. | ||||||
- `uniform_resource_identifier` (String) String that contains X.509 UniformResourceIdentifier information. | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.