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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)].

[1]: csrc.nist.gov/glossary/term/Object_Identifier

Returns:

  • (String)


2178
2179
2180
2181
2182
2183
# File '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 'lib/aws-sdk-acmpca/types.rb', line 2178

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