1. Packages
  2. Akamai
  3. API Docs
  4. getCPSEnrollments
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

akamai.getCPSEnrollments

Explore with Pulumi AI

Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi

Using getCPSEnrollments

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCPSEnrollments(args: GetCPSEnrollmentsArgs, opts?: InvokeOptions): Promise<GetCPSEnrollmentsResult>
function getCPSEnrollmentsOutput(args: GetCPSEnrollmentsOutputArgs, opts?: InvokeOptions): Output<GetCPSEnrollmentsResult>
Copy
def get_cps_enrollments(contract_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCPSEnrollmentsResult
def get_cps_enrollments_output(contract_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetCPSEnrollmentsResult]
Copy
func GetCPSEnrollments(ctx *Context, args *GetCPSEnrollmentsArgs, opts ...InvokeOption) (*GetCPSEnrollmentsResult, error)
func GetCPSEnrollmentsOutput(ctx *Context, args *GetCPSEnrollmentsOutputArgs, opts ...InvokeOption) GetCPSEnrollmentsResultOutput
Copy

> Note: This function is named GetCPSEnrollments in the Go SDK.

public static class GetCPSEnrollments 
{
    public static Task<GetCPSEnrollmentsResult> InvokeAsync(GetCPSEnrollmentsArgs args, InvokeOptions? opts = null)
    public static Output<GetCPSEnrollmentsResult> Invoke(GetCPSEnrollmentsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCPSEnrollmentsResult> getCPSEnrollments(GetCPSEnrollmentsArgs args, InvokeOptions options)
public static Output<GetCPSEnrollmentsResult> getCPSEnrollments(GetCPSEnrollmentsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getCPSEnrollments:getCPSEnrollments
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContractId This property is required. string
ContractId This property is required. string
contractId This property is required. String
contractId This property is required. string
contract_id This property is required. str
contractId This property is required. String

getCPSEnrollments Result

The following output properties are available:

ContractId string
Enrollments List<GetCPSEnrollmentsEnrollment>
Id string
The provider-assigned unique ID for this managed resource.
ContractId string
Enrollments []GetCPSEnrollmentsEnrollment
Id string
The provider-assigned unique ID for this managed resource.
contractId String
enrollments List<GetCPSEnrollmentsEnrollment>
id String
The provider-assigned unique ID for this managed resource.
contractId string
enrollments GetCPSEnrollmentsEnrollment[]
id string
The provider-assigned unique ID for this managed resource.
contract_id str
enrollments Sequence[GetCPSEnrollmentsEnrollment]
id str
The provider-assigned unique ID for this managed resource.
contractId String
enrollments List<Property Map>
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

GetCPSEnrollmentsEnrollment

AdminContacts This property is required. List<GetCPSEnrollmentsEnrollmentAdminContact>
Contact information for the certificate administrator used at organization
AssignedSlots This property is required. List<int>
Slots where the certificate either will be deployed or is already deployed
CertificateChainType This property is required. string
Certificate trust chain type
CertificateType This property is required. string
Certificate type of enrollment
CommonName This property is required. string
Common name used for enrollment
Csrs This property is required. List<GetCPSEnrollmentsEnrollmentCsr>
Data used for generation of Certificate Signing Request
EnableMultiStackedCertificates This property is required. bool
Enable Dual-Stacked certificate deployment for enrollment
EnrollmentId This property is required. int
The unique identifier of enrollment
NetworkConfigurations This property is required. List<GetCPSEnrollmentsEnrollmentNetworkConfiguration>
Settings containing network information and TLS metadata used by CPS
OrgId This property is required. int
The Digicert unique identifier for the organization
Organizations This property is required. List<GetCPSEnrollmentsEnrollmentOrganization>
Organization information
PendingChanges This property is required. bool
Whether some changes are pending
ProductionSlots This property is required. List<int>
Slots where the certificate is deployed on the production network
RegistrationAuthority This property is required. string
The registration authority or certificate authority (CA) used to obtain a certificate
Sans This property is required. List<string>
List of SANs
SecureNetwork This property is required. string
Type of TLS deployment network
SignatureAlgorithm This property is required. string
SHA algorithm type
SniOnly This property is required. bool
Whether Server Name Indication is used for enrollment
StagingSlots This property is required. List<int>
Slots where the certificate is deployed on the staging network
TechContacts This property is required. List<GetCPSEnrollmentsEnrollmentTechContact>
Contact information for an administrator at Akamai
ValidationType This property is required. string
Enrolment validation type
AdminContacts This property is required. []GetCPSEnrollmentsEnrollmentAdminContact
Contact information for the certificate administrator used at organization
AssignedSlots This property is required. []int
Slots where the certificate either will be deployed or is already deployed
CertificateChainType This property is required. string
Certificate trust chain type
CertificateType This property is required. string
Certificate type of enrollment
CommonName This property is required. string
Common name used for enrollment
Csrs This property is required. []GetCPSEnrollmentsEnrollmentCsr
Data used for generation of Certificate Signing Request
EnableMultiStackedCertificates This property is required. bool
Enable Dual-Stacked certificate deployment for enrollment
EnrollmentId This property is required. int
The unique identifier of enrollment
NetworkConfigurations This property is required. []GetCPSEnrollmentsEnrollmentNetworkConfiguration
Settings containing network information and TLS metadata used by CPS
OrgId This property is required. int
The Digicert unique identifier for the organization
Organizations This property is required. []GetCPSEnrollmentsEnrollmentOrganization
Organization information
PendingChanges This property is required. bool
Whether some changes are pending
ProductionSlots This property is required. []int
Slots where the certificate is deployed on the production network
RegistrationAuthority This property is required. string
The registration authority or certificate authority (CA) used to obtain a certificate
Sans This property is required. []string
List of SANs
SecureNetwork This property is required. string
Type of TLS deployment network
SignatureAlgorithm This property is required. string
SHA algorithm type
SniOnly This property is required. bool
Whether Server Name Indication is used for enrollment
StagingSlots This property is required. []int
Slots where the certificate is deployed on the staging network
TechContacts This property is required. []GetCPSEnrollmentsEnrollmentTechContact
Contact information for an administrator at Akamai
ValidationType This property is required. string
Enrolment validation type
adminContacts This property is required. List<GetCPSEnrollmentsEnrollmentAdminContact>
Contact information for the certificate administrator used at organization
assignedSlots This property is required. List<Integer>
Slots where the certificate either will be deployed or is already deployed
certificateChainType This property is required. String
Certificate trust chain type
certificateType This property is required. String
Certificate type of enrollment
commonName This property is required. String
Common name used for enrollment
csrs This property is required. List<GetCPSEnrollmentsEnrollmentCsr>
Data used for generation of Certificate Signing Request
enableMultiStackedCertificates This property is required. Boolean
Enable Dual-Stacked certificate deployment for enrollment
enrollmentId This property is required. Integer
The unique identifier of enrollment
networkConfigurations This property is required. List<GetCPSEnrollmentsEnrollmentNetworkConfiguration>
Settings containing network information and TLS metadata used by CPS
orgId This property is required. Integer
The Digicert unique identifier for the organization
organizations This property is required. List<GetCPSEnrollmentsEnrollmentOrganization>
Organization information
pendingChanges This property is required. Boolean
Whether some changes are pending
productionSlots This property is required. List<Integer>
Slots where the certificate is deployed on the production network
registrationAuthority This property is required. String
The registration authority or certificate authority (CA) used to obtain a certificate
sans This property is required. List<String>
List of SANs
secureNetwork This property is required. String
Type of TLS deployment network
signatureAlgorithm This property is required. String
SHA algorithm type
sniOnly This property is required. Boolean
Whether Server Name Indication is used for enrollment
stagingSlots This property is required. List<Integer>
Slots where the certificate is deployed on the staging network
techContacts This property is required. List<GetCPSEnrollmentsEnrollmentTechContact>
Contact information for an administrator at Akamai
validationType This property is required. String
Enrolment validation type
adminContacts This property is required. GetCPSEnrollmentsEnrollmentAdminContact[]
Contact information for the certificate administrator used at organization
assignedSlots This property is required. number[]
Slots where the certificate either will be deployed or is already deployed
certificateChainType This property is required. string
Certificate trust chain type
certificateType This property is required. string
Certificate type of enrollment
commonName This property is required. string
Common name used for enrollment
csrs This property is required. GetCPSEnrollmentsEnrollmentCsr[]
Data used for generation of Certificate Signing Request
enableMultiStackedCertificates This property is required. boolean
Enable Dual-Stacked certificate deployment for enrollment
enrollmentId This property is required. number
The unique identifier of enrollment
networkConfigurations This property is required. GetCPSEnrollmentsEnrollmentNetworkConfiguration[]
Settings containing network information and TLS metadata used by CPS
orgId This property is required. number
The Digicert unique identifier for the organization
organizations This property is required. GetCPSEnrollmentsEnrollmentOrganization[]
Organization information
pendingChanges This property is required. boolean
Whether some changes are pending
productionSlots This property is required. number[]
Slots where the certificate is deployed on the production network
registrationAuthority This property is required. string
The registration authority or certificate authority (CA) used to obtain a certificate
sans This property is required. string[]
List of SANs
secureNetwork This property is required. string
Type of TLS deployment network
signatureAlgorithm This property is required. string
SHA algorithm type
sniOnly This property is required. boolean
Whether Server Name Indication is used for enrollment
stagingSlots This property is required. number[]
Slots where the certificate is deployed on the staging network
techContacts This property is required. GetCPSEnrollmentsEnrollmentTechContact[]
Contact information for an administrator at Akamai
validationType This property is required. string
Enrolment validation type
admin_contacts This property is required. Sequence[GetCPSEnrollmentsEnrollmentAdminContact]
Contact information for the certificate administrator used at organization
assigned_slots This property is required. Sequence[int]
Slots where the certificate either will be deployed or is already deployed
certificate_chain_type This property is required. str
Certificate trust chain type
certificate_type This property is required. str
Certificate type of enrollment
common_name This property is required. str
Common name used for enrollment
csrs This property is required. Sequence[GetCPSEnrollmentsEnrollmentCsr]
Data used for generation of Certificate Signing Request
enable_multi_stacked_certificates This property is required. bool
Enable Dual-Stacked certificate deployment for enrollment
enrollment_id This property is required. int
The unique identifier of enrollment
network_configurations This property is required. Sequence[GetCPSEnrollmentsEnrollmentNetworkConfiguration]
Settings containing network information and TLS metadata used by CPS
org_id This property is required. int
The Digicert unique identifier for the organization
organizations This property is required. Sequence[GetCPSEnrollmentsEnrollmentOrganization]
Organization information
pending_changes This property is required. bool
Whether some changes are pending
production_slots This property is required. Sequence[int]
Slots where the certificate is deployed on the production network
registration_authority This property is required. str
The registration authority or certificate authority (CA) used to obtain a certificate
sans This property is required. Sequence[str]
List of SANs
secure_network This property is required. str
Type of TLS deployment network
signature_algorithm This property is required. str
SHA algorithm type
sni_only This property is required. bool
Whether Server Name Indication is used for enrollment
staging_slots This property is required. Sequence[int]
Slots where the certificate is deployed on the staging network
tech_contacts This property is required. Sequence[GetCPSEnrollmentsEnrollmentTechContact]
Contact information for an administrator at Akamai
validation_type This property is required. str
Enrolment validation type
adminContacts This property is required. List<Property Map>
Contact information for the certificate administrator used at organization
assignedSlots This property is required. List<Number>
Slots where the certificate either will be deployed or is already deployed
certificateChainType This property is required. String
Certificate trust chain type
certificateType This property is required. String
Certificate type of enrollment
commonName This property is required. String
Common name used for enrollment
csrs This property is required. List<Property Map>
Data used for generation of Certificate Signing Request
enableMultiStackedCertificates This property is required. Boolean
Enable Dual-Stacked certificate deployment for enrollment
enrollmentId This property is required. Number
The unique identifier of enrollment
networkConfigurations This property is required. List<Property Map>
Settings containing network information and TLS metadata used by CPS
orgId This property is required. Number
The Digicert unique identifier for the organization
organizations This property is required. List<Property Map>
Organization information
pendingChanges This property is required. Boolean
Whether some changes are pending
productionSlots This property is required. List<Number>
Slots where the certificate is deployed on the production network
registrationAuthority This property is required. String
The registration authority or certificate authority (CA) used to obtain a certificate
sans This property is required. List<String>
List of SANs
secureNetwork This property is required. String
Type of TLS deployment network
signatureAlgorithm This property is required. String
SHA algorithm type
sniOnly This property is required. Boolean
Whether Server Name Indication is used for enrollment
stagingSlots This property is required. List<Number>
Slots where the certificate is deployed on the staging network
techContacts This property is required. List<Property Map>
Contact information for an administrator at Akamai
validationType This property is required. String
Enrolment validation type

GetCPSEnrollmentsEnrollmentAdminContact

Email This property is required. string
E-mail address of the contact
FirstName This property is required. string
First name of the contact
LastName This property is required. string
Last name of the contact
Phone This property is required. string
Phone number of the contact
AddressLineOne string
The address of the contact
AddressLineTwo string
The address of the contact
City string
City of residence of the contact
CountryCode string
Country code of the contact
Organization string
Organization where contact is hired
PostalCode string
Postal code of the contact
Region string
The region of the contact
Title string
Title of the the contact
Email This property is required. string
E-mail address of the contact
FirstName This property is required. string
First name of the contact
LastName This property is required. string
Last name of the contact
Phone This property is required. string
Phone number of the contact
AddressLineOne string
The address of the contact
AddressLineTwo string
The address of the contact
City string
City of residence of the contact
CountryCode string
Country code of the contact
Organization string
Organization where contact is hired
PostalCode string
Postal code of the contact
Region string
The region of the contact
Title string
Title of the the contact
email This property is required. String
E-mail address of the contact
firstName This property is required. String
First name of the contact
lastName This property is required. String
Last name of the contact
phone This property is required. String
Phone number of the contact
addressLineOne String
The address of the contact
addressLineTwo String
The address of the contact
city String
City of residence of the contact
countryCode String
Country code of the contact
organization String
Organization where contact is hired
postalCode String
Postal code of the contact
region String
The region of the contact
title String
Title of the the contact
email This property is required. string
E-mail address of the contact
firstName This property is required. string
First name of the contact
lastName This property is required. string
Last name of the contact
phone This property is required. string
Phone number of the contact
addressLineOne string
The address of the contact
addressLineTwo string
The address of the contact
city string
City of residence of the contact
countryCode string
Country code of the contact
organization string
Organization where contact is hired
postalCode string
Postal code of the contact
region string
The region of the contact
title string
Title of the the contact
email This property is required. str
E-mail address of the contact
first_name This property is required. str
First name of the contact
last_name This property is required. str
Last name of the contact
phone This property is required. str
Phone number of the contact
address_line_one str
The address of the contact
address_line_two str
The address of the contact
city str
City of residence of the contact
country_code str
Country code of the contact
organization str
Organization where contact is hired
postal_code str
Postal code of the contact
region str
The region of the contact
title str
Title of the the contact
email This property is required. String
E-mail address of the contact
firstName This property is required. String
First name of the contact
lastName This property is required. String
Last name of the contact
phone This property is required. String
Phone number of the contact
addressLineOne String
The address of the contact
addressLineTwo String
The address of the contact
city String
City of residence of the contact
countryCode String
Country code of the contact
organization String
Organization where contact is hired
postalCode String
Postal code of the contact
region String
The region of the contact
title String
Title of the the contact

GetCPSEnrollmentsEnrollmentCsr

City This property is required. string
City where organization is located
CountryCode This property is required. string
The code of the country where organization is located
Organization This property is required. string
Name of organization used in all legal documents
OrganizationalUnit This property is required. string
Organizational unit of organization
PreferredTrustChain This property is required. string
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
State This property is required. string
State or province of organization location
City This property is required. string
City where organization is located
CountryCode This property is required. string
The code of the country where organization is located
Organization This property is required. string
Name of organization used in all legal documents
OrganizationalUnit This property is required. string
Organizational unit of organization
PreferredTrustChain This property is required. string
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
State This property is required. string
State or province of organization location
city This property is required. String
City where organization is located
countryCode This property is required. String
The code of the country where organization is located
organization This property is required. String
Name of organization used in all legal documents
organizationalUnit This property is required. String
Organizational unit of organization
preferredTrustChain This property is required. String
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
state This property is required. String
State or province of organization location
city This property is required. string
City where organization is located
countryCode This property is required. string
The code of the country where organization is located
organization This property is required. string
Name of organization used in all legal documents
organizationalUnit This property is required. string
Organizational unit of organization
preferredTrustChain This property is required. string
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
state This property is required. string
State or province of organization location
city This property is required. str
City where organization is located
country_code This property is required. str
The code of the country where organization is located
organization This property is required. str
Name of organization used in all legal documents
organizational_unit This property is required. str
Organizational unit of organization
preferred_trust_chain This property is required. str
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
state This property is required. str
State or province of organization location
city This property is required. String
City where organization is located
countryCode This property is required. String
The code of the country where organization is located
organization This property is required. String
Name of organization used in all legal documents
organizationalUnit This property is required. String
Organizational unit of organization
preferredTrustChain This property is required. String
For the Let's Encrypt Domain Validated (DV) SAN certificates, the preferred trust chain will be included by CPS with the leaf certificate in the TLS handshake. If the field does not have a value, whichever trust chain Akamai chooses will be used by default
state This property is required. String
State or province of organization location

GetCPSEnrollmentsEnrollmentNetworkConfiguration

ClientMutualAuthentications This property is required. List<GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication>
The trust chain configuration used for client mutual authentication
CloneDnsNames This property is required. bool
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
DisallowedTlsVersions This property is required. List<string>
TLS versions which are disallowed
Geography This property is required. string
Geography type used for enrollment
MustHaveCiphers This property is required. string
Mandatory Ciphers which are included for enrollment
OcspStapling This property is required. string
Enable OCSP stapling
PreferredCiphers This property is required. string
Preferred Ciphers which are included for enrollment
QuicEnabled This property is required. bool
Enable QUIC protocol
ClientMutualAuthentications This property is required. []GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication
The trust chain configuration used for client mutual authentication
CloneDnsNames This property is required. bool
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
DisallowedTlsVersions This property is required. []string
TLS versions which are disallowed
Geography This property is required. string
Geography type used for enrollment
MustHaveCiphers This property is required. string
Mandatory Ciphers which are included for enrollment
OcspStapling This property is required. string
Enable OCSP stapling
PreferredCiphers This property is required. string
Preferred Ciphers which are included for enrollment
QuicEnabled This property is required. bool
Enable QUIC protocol
clientMutualAuthentications This property is required. List<GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication>
The trust chain configuration used for client mutual authentication
cloneDnsNames This property is required. Boolean
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
disallowedTlsVersions This property is required. List<String>
TLS versions which are disallowed
geography This property is required. String
Geography type used for enrollment
mustHaveCiphers This property is required. String
Mandatory Ciphers which are included for enrollment
ocspStapling This property is required. String
Enable OCSP stapling
preferredCiphers This property is required. String
Preferred Ciphers which are included for enrollment
quicEnabled This property is required. Boolean
Enable QUIC protocol
clientMutualAuthentications This property is required. GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication[]
The trust chain configuration used for client mutual authentication
cloneDnsNames This property is required. boolean
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
disallowedTlsVersions This property is required. string[]
TLS versions which are disallowed
geography This property is required. string
Geography type used for enrollment
mustHaveCiphers This property is required. string
Mandatory Ciphers which are included for enrollment
ocspStapling This property is required. string
Enable OCSP stapling
preferredCiphers This property is required. string
Preferred Ciphers which are included for enrollment
quicEnabled This property is required. boolean
Enable QUIC protocol
client_mutual_authentications This property is required. Sequence[GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication]
The trust chain configuration used for client mutual authentication
clone_dns_names This property is required. bool
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
disallowed_tls_versions This property is required. Sequence[str]
TLS versions which are disallowed
geography This property is required. str
Geography type used for enrollment
must_have_ciphers This property is required. str
Mandatory Ciphers which are included for enrollment
ocsp_stapling This property is required. str
Enable OCSP stapling
preferred_ciphers This property is required. str
Preferred Ciphers which are included for enrollment
quic_enabled This property is required. bool
Enable QUIC protocol
clientMutualAuthentications This property is required. List<Property Map>
The trust chain configuration used for client mutual authentication
cloneDnsNames This property is required. Boolean
Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
disallowedTlsVersions This property is required. List<String>
TLS versions which are disallowed
geography This property is required. String
Geography type used for enrollment
mustHaveCiphers This property is required. String
Mandatory Ciphers which are included for enrollment
ocspStapling This property is required. String
Enable OCSP stapling
preferredCiphers This property is required. String
Preferred Ciphers which are included for enrollment
quicEnabled This property is required. Boolean
Enable QUIC protocol

GetCPSEnrollmentsEnrollmentNetworkConfigurationClientMutualAuthentication

OcspEnabled This property is required. bool
Enable the OCSP stapling
SendCaListToClient This property is required. bool
Enable the server to send the certificate authority (CA) list to the client
SetId This property is required. string
The identifier of the set of trust chains, created in the Trust Chain Manager
OcspEnabled This property is required. bool
Enable the OCSP stapling
SendCaListToClient This property is required. bool
Enable the server to send the certificate authority (CA) list to the client
SetId This property is required. string
The identifier of the set of trust chains, created in the Trust Chain Manager
ocspEnabled This property is required. Boolean
Enable the OCSP stapling
sendCaListToClient This property is required. Boolean
Enable the server to send the certificate authority (CA) list to the client
setId This property is required. String
The identifier of the set of trust chains, created in the Trust Chain Manager
ocspEnabled This property is required. boolean
Enable the OCSP stapling
sendCaListToClient This property is required. boolean
Enable the server to send the certificate authority (CA) list to the client
setId This property is required. string
The identifier of the set of trust chains, created in the Trust Chain Manager
ocsp_enabled This property is required. bool
Enable the OCSP stapling
send_ca_list_to_client This property is required. bool
Enable the server to send the certificate authority (CA) list to the client
set_id This property is required. str
The identifier of the set of trust chains, created in the Trust Chain Manager
ocspEnabled This property is required. Boolean
Enable the OCSP stapling
sendCaListToClient This property is required. Boolean
Enable the server to send the certificate authority (CA) list to the client
setId This property is required. String
The identifier of the set of trust chains, created in the Trust Chain Manager

GetCPSEnrollmentsEnrollmentOrganization

AddressLineOne This property is required. string
The address of organization
AddressLineTwo This property is required. string
The address of organization
City This property is required. string
City where organization is located
CountryCode This property is required. string
Country code of country where organization is located
Name This property is required. string
Name of organization
Phone This property is required. string
The phone number of the administrator who is organization contact
PostalCode This property is required. string
The postal code of organization
Region This property is required. string
The region where organization resides
AddressLineOne This property is required. string
The address of organization
AddressLineTwo This property is required. string
The address of organization
City This property is required. string
City where organization is located
CountryCode This property is required. string
Country code of country where organization is located
Name This property is required. string
Name of organization
Phone This property is required. string
The phone number of the administrator who is organization contact
PostalCode This property is required. string
The postal code of organization
Region This property is required. string
The region where organization resides
addressLineOne This property is required. String
The address of organization
addressLineTwo This property is required. String
The address of organization
city This property is required. String
City where organization is located
countryCode This property is required. String
Country code of country where organization is located
name This property is required. String
Name of organization
phone This property is required. String
The phone number of the administrator who is organization contact
postalCode This property is required. String
The postal code of organization
region This property is required. String
The region where organization resides
addressLineOne This property is required. string
The address of organization
addressLineTwo This property is required. string
The address of organization
city This property is required. string
City where organization is located
countryCode This property is required. string
Country code of country where organization is located
name This property is required. string
Name of organization
phone This property is required. string
The phone number of the administrator who is organization contact
postalCode This property is required. string
The postal code of organization
region This property is required. string
The region where organization resides
address_line_one This property is required. str
The address of organization
address_line_two This property is required. str
The address of organization
city This property is required. str
City where organization is located
country_code This property is required. str
Country code of country where organization is located
name This property is required. str
Name of organization
phone This property is required. str
The phone number of the administrator who is organization contact
postal_code This property is required. str
The postal code of organization
region This property is required. str
The region where organization resides
addressLineOne This property is required. String
The address of organization
addressLineTwo This property is required. String
The address of organization
city This property is required. String
City where organization is located
countryCode This property is required. String
Country code of country where organization is located
name This property is required. String
Name of organization
phone This property is required. String
The phone number of the administrator who is organization contact
postalCode This property is required. String
The postal code of organization
region This property is required. String
The region where organization resides

GetCPSEnrollmentsEnrollmentTechContact

Email This property is required. string
E-mail address of the contact
FirstName This property is required. string
First name of the contact
LastName This property is required. string
Last name of the contact
Phone This property is required. string
Phone number of the contact
AddressLineOne string
The address of the contact
AddressLineTwo string
The address of the contact
City string
City of residence of the contact
CountryCode string
Country code of the contact
Organization string
Organization where contact is hired
PostalCode string
Postal code of the contact
Region string
The region of the contact
Title string
Title of the the contact
Email This property is required. string
E-mail address of the contact
FirstName This property is required. string
First name of the contact
LastName This property is required. string
Last name of the contact
Phone This property is required. string
Phone number of the contact
AddressLineOne string
The address of the contact
AddressLineTwo string
The address of the contact
City string
City of residence of the contact
CountryCode string
Country code of the contact
Organization string
Organization where contact is hired
PostalCode string
Postal code of the contact
Region string
The region of the contact
Title string
Title of the the contact
email This property is required. String
E-mail address of the contact
firstName This property is required. String
First name of the contact
lastName This property is required. String
Last name of the contact
phone This property is required. String
Phone number of the contact
addressLineOne String
The address of the contact
addressLineTwo String
The address of the contact
city String
City of residence of the contact
countryCode String
Country code of the contact
organization String
Organization where contact is hired
postalCode String
Postal code of the contact
region String
The region of the contact
title String
Title of the the contact
email This property is required. string
E-mail address of the contact
firstName This property is required. string
First name of the contact
lastName This property is required. string
Last name of the contact
phone This property is required. string
Phone number of the contact
addressLineOne string
The address of the contact
addressLineTwo string
The address of the contact
city string
City of residence of the contact
countryCode string
Country code of the contact
organization string
Organization where contact is hired
postalCode string
Postal code of the contact
region string
The region of the contact
title string
Title of the the contact
email This property is required. str
E-mail address of the contact
first_name This property is required. str
First name of the contact
last_name This property is required. str
Last name of the contact
phone This property is required. str
Phone number of the contact
address_line_one str
The address of the contact
address_line_two str
The address of the contact
city str
City of residence of the contact
country_code str
Country code of the contact
organization str
Organization where contact is hired
postal_code str
Postal code of the contact
region str
The region of the contact
title str
Title of the the contact
email This property is required. String
E-mail address of the contact
firstName This property is required. String
First name of the contact
lastName This property is required. String
Last name of the contact
phone This property is required. String
Phone number of the contact
addressLineOne String
The address of the contact
addressLineTwo String
The address of the contact
city String
City of residence of the contact
countryCode String
Country code of the contact
organization String
Organization where contact is hired
postalCode String
Postal code of the contact
region String
The region of the contact
title String
Title of the the contact

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes
This Pulumi package is based on the akamai Terraform Provider.
Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi