akamai.CpsThirdPartyEnrollment
Create CpsThirdPartyEnrollment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CpsThirdPartyEnrollment(name: string, args: CpsThirdPartyEnrollmentArgs, opts?: CustomResourceOptions);@overload
def CpsThirdPartyEnrollment(resource_name: str,
                            args: CpsThirdPartyEnrollmentArgs,
                            opts: Optional[ResourceOptions] = None)
@overload
def CpsThirdPartyEnrollment(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            network_configuration: Optional[CpsThirdPartyEnrollmentNetworkConfigurationArgs] = None,
                            admin_contact: Optional[CpsThirdPartyEnrollmentAdminContactArgs] = None,
                            tech_contact: Optional[CpsThirdPartyEnrollmentTechContactArgs] = None,
                            sni_only: Optional[bool] = None,
                            secure_network: Optional[str] = None,
                            organization: Optional[CpsThirdPartyEnrollmentOrganizationArgs] = None,
                            common_name: Optional[str] = None,
                            contract_id: Optional[str] = None,
                            csr: Optional[CpsThirdPartyEnrollmentCsrArgs] = None,
                            certificate_chain_type: Optional[str] = None,
                            exclude_sans: Optional[bool] = None,
                            change_management: Optional[bool] = None,
                            sans: Optional[Sequence[str]] = None,
                            acknowledge_pre_verification_warnings: Optional[bool] = None,
                            signature_algorithm: Optional[str] = None,
                            auto_approve_warnings: Optional[Sequence[str]] = None,
                            allow_duplicate_common_name: Optional[bool] = None,
                            timeouts: Optional[CpsThirdPartyEnrollmentTimeoutsArgs] = None)func NewCpsThirdPartyEnrollment(ctx *Context, name string, args CpsThirdPartyEnrollmentArgs, opts ...ResourceOption) (*CpsThirdPartyEnrollment, error)public CpsThirdPartyEnrollment(string name, CpsThirdPartyEnrollmentArgs args, CustomResourceOptions? opts = null)
public CpsThirdPartyEnrollment(String name, CpsThirdPartyEnrollmentArgs args)
public CpsThirdPartyEnrollment(String name, CpsThirdPartyEnrollmentArgs args, CustomResourceOptions options)
type: akamai:CpsThirdPartyEnrollment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CpsThirdPartyEnrollmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CpsThirdPartyEnrollmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CpsThirdPartyEnrollmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CpsThirdPartyEnrollmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CpsThirdPartyEnrollmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cpsThirdPartyEnrollmentResource = new Akamai.CpsThirdPartyEnrollment("cpsThirdPartyEnrollmentResource", new()
{
    NetworkConfiguration = new Akamai.Inputs.CpsThirdPartyEnrollmentNetworkConfigurationArgs
    {
        Geography = "string",
        ClientMutualAuthentication = new Akamai.Inputs.CpsThirdPartyEnrollmentNetworkConfigurationClientMutualAuthenticationArgs
        {
            OcspEnabled = false,
            SendCaListToClient = false,
            SetId = "string",
        },
        CloneDnsNames = false,
        DisallowedTlsVersions = new[]
        {
            "string",
        },
        MustHaveCiphers = "string",
        OcspStapling = "string",
        PreferredCiphers = "string",
        QuicEnabled = false,
    },
    AdminContact = new Akamai.Inputs.CpsThirdPartyEnrollmentAdminContactArgs
    {
        Email = "string",
        FirstName = "string",
        LastName = "string",
        Phone = "string",
        AddressLineOne = "string",
        AddressLineTwo = "string",
        City = "string",
        CountryCode = "string",
        Organization = "string",
        PostalCode = "string",
        Region = "string",
        Title = "string",
    },
    TechContact = new Akamai.Inputs.CpsThirdPartyEnrollmentTechContactArgs
    {
        Email = "string",
        FirstName = "string",
        LastName = "string",
        Phone = "string",
        AddressLineOne = "string",
        AddressLineTwo = "string",
        City = "string",
        CountryCode = "string",
        Organization = "string",
        PostalCode = "string",
        Region = "string",
        Title = "string",
    },
    SniOnly = false,
    SecureNetwork = "string",
    Organization = new Akamai.Inputs.CpsThirdPartyEnrollmentOrganizationArgs
    {
        AddressLineOne = "string",
        City = "string",
        CountryCode = "string",
        Name = "string",
        Phone = "string",
        PostalCode = "string",
        Region = "string",
        AddressLineTwo = "string",
    },
    CommonName = "string",
    ContractId = "string",
    Csr = new Akamai.Inputs.CpsThirdPartyEnrollmentCsrArgs
    {
        City = "string",
        CountryCode = "string",
        Organization = "string",
        OrganizationalUnit = "string",
        PreferredTrustChain = "string",
        State = "string",
    },
    CertificateChainType = "string",
    ExcludeSans = false,
    ChangeManagement = false,
    Sans = new[]
    {
        "string",
    },
    AcknowledgePreVerificationWarnings = false,
    SignatureAlgorithm = "string",
    AutoApproveWarnings = new[]
    {
        "string",
    },
    AllowDuplicateCommonName = false,
    Timeouts = new Akamai.Inputs.CpsThirdPartyEnrollmentTimeoutsArgs
    {
        Default = "string",
    },
});
example, err := akamai.NewCpsThirdPartyEnrollment(ctx, "cpsThirdPartyEnrollmentResource", &akamai.CpsThirdPartyEnrollmentArgs{
	NetworkConfiguration: &akamai.CpsThirdPartyEnrollmentNetworkConfigurationArgs{
		Geography: pulumi.String("string"),
		ClientMutualAuthentication: &akamai.CpsThirdPartyEnrollmentNetworkConfigurationClientMutualAuthenticationArgs{
			OcspEnabled:        pulumi.Bool(false),
			SendCaListToClient: pulumi.Bool(false),
			SetId:              pulumi.String("string"),
		},
		CloneDnsNames: pulumi.Bool(false),
		DisallowedTlsVersions: pulumi.StringArray{
			pulumi.String("string"),
		},
		MustHaveCiphers:  pulumi.String("string"),
		OcspStapling:     pulumi.String("string"),
		PreferredCiphers: pulumi.String("string"),
		QuicEnabled:      pulumi.Bool(false),
	},
	AdminContact: &akamai.CpsThirdPartyEnrollmentAdminContactArgs{
		Email:          pulumi.String("string"),
		FirstName:      pulumi.String("string"),
		LastName:       pulumi.String("string"),
		Phone:          pulumi.String("string"),
		AddressLineOne: pulumi.String("string"),
		AddressLineTwo: pulumi.String("string"),
		City:           pulumi.String("string"),
		CountryCode:    pulumi.String("string"),
		Organization:   pulumi.String("string"),
		PostalCode:     pulumi.String("string"),
		Region:         pulumi.String("string"),
		Title:          pulumi.String("string"),
	},
	TechContact: &akamai.CpsThirdPartyEnrollmentTechContactArgs{
		Email:          pulumi.String("string"),
		FirstName:      pulumi.String("string"),
		LastName:       pulumi.String("string"),
		Phone:          pulumi.String("string"),
		AddressLineOne: pulumi.String("string"),
		AddressLineTwo: pulumi.String("string"),
		City:           pulumi.String("string"),
		CountryCode:    pulumi.String("string"),
		Organization:   pulumi.String("string"),
		PostalCode:     pulumi.String("string"),
		Region:         pulumi.String("string"),
		Title:          pulumi.String("string"),
	},
	SniOnly:       pulumi.Bool(false),
	SecureNetwork: pulumi.String("string"),
	Organization: &akamai.CpsThirdPartyEnrollmentOrganizationArgs{
		AddressLineOne: pulumi.String("string"),
		City:           pulumi.String("string"),
		CountryCode:    pulumi.String("string"),
		Name:           pulumi.String("string"),
		Phone:          pulumi.String("string"),
		PostalCode:     pulumi.String("string"),
		Region:         pulumi.String("string"),
		AddressLineTwo: pulumi.String("string"),
	},
	CommonName: pulumi.String("string"),
	ContractId: pulumi.String("string"),
	Csr: &akamai.CpsThirdPartyEnrollmentCsrArgs{
		City:                pulumi.String("string"),
		CountryCode:         pulumi.String("string"),
		Organization:        pulumi.String("string"),
		OrganizationalUnit:  pulumi.String("string"),
		PreferredTrustChain: pulumi.String("string"),
		State:               pulumi.String("string"),
	},
	CertificateChainType: pulumi.String("string"),
	ExcludeSans:          pulumi.Bool(false),
	ChangeManagement:     pulumi.Bool(false),
	Sans: pulumi.StringArray{
		pulumi.String("string"),
	},
	AcknowledgePreVerificationWarnings: pulumi.Bool(false),
	SignatureAlgorithm:                 pulumi.String("string"),
	AutoApproveWarnings: pulumi.StringArray{
		pulumi.String("string"),
	},
	AllowDuplicateCommonName: pulumi.Bool(false),
	Timeouts: &akamai.CpsThirdPartyEnrollmentTimeoutsArgs{
		Default: pulumi.String("string"),
	},
})
var cpsThirdPartyEnrollmentResource = new CpsThirdPartyEnrollment("cpsThirdPartyEnrollmentResource", CpsThirdPartyEnrollmentArgs.builder()
    .networkConfiguration(CpsThirdPartyEnrollmentNetworkConfigurationArgs.builder()
        .geography("string")
        .clientMutualAuthentication(CpsThirdPartyEnrollmentNetworkConfigurationClientMutualAuthenticationArgs.builder()
            .ocspEnabled(false)
            .sendCaListToClient(false)
            .setId("string")
            .build())
        .cloneDnsNames(false)
        .disallowedTlsVersions("string")
        .mustHaveCiphers("string")
        .ocspStapling("string")
        .preferredCiphers("string")
        .quicEnabled(false)
        .build())
    .adminContact(CpsThirdPartyEnrollmentAdminContactArgs.builder()
        .email("string")
        .firstName("string")
        .lastName("string")
        .phone("string")
        .addressLineOne("string")
        .addressLineTwo("string")
        .city("string")
        .countryCode("string")
        .organization("string")
        .postalCode("string")
        .region("string")
        .title("string")
        .build())
    .techContact(CpsThirdPartyEnrollmentTechContactArgs.builder()
        .email("string")
        .firstName("string")
        .lastName("string")
        .phone("string")
        .addressLineOne("string")
        .addressLineTwo("string")
        .city("string")
        .countryCode("string")
        .organization("string")
        .postalCode("string")
        .region("string")
        .title("string")
        .build())
    .sniOnly(false)
    .secureNetwork("string")
    .organization(CpsThirdPartyEnrollmentOrganizationArgs.builder()
        .addressLineOne("string")
        .city("string")
        .countryCode("string")
        .name("string")
        .phone("string")
        .postalCode("string")
        .region("string")
        .addressLineTwo("string")
        .build())
    .commonName("string")
    .contractId("string")
    .csr(CpsThirdPartyEnrollmentCsrArgs.builder()
        .city("string")
        .countryCode("string")
        .organization("string")
        .organizationalUnit("string")
        .preferredTrustChain("string")
        .state("string")
        .build())
    .certificateChainType("string")
    .excludeSans(false)
    .changeManagement(false)
    .sans("string")
    .acknowledgePreVerificationWarnings(false)
    .signatureAlgorithm("string")
    .autoApproveWarnings("string")
    .allowDuplicateCommonName(false)
    .timeouts(CpsThirdPartyEnrollmentTimeoutsArgs.builder()
        .default_("string")
        .build())
    .build());
cps_third_party_enrollment_resource = akamai.CpsThirdPartyEnrollment("cpsThirdPartyEnrollmentResource",
    network_configuration={
        "geography": "string",
        "client_mutual_authentication": {
            "ocsp_enabled": False,
            "send_ca_list_to_client": False,
            "set_id": "string",
        },
        "clone_dns_names": False,
        "disallowed_tls_versions": ["string"],
        "must_have_ciphers": "string",
        "ocsp_stapling": "string",
        "preferred_ciphers": "string",
        "quic_enabled": False,
    },
    admin_contact={
        "email": "string",
        "first_name": "string",
        "last_name": "string",
        "phone": "string",
        "address_line_one": "string",
        "address_line_two": "string",
        "city": "string",
        "country_code": "string",
        "organization": "string",
        "postal_code": "string",
        "region": "string",
        "title": "string",
    },
    tech_contact={
        "email": "string",
        "first_name": "string",
        "last_name": "string",
        "phone": "string",
        "address_line_one": "string",
        "address_line_two": "string",
        "city": "string",
        "country_code": "string",
        "organization": "string",
        "postal_code": "string",
        "region": "string",
        "title": "string",
    },
    sni_only=False,
    secure_network="string",
    organization={
        "address_line_one": "string",
        "city": "string",
        "country_code": "string",
        "name": "string",
        "phone": "string",
        "postal_code": "string",
        "region": "string",
        "address_line_two": "string",
    },
    common_name="string",
    contract_id="string",
    csr={
        "city": "string",
        "country_code": "string",
        "organization": "string",
        "organizational_unit": "string",
        "preferred_trust_chain": "string",
        "state": "string",
    },
    certificate_chain_type="string",
    exclude_sans=False,
    change_management=False,
    sans=["string"],
    acknowledge_pre_verification_warnings=False,
    signature_algorithm="string",
    auto_approve_warnings=["string"],
    allow_duplicate_common_name=False,
    timeouts={
        "default": "string",
    })
const cpsThirdPartyEnrollmentResource = new akamai.CpsThirdPartyEnrollment("cpsThirdPartyEnrollmentResource", {
    networkConfiguration: {
        geography: "string",
        clientMutualAuthentication: {
            ocspEnabled: false,
            sendCaListToClient: false,
            setId: "string",
        },
        cloneDnsNames: false,
        disallowedTlsVersions: ["string"],
        mustHaveCiphers: "string",
        ocspStapling: "string",
        preferredCiphers: "string",
        quicEnabled: false,
    },
    adminContact: {
        email: "string",
        firstName: "string",
        lastName: "string",
        phone: "string",
        addressLineOne: "string",
        addressLineTwo: "string",
        city: "string",
        countryCode: "string",
        organization: "string",
        postalCode: "string",
        region: "string",
        title: "string",
    },
    techContact: {
        email: "string",
        firstName: "string",
        lastName: "string",
        phone: "string",
        addressLineOne: "string",
        addressLineTwo: "string",
        city: "string",
        countryCode: "string",
        organization: "string",
        postalCode: "string",
        region: "string",
        title: "string",
    },
    sniOnly: false,
    secureNetwork: "string",
    organization: {
        addressLineOne: "string",
        city: "string",
        countryCode: "string",
        name: "string",
        phone: "string",
        postalCode: "string",
        region: "string",
        addressLineTwo: "string",
    },
    commonName: "string",
    contractId: "string",
    csr: {
        city: "string",
        countryCode: "string",
        organization: "string",
        organizationalUnit: "string",
        preferredTrustChain: "string",
        state: "string",
    },
    certificateChainType: "string",
    excludeSans: false,
    changeManagement: false,
    sans: ["string"],
    acknowledgePreVerificationWarnings: false,
    signatureAlgorithm: "string",
    autoApproveWarnings: ["string"],
    allowDuplicateCommonName: false,
    timeouts: {
        "default": "string",
    },
});
type: akamai:CpsThirdPartyEnrollment
properties:
    acknowledgePreVerificationWarnings: false
    adminContact:
        addressLineOne: string
        addressLineTwo: string
        city: string
        countryCode: string
        email: string
        firstName: string
        lastName: string
        organization: string
        phone: string
        postalCode: string
        region: string
        title: string
    allowDuplicateCommonName: false
    autoApproveWarnings:
        - string
    certificateChainType: string
    changeManagement: false
    commonName: string
    contractId: string
    csr:
        city: string
        countryCode: string
        organization: string
        organizationalUnit: string
        preferredTrustChain: string
        state: string
    excludeSans: false
    networkConfiguration:
        clientMutualAuthentication:
            ocspEnabled: false
            sendCaListToClient: false
            setId: string
        cloneDnsNames: false
        disallowedTlsVersions:
            - string
        geography: string
        mustHaveCiphers: string
        ocspStapling: string
        preferredCiphers: string
        quicEnabled: false
    organization:
        addressLineOne: string
        addressLineTwo: string
        city: string
        countryCode: string
        name: string
        phone: string
        postalCode: string
        region: string
    sans:
        - string
    secureNetwork: string
    signatureAlgorithm: string
    sniOnly: false
    techContact:
        addressLineOne: string
        addressLineTwo: string
        city: string
        countryCode: string
        email: string
        firstName: string
        lastName: string
        organization: string
        phone: string
        postalCode: string
        region: string
        title: string
    timeouts:
        default: string
CpsThirdPartyEnrollment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CpsThirdPartyEnrollment resource accepts the following input properties:
- AdminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- CommonName string
- Common name used for enrollment
- ContractId string
- Contract ID for which enrollment is retrieved
- Csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- NetworkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- Organization
CpsThird Party Enrollment Organization 
- Organization information
- SecureNetwork string
- Type of TLS deployment network
- SniOnly bool
- Whether Server Name Indication is used for enrollment
- TechContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- AcknowledgePre boolVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- AllowDuplicate boolCommon Name 
- Allow to duplicate common name. Default is false
- AutoApprove List<string>Warnings 
- List of warnings to be automatically approved
- CertificateChain stringType 
- Certificate trust chain type. Default is 'default'
- ChangeManagement bool
- When set to false, the certificate will be deployed to both staging and production networks
- ExcludeSans bool
- When true, SANs are excluded from the CSR
- Sans List<string>
- List of SANs
- SignatureAlgorithm string
- Timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- AdminContact CpsThird Party Enrollment Admin Contact Args 
- Contact information for the certificate administrator to use at organization
- CommonName string
- Common name used for enrollment
- ContractId string
- Contract ID for which enrollment is retrieved
- Csr
CpsThird Party Enrollment Csr Args 
- Data used for generation of Certificate Signing Request
- NetworkConfiguration CpsThird Party Enrollment Network Configuration Args 
- Settings containing network information and TLS metadata used by CPS
- Organization
CpsThird Party Enrollment Organization Args 
- Organization information
- SecureNetwork string
- Type of TLS deployment network
- SniOnly bool
- Whether Server Name Indication is used for enrollment
- TechContact CpsThird Party Enrollment Tech Contact Args 
- Contact information for an administrator at Akamai
- AcknowledgePre boolVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- AllowDuplicate boolCommon Name 
- Allow to duplicate common name. Default is false
- AutoApprove []stringWarnings 
- List of warnings to be automatically approved
- CertificateChain stringType 
- Certificate trust chain type. Default is 'default'
- ChangeManagement bool
- When set to false, the certificate will be deployed to both staging and production networks
- ExcludeSans bool
- When true, SANs are excluded from the CSR
- Sans []string
- List of SANs
- SignatureAlgorithm string
- Timeouts
CpsThird Party Enrollment Timeouts Args 
- Enables to set timeout for processing
- adminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- commonName String
- Common name used for enrollment
- contractId String
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- networkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization 
- Organization information
- secureNetwork String
- Type of TLS deployment network
- sniOnly Boolean
- Whether Server Name Indication is used for enrollment
- techContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- acknowledgePre BooleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- allowDuplicate BooleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove List<String>Warnings 
- List of warnings to be automatically approved
- certificateChain StringType 
- Certificate trust chain type. Default is 'default'
- changeManagement Boolean
- When set to false, the certificate will be deployed to both staging and production networks
- excludeSans Boolean
- When true, SANs are excluded from the CSR
- sans List<String>
- List of SANs
- signatureAlgorithm String
- timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- adminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- commonName string
- Common name used for enrollment
- contractId string
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- networkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization 
- Organization information
- secureNetwork string
- Type of TLS deployment network
- sniOnly boolean
- Whether Server Name Indication is used for enrollment
- techContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- acknowledgePre booleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- allowDuplicate booleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove string[]Warnings 
- List of warnings to be automatically approved
- certificateChain stringType 
- Certificate trust chain type. Default is 'default'
- changeManagement boolean
- When set to false, the certificate will be deployed to both staging and production networks
- excludeSans boolean
- When true, SANs are excluded from the CSR
- sans string[]
- List of SANs
- signatureAlgorithm string
- timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- admin_contact CpsThird Party Enrollment Admin Contact Args 
- Contact information for the certificate administrator to use at organization
- common_name str
- Common name used for enrollment
- contract_id str
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr Args 
- Data used for generation of Certificate Signing Request
- network_configuration CpsThird Party Enrollment Network Configuration Args 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization Args 
- Organization information
- secure_network str
- Type of TLS deployment network
- sni_only bool
- Whether Server Name Indication is used for enrollment
- tech_contact CpsThird Party Enrollment Tech Contact Args 
- Contact information for an administrator at Akamai
- acknowledge_pre_ boolverification_ warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- allow_duplicate_ boolcommon_ name 
- Allow to duplicate common name. Default is false
- auto_approve_ Sequence[str]warnings 
- List of warnings to be automatically approved
- certificate_chain_ strtype 
- Certificate trust chain type. Default is 'default'
- change_management bool
- When set to false, the certificate will be deployed to both staging and production networks
- exclude_sans bool
- When true, SANs are excluded from the CSR
- sans Sequence[str]
- List of SANs
- signature_algorithm str
- timeouts
CpsThird Party Enrollment Timeouts Args 
- Enables to set timeout for processing
- adminContact Property Map
- Contact information for the certificate administrator to use at organization
- commonName String
- Common name used for enrollment
- contractId String
- Contract ID for which enrollment is retrieved
- csr Property Map
- Data used for generation of Certificate Signing Request
- networkConfiguration Property Map
- Settings containing network information and TLS metadata used by CPS
- organization Property Map
- Organization information
- secureNetwork String
- Type of TLS deployment network
- sniOnly Boolean
- Whether Server Name Indication is used for enrollment
- techContact Property Map
- Contact information for an administrator at Akamai
- acknowledgePre BooleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- allowDuplicate BooleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove List<String>Warnings 
- List of warnings to be automatically approved
- certificateChain StringType 
- Certificate trust chain type. Default is 'default'
- changeManagement Boolean
- When set to false, the certificate will be deployed to both staging and production networks
- excludeSans Boolean
- When true, SANs are excluded from the CSR
- sans List<String>
- List of SANs
- signatureAlgorithm String
- timeouts Property Map
- Enables to set timeout for processing
Outputs
All input properties are implicitly available as output properties. Additionally, the CpsThirdPartyEnrollment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing CpsThirdPartyEnrollment Resource
Get an existing CpsThirdPartyEnrollment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CpsThirdPartyEnrollmentState, opts?: CustomResourceOptions): CpsThirdPartyEnrollment@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        acknowledge_pre_verification_warnings: Optional[bool] = None,
        admin_contact: Optional[CpsThirdPartyEnrollmentAdminContactArgs] = None,
        allow_duplicate_common_name: Optional[bool] = None,
        auto_approve_warnings: Optional[Sequence[str]] = None,
        certificate_chain_type: Optional[str] = None,
        change_management: Optional[bool] = None,
        common_name: Optional[str] = None,
        contract_id: Optional[str] = None,
        csr: Optional[CpsThirdPartyEnrollmentCsrArgs] = None,
        exclude_sans: Optional[bool] = None,
        network_configuration: Optional[CpsThirdPartyEnrollmentNetworkConfigurationArgs] = None,
        organization: Optional[CpsThirdPartyEnrollmentOrganizationArgs] = None,
        sans: Optional[Sequence[str]] = None,
        secure_network: Optional[str] = None,
        signature_algorithm: Optional[str] = None,
        sni_only: Optional[bool] = None,
        tech_contact: Optional[CpsThirdPartyEnrollmentTechContactArgs] = None,
        timeouts: Optional[CpsThirdPartyEnrollmentTimeoutsArgs] = None) -> CpsThirdPartyEnrollmentfunc GetCpsThirdPartyEnrollment(ctx *Context, name string, id IDInput, state *CpsThirdPartyEnrollmentState, opts ...ResourceOption) (*CpsThirdPartyEnrollment, error)public static CpsThirdPartyEnrollment Get(string name, Input<string> id, CpsThirdPartyEnrollmentState? state, CustomResourceOptions? opts = null)public static CpsThirdPartyEnrollment get(String name, Output<String> id, CpsThirdPartyEnrollmentState state, CustomResourceOptions options)resources:  _:    type: akamai:CpsThirdPartyEnrollment    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AcknowledgePre boolVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- AdminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- AllowDuplicate boolCommon Name 
- Allow to duplicate common name. Default is false
- AutoApprove List<string>Warnings 
- List of warnings to be automatically approved
- CertificateChain stringType 
- Certificate trust chain type. Default is 'default'
- ChangeManagement bool
- When set to false, the certificate will be deployed to both staging and production networks
- CommonName string
- Common name used for enrollment
- ContractId string
- Contract ID for which enrollment is retrieved
- Csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- ExcludeSans bool
- When true, SANs are excluded from the CSR
- NetworkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- Organization
CpsThird Party Enrollment Organization 
- Organization information
- Sans List<string>
- List of SANs
- SecureNetwork string
- Type of TLS deployment network
- SignatureAlgorithm string
- SniOnly bool
- Whether Server Name Indication is used for enrollment
- TechContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- Timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- AcknowledgePre boolVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- AdminContact CpsThird Party Enrollment Admin Contact Args 
- Contact information for the certificate administrator to use at organization
- AllowDuplicate boolCommon Name 
- Allow to duplicate common name. Default is false
- AutoApprove []stringWarnings 
- List of warnings to be automatically approved
- CertificateChain stringType 
- Certificate trust chain type. Default is 'default'
- ChangeManagement bool
- When set to false, the certificate will be deployed to both staging and production networks
- CommonName string
- Common name used for enrollment
- ContractId string
- Contract ID for which enrollment is retrieved
- Csr
CpsThird Party Enrollment Csr Args 
- Data used for generation of Certificate Signing Request
- ExcludeSans bool
- When true, SANs are excluded from the CSR
- NetworkConfiguration CpsThird Party Enrollment Network Configuration Args 
- Settings containing network information and TLS metadata used by CPS
- Organization
CpsThird Party Enrollment Organization Args 
- Organization information
- Sans []string
- List of SANs
- SecureNetwork string
- Type of TLS deployment network
- SignatureAlgorithm string
- SniOnly bool
- Whether Server Name Indication is used for enrollment
- TechContact CpsThird Party Enrollment Tech Contact Args 
- Contact information for an administrator at Akamai
- Timeouts
CpsThird Party Enrollment Timeouts Args 
- Enables to set timeout for processing
- acknowledgePre BooleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- adminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- allowDuplicate BooleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove List<String>Warnings 
- List of warnings to be automatically approved
- certificateChain StringType 
- Certificate trust chain type. Default is 'default'
- changeManagement Boolean
- When set to false, the certificate will be deployed to both staging and production networks
- commonName String
- Common name used for enrollment
- contractId String
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- excludeSans Boolean
- When true, SANs are excluded from the CSR
- networkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization 
- Organization information
- sans List<String>
- List of SANs
- secureNetwork String
- Type of TLS deployment network
- signatureAlgorithm String
- sniOnly Boolean
- Whether Server Name Indication is used for enrollment
- techContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- acknowledgePre booleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- adminContact CpsThird Party Enrollment Admin Contact 
- Contact information for the certificate administrator to use at organization
- allowDuplicate booleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove string[]Warnings 
- List of warnings to be automatically approved
- certificateChain stringType 
- Certificate trust chain type. Default is 'default'
- changeManagement boolean
- When set to false, the certificate will be deployed to both staging and production networks
- commonName string
- Common name used for enrollment
- contractId string
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr 
- Data used for generation of Certificate Signing Request
- excludeSans boolean
- When true, SANs are excluded from the CSR
- networkConfiguration CpsThird Party Enrollment Network Configuration 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization 
- Organization information
- sans string[]
- List of SANs
- secureNetwork string
- Type of TLS deployment network
- signatureAlgorithm string
- sniOnly boolean
- Whether Server Name Indication is used for enrollment
- techContact CpsThird Party Enrollment Tech Contact 
- Contact information for an administrator at Akamai
- timeouts
CpsThird Party Enrollment Timeouts 
- Enables to set timeout for processing
- acknowledge_pre_ boolverification_ warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- admin_contact CpsThird Party Enrollment Admin Contact Args 
- Contact information for the certificate administrator to use at organization
- allow_duplicate_ boolcommon_ name 
- Allow to duplicate common name. Default is false
- auto_approve_ Sequence[str]warnings 
- List of warnings to be automatically approved
- certificate_chain_ strtype 
- Certificate trust chain type. Default is 'default'
- change_management bool
- When set to false, the certificate will be deployed to both staging and production networks
- common_name str
- Common name used for enrollment
- contract_id str
- Contract ID for which enrollment is retrieved
- csr
CpsThird Party Enrollment Csr Args 
- Data used for generation of Certificate Signing Request
- exclude_sans bool
- When true, SANs are excluded from the CSR
- network_configuration CpsThird Party Enrollment Network Configuration Args 
- Settings containing network information and TLS metadata used by CPS
- organization
CpsThird Party Enrollment Organization Args 
- Organization information
- sans Sequence[str]
- List of SANs
- secure_network str
- Type of TLS deployment network
- signature_algorithm str
- sni_only bool
- Whether Server Name Indication is used for enrollment
- tech_contact CpsThird Party Enrollment Tech Contact Args 
- Contact information for an administrator at Akamai
- timeouts
CpsThird Party Enrollment Timeouts Args 
- Enables to set timeout for processing
- acknowledgePre BooleanVerification Warnings 
- Whether acknowledge warnings before certificate verification. Default is false
- adminContact Property Map
- Contact information for the certificate administrator to use at organization
- allowDuplicate BooleanCommon Name 
- Allow to duplicate common name. Default is false
- autoApprove List<String>Warnings 
- List of warnings to be automatically approved
- certificateChain StringType 
- Certificate trust chain type. Default is 'default'
- changeManagement Boolean
- When set to false, the certificate will be deployed to both staging and production networks
- commonName String
- Common name used for enrollment
- contractId String
- Contract ID for which enrollment is retrieved
- csr Property Map
- Data used for generation of Certificate Signing Request
- excludeSans Boolean
- When true, SANs are excluded from the CSR
- networkConfiguration Property Map
- Settings containing network information and TLS metadata used by CPS
- organization Property Map
- Organization information
- sans List<String>
- List of SANs
- secureNetwork String
- Type of TLS deployment network
- signatureAlgorithm String
- sniOnly Boolean
- Whether Server Name Indication is used for enrollment
- techContact Property Map
- Contact information for an administrator at Akamai
- timeouts Property Map
- Enables to set timeout for processing
Supporting Types
CpsThirdPartyEnrollmentAdminContact, CpsThirdPartyEnrollmentAdminContactArgs            
- Email string
- E-mail address of the contact
- FirstName string
- First name of the contact
- LastName string
- Last name of the contact
- Phone string
- Phone number of the contact
- AddressLine stringOne 
- The address of the contact
- AddressLine stringTwo 
- 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 string
- E-mail address of the contact
- FirstName string
- First name of the contact
- LastName string
- Last name of the contact
- Phone string
- Phone number of the contact
- AddressLine stringOne 
- The address of the contact
- AddressLine stringTwo 
- 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 String
- E-mail address of the contact
- firstName String
- First name of the contact
- lastName String
- Last name of the contact
- phone String
- Phone number of the contact
- addressLine StringOne 
- The address of the contact
- addressLine StringTwo 
- 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 string
- E-mail address of the contact
- firstName string
- First name of the contact
- lastName string
- Last name of the contact
- phone string
- Phone number of the contact
- addressLine stringOne 
- The address of the contact
- addressLine stringTwo 
- 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 str
- E-mail address of the contact
- first_name str
- First name of the contact
- last_name str
- Last name of the contact
- phone str
- Phone number of the contact
- address_line_ strone 
- The address of the contact
- address_line_ strtwo 
- 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 String
- E-mail address of the contact
- firstName String
- First name of the contact
- lastName String
- Last name of the contact
- phone String
- Phone number of the contact
- addressLine StringOne 
- The address of the contact
- addressLine StringTwo 
- 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
CpsThirdPartyEnrollmentCsr, CpsThirdPartyEnrollmentCsrArgs          
- City string
- City where organization is located
- CountryCode string
- The code of the country where organization is located
- Organization string
- Name of organization used in all legal documents
- OrganizationalUnit string
- Organizational unit of organization
- PreferredTrust stringChain 
- 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 string
- State or province of organization location
- City string
- City where organization is located
- CountryCode string
- The code of the country where organization is located
- Organization string
- Name of organization used in all legal documents
- OrganizationalUnit string
- Organizational unit of organization
- PreferredTrust stringChain 
- 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 string
- State or province of organization location
- city String
- City where organization is located
- countryCode String
- The code of the country where organization is located
- organization String
- Name of organization used in all legal documents
- organizationalUnit String
- Organizational unit of organization
- preferredTrust StringChain 
- 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 String
- State or province of organization location
- city string
- City where organization is located
- countryCode string
- The code of the country where organization is located
- organization string
- Name of organization used in all legal documents
- organizationalUnit string
- Organizational unit of organization
- preferredTrust stringChain 
- 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 string
- State or province of organization location
- city str
- City where organization is located
- country_code str
- The code of the country where organization is located
- organization str
- Name of organization used in all legal documents
- organizational_unit str
- Organizational unit of organization
- preferred_trust_ strchain 
- 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 str
- State or province of organization location
- city String
- City where organization is located
- countryCode String
- The code of the country where organization is located
- organization String
- Name of organization used in all legal documents
- organizationalUnit String
- Organizational unit of organization
- preferredTrust StringChain 
- 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 String
- State or province of organization location
CpsThirdPartyEnrollmentNetworkConfiguration, CpsThirdPartyEnrollmentNetworkConfigurationArgs            
- Geography string
- Geography type used for enrollment
- ClientMutual CpsAuthentication Third Party Enrollment Network Configuration Client Mutual Authentication 
- The trust chain configuration used for client mutual authentication
- CloneDns boolNames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- DisallowedTls List<string>Versions 
- TLS versions which are disallowed
- MustHave stringCiphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- OcspStapling string
- Enable OCSP stapling. Default is 'on'
- PreferredCiphers string
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- QuicEnabled bool
- Enable QUIC protocol. Default is false
- Geography string
- Geography type used for enrollment
- ClientMutual CpsAuthentication Third Party Enrollment Network Configuration Client Mutual Authentication 
- The trust chain configuration used for client mutual authentication
- CloneDns boolNames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- DisallowedTls []stringVersions 
- TLS versions which are disallowed
- MustHave stringCiphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- OcspStapling string
- Enable OCSP stapling. Default is 'on'
- PreferredCiphers string
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- QuicEnabled bool
- Enable QUIC protocol. Default is false
- geography String
- Geography type used for enrollment
- clientMutual CpsAuthentication Third Party Enrollment Network Configuration Client Mutual Authentication 
- The trust chain configuration used for client mutual authentication
- cloneDns BooleanNames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- disallowedTls List<String>Versions 
- TLS versions which are disallowed
- mustHave StringCiphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- ocspStapling String
- Enable OCSP stapling. Default is 'on'
- preferredCiphers String
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- quicEnabled Boolean
- Enable QUIC protocol. Default is false
- geography string
- Geography type used for enrollment
- clientMutual CpsAuthentication Third Party Enrollment Network Configuration Client Mutual Authentication 
- The trust chain configuration used for client mutual authentication
- cloneDns booleanNames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- disallowedTls string[]Versions 
- TLS versions which are disallowed
- mustHave stringCiphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- ocspStapling string
- Enable OCSP stapling. Default is 'on'
- preferredCiphers string
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- quicEnabled boolean
- Enable QUIC protocol. Default is false
- geography str
- Geography type used for enrollment
- client_mutual_ Cpsauthentication Third Party Enrollment Network Configuration Client Mutual Authentication 
- The trust chain configuration used for client mutual authentication
- clone_dns_ boolnames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- disallowed_tls_ Sequence[str]versions 
- TLS versions which are disallowed
- must_have_ strciphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- ocsp_stapling str
- Enable OCSP stapling. Default is 'on'
- preferred_ciphers str
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- quic_enabled bool
- Enable QUIC protocol. Default is false
- geography String
- Geography type used for enrollment
- clientMutual Property MapAuthentication 
- The trust chain configuration used for client mutual authentication
- cloneDns BooleanNames 
- Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created. Default is false
- disallowedTls List<String>Versions 
- TLS versions which are disallowed
- mustHave StringCiphers 
- Mandatory Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- ocspStapling String
- Enable OCSP stapling. Default is 'on'
- preferredCiphers String
- Preferred Ciphers which are included for enrollment. Default is 'ak-akamai-2020q1'
- quicEnabled Boolean
- Enable QUIC protocol. Default is false
CpsThirdPartyEnrollmentNetworkConfigurationClientMutualAuthentication, CpsThirdPartyEnrollmentNetworkConfigurationClientMutualAuthenticationArgs                  
- OcspEnabled bool
- Enable OCSP stapling
- SendCa boolList To Client 
- Enable the server to send the certificate authority (CA) list to the client
- SetId string
- The identifier of the set of trust chains, created in the Trust Chain Manager
- OcspEnabled bool
- Enable OCSP stapling
- SendCa boolList To Client 
- Enable the server to send the certificate authority (CA) list to the client
- SetId string
- The identifier of the set of trust chains, created in the Trust Chain Manager
- ocspEnabled Boolean
- Enable OCSP stapling
- sendCa BooleanList To Client 
- Enable the server to send the certificate authority (CA) list to the client
- setId String
- The identifier of the set of trust chains, created in the Trust Chain Manager
- ocspEnabled boolean
- Enable OCSP stapling
- sendCa booleanList To Client 
- Enable the server to send the certificate authority (CA) list to the client
- setId string
- The identifier of the set of trust chains, created in the Trust Chain Manager
- ocsp_enabled bool
- Enable OCSP stapling
- send_ca_ boollist_ to_ client 
- Enable the server to send the certificate authority (CA) list to the client
- set_id str
- The identifier of the set of trust chains, created in the Trust Chain Manager
- ocspEnabled Boolean
- Enable OCSP stapling
- sendCa BooleanList To Client 
- Enable the server to send the certificate authority (CA) list to the client
- setId String
- The identifier of the set of trust chains, created in the Trust Chain Manager
CpsThirdPartyEnrollmentOrganization, CpsThirdPartyEnrollmentOrganizationArgs          
- AddressLine stringOne 
- The address of organization
- City string
- City of organization
- CountryCode string
- Country code of organization
- Name string
- Name of organization
- Phone string
- Phone number of organization
- PostalCode string
- Postal code of organization
- Region string
- The region of organization
- AddressLine stringTwo 
- The address of organization
- AddressLine stringOne 
- The address of organization
- City string
- City of organization
- CountryCode string
- Country code of organization
- Name string
- Name of organization
- Phone string
- Phone number of organization
- PostalCode string
- Postal code of organization
- Region string
- The region of organization
- AddressLine stringTwo 
- The address of organization
- addressLine StringOne 
- The address of organization
- city String
- City of organization
- countryCode String
- Country code of organization
- name String
- Name of organization
- phone String
- Phone number of organization
- postalCode String
- Postal code of organization
- region String
- The region of organization
- addressLine StringTwo 
- The address of organization
- addressLine stringOne 
- The address of organization
- city string
- City of organization
- countryCode string
- Country code of organization
- name string
- Name of organization
- phone string
- Phone number of organization
- postalCode string
- Postal code of organization
- region string
- The region of organization
- addressLine stringTwo 
- The address of organization
- address_line_ strone 
- The address of organization
- city str
- City of organization
- country_code str
- Country code of organization
- name str
- Name of organization
- phone str
- Phone number of organization
- postal_code str
- Postal code of organization
- region str
- The region of organization
- address_line_ strtwo 
- The address of organization
- addressLine StringOne 
- The address of organization
- city String
- City of organization
- countryCode String
- Country code of organization
- name String
- Name of organization
- phone String
- Phone number of organization
- postalCode String
- Postal code of organization
- region String
- The region of organization
- addressLine StringTwo 
- The address of organization
CpsThirdPartyEnrollmentTechContact, CpsThirdPartyEnrollmentTechContactArgs            
- Email string
- E-mail address of the contact
- FirstName string
- First name of the contact
- LastName string
- Last name of the contact
- Phone string
- Phone number of the contact
- AddressLine stringOne 
- The address of the contact
- AddressLine stringTwo 
- 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 string
- E-mail address of the contact
- FirstName string
- First name of the contact
- LastName string
- Last name of the contact
- Phone string
- Phone number of the contact
- AddressLine stringOne 
- The address of the contact
- AddressLine stringTwo 
- 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 String
- E-mail address of the contact
- firstName String
- First name of the contact
- lastName String
- Last name of the contact
- phone String
- Phone number of the contact
- addressLine StringOne 
- The address of the contact
- addressLine StringTwo 
- 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 string
- E-mail address of the contact
- firstName string
- First name of the contact
- lastName string
- Last name of the contact
- phone string
- Phone number of the contact
- addressLine stringOne 
- The address of the contact
- addressLine stringTwo 
- 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 str
- E-mail address of the contact
- first_name str
- First name of the contact
- last_name str
- Last name of the contact
- phone str
- Phone number of the contact
- address_line_ strone 
- The address of the contact
- address_line_ strtwo 
- 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 String
- E-mail address of the contact
- firstName String
- First name of the contact
- lastName String
- Last name of the contact
- phone String
- Phone number of the contact
- addressLine StringOne 
- The address of the contact
- addressLine StringTwo 
- 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
CpsThirdPartyEnrollmentTimeouts, CpsThirdPartyEnrollmentTimeoutsArgs          
- Default string
- Default string
- default_ String
- default string
- default str
- default String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.
