Class: Aws::ACMPCA::Types::PolicyInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Defines the X.509 CertificatePolicies extension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cert_policy_idString

Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).

Returns:

  • (String)


2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2178

class PolicyInformation < Struct.new(
  :cert_policy_id,
  :policy_qualifiers)
  SENSITIVE = []
  include Aws::Structure
end

#policy_qualifiersArray<Types::PolicyQualifierInfo>

Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.

Returns:



2178
2179
2180
2181
2182
2183
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2178

class PolicyInformation < Struct.new(
  :cert_policy_id,
  :policy_qualifiers)
  SENSITIVE = []
  include Aws::Structure
end