Class: Aws::Types::SubjectNameFlagsV3
- Inherits:
-
Object
- Object
- Aws::Types::SubjectNameFlagsV3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#require_common_name ⇒ Boolean
Returns the value of attribute require_common_name.
-
#require_directory_path ⇒ Boolean
Returns the value of attribute require_directory_path.
-
#require_dns_as_cn ⇒ Boolean
Returns the value of attribute require_dns_as_cn.
-
#require_email ⇒ Boolean
Returns the value of attribute require_email.
-
#san_require_directory_guid ⇒ Boolean
Returns the value of attribute san_require_directory_guid.
-
#san_require_dns ⇒ Boolean
Returns the value of attribute san_require_dns.
-
#san_require_domain_dns ⇒ Boolean
Returns the value of attribute san_require_domain_dns.
-
#san_require_email ⇒ Boolean
Returns the value of attribute san_require_email.
-
#san_require_spn ⇒ Boolean
Returns the value of attribute san_require_spn.
-
#san_require_upn ⇒ Boolean
Returns the value of attribute san_require_upn.
Instance Attribute Details
#require_common_name ⇒ Boolean
Returns the value of attribute require_common_name.
534 535 536 |
# File 'sig/types.rbs', line 534 def require_common_name @require_common_name end |
#require_directory_path ⇒ Boolean
Returns the value of attribute require_directory_path.
535 536 537 |
# File 'sig/types.rbs', line 535 def require_directory_path @require_directory_path end |
#require_dns_as_cn ⇒ Boolean
Returns the value of attribute require_dns_as_cn.
536 537 538 |
# File 'sig/types.rbs', line 536 def require_dns_as_cn @require_dns_as_cn end |
#require_email ⇒ Boolean
Returns the value of attribute require_email.
537 538 539 |
# File 'sig/types.rbs', line 537 def require_email @require_email end |
#san_require_directory_guid ⇒ Boolean
Returns the value of attribute san_require_directory_guid.
538 539 540 |
# File 'sig/types.rbs', line 538 def san_require_directory_guid @san_require_directory_guid end |
#san_require_dns ⇒ Boolean
Returns the value of attribute san_require_dns.
539 540 541 |
# File 'sig/types.rbs', line 539 def san_require_dns @san_require_dns end |
#san_require_domain_dns ⇒ Boolean
Returns the value of attribute san_require_domain_dns.
540 541 542 |
# File 'sig/types.rbs', line 540 def san_require_domain_dns @san_require_domain_dns end |
#san_require_email ⇒ Boolean
Returns the value of attribute san_require_email.
541 542 543 |
# File 'sig/types.rbs', line 541 def san_require_email @san_require_email end |
#san_require_spn ⇒ Boolean
Returns the value of attribute san_require_spn.
542 543 544 |
# File 'sig/types.rbs', line 542 def san_require_spn @san_require_spn end |
#san_require_upn ⇒ Boolean
Returns the value of attribute san_require_upn.
543 544 545 |
# File 'sig/types.rbs', line 543 def san_require_upn @san_require_upn end |