Class: Aws::Types::SubjectNameFlagsV2
- Inherits:
-
Object
- Object
- Aws::Types::SubjectNameFlagsV2
- 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.
520 521 522 |
# File 'sig/types.rbs', line 520 def require_common_name @require_common_name end |
#require_directory_path ⇒ Boolean
Returns the value of attribute require_directory_path.
521 522 523 |
# File 'sig/types.rbs', line 521 def require_directory_path @require_directory_path end |
#require_dns_as_cn ⇒ Boolean
Returns the value of attribute require_dns_as_cn.
522 523 524 |
# File 'sig/types.rbs', line 522 def require_dns_as_cn @require_dns_as_cn end |
#require_email ⇒ Boolean
Returns the value of attribute require_email.
523 524 525 |
# File 'sig/types.rbs', line 523 def require_email @require_email end |
#san_require_directory_guid ⇒ Boolean
Returns the value of attribute san_require_directory_guid.
524 525 526 |
# File 'sig/types.rbs', line 524 def san_require_directory_guid @san_require_directory_guid end |
#san_require_dns ⇒ Boolean
Returns the value of attribute san_require_dns.
525 526 527 |
# File 'sig/types.rbs', line 525 def san_require_dns @san_require_dns end |
#san_require_domain_dns ⇒ Boolean
Returns the value of attribute san_require_domain_dns.
526 527 528 |
# File 'sig/types.rbs', line 526 def san_require_domain_dns @san_require_domain_dns end |
#san_require_email ⇒ Boolean
Returns the value of attribute san_require_email.
527 528 529 |
# File 'sig/types.rbs', line 527 def san_require_email @san_require_email end |
#san_require_spn ⇒ Boolean
Returns the value of attribute san_require_spn.
528 529 530 |
# File 'sig/types.rbs', line 528 def san_require_spn @san_require_spn end |
#san_require_upn ⇒ Boolean
Returns the value of attribute san_require_upn.
529 530 531 |
# File 'sig/types.rbs', line 529 def san_require_upn @san_require_upn end |