Class: Aws::Types::SubjectNameFlagsV4
- Inherits:
-
Object
- Object
- Aws::Types::SubjectNameFlagsV4
- 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.
548 549 550 |
# File 'sig/types.rbs', line 548 def require_common_name @require_common_name end |
#require_directory_path ⇒ Boolean
Returns the value of attribute require_directory_path.
549 550 551 |
# File 'sig/types.rbs', line 549 def require_directory_path @require_directory_path end |
#require_dns_as_cn ⇒ Boolean
Returns the value of attribute require_dns_as_cn.
550 551 552 |
# File 'sig/types.rbs', line 550 def require_dns_as_cn @require_dns_as_cn end |
#require_email ⇒ Boolean
Returns the value of attribute require_email.
551 552 553 |
# File 'sig/types.rbs', line 551 def require_email @require_email end |
#san_require_directory_guid ⇒ Boolean
Returns the value of attribute san_require_directory_guid.
552 553 554 |
# File 'sig/types.rbs', line 552 def san_require_directory_guid @san_require_directory_guid end |
#san_require_dns ⇒ Boolean
Returns the value of attribute san_require_dns.
553 554 555 |
# File 'sig/types.rbs', line 553 def san_require_dns @san_require_dns end |
#san_require_domain_dns ⇒ Boolean
Returns the value of attribute san_require_domain_dns.
554 555 556 |
# File 'sig/types.rbs', line 554 def san_require_domain_dns @san_require_domain_dns end |
#san_require_email ⇒ Boolean
Returns the value of attribute san_require_email.
555 556 557 |
# File 'sig/types.rbs', line 555 def san_require_email @san_require_email end |
#san_require_spn ⇒ Boolean
Returns the value of attribute san_require_spn.
556 557 558 |
# File 'sig/types.rbs', line 556 def san_require_spn @san_require_spn end |
#san_require_upn ⇒ Boolean
Returns the value of attribute san_require_upn.
557 558 559 |
# File 'sig/types.rbs', line 557 def san_require_upn @san_require_upn end |