Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.CpsDvEnrollment
Explore with Pulumi AI
Create CpsDvEnrollment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CpsDvEnrollment(name: string, args: CpsDvEnrollmentArgs, opts?: CustomResourceOptions);
@overload
def CpsDvEnrollment(resource_name: str,
args: CpsDvEnrollmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CpsDvEnrollment(resource_name: str,
opts: Optional[ResourceOptions] = None,
secure_network: Optional[str] = None,
admin_contact: Optional[CpsDvEnrollmentAdminContactArgs] = None,
tech_contact: Optional[CpsDvEnrollmentTechContactArgs] = None,
sni_only: Optional[bool] = None,
common_name: Optional[str] = None,
contract_id: Optional[str] = None,
csr: Optional[CpsDvEnrollmentCsrArgs] = None,
network_configuration: Optional[CpsDvEnrollmentNetworkConfigurationArgs] = None,
organization: Optional[CpsDvEnrollmentOrganizationArgs] = None,
signature_algorithm: Optional[str] = None,
certificate_chain_type: Optional[str] = None,
sans: Optional[Sequence[str]] = None,
acknowledge_pre_verification_warnings: Optional[bool] = None,
allow_duplicate_common_name: Optional[bool] = None,
timeouts: Optional[CpsDvEnrollmentTimeoutsArgs] = None)
func NewCpsDvEnrollment(ctx *Context, name string, args CpsDvEnrollmentArgs, opts ...ResourceOption) (*CpsDvEnrollment, error)
public CpsDvEnrollment(string name, CpsDvEnrollmentArgs args, CustomResourceOptions? opts = null)
public CpsDvEnrollment(String name, CpsDvEnrollmentArgs args)
public CpsDvEnrollment(String name, CpsDvEnrollmentArgs args, CustomResourceOptions options)
type: akamai:CpsDvEnrollment
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 CpsDvEnrollmentArgs
- 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 CpsDvEnrollmentArgs
- 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 CpsDvEnrollmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CpsDvEnrollmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CpsDvEnrollmentArgs
- 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 cpsDvEnrollmentResource = new Akamai.CpsDvEnrollment("cpsDvEnrollmentResource", new()
{
SecureNetwork = "string",
AdminContact = new Akamai.Inputs.CpsDvEnrollmentAdminContactArgs
{
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.CpsDvEnrollmentTechContactArgs
{
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,
CommonName = "string",
ContractId = "string",
Csr = new Akamai.Inputs.CpsDvEnrollmentCsrArgs
{
City = "string",
CountryCode = "string",
Organization = "string",
OrganizationalUnit = "string",
PreferredTrustChain = "string",
State = "string",
},
NetworkConfiguration = new Akamai.Inputs.CpsDvEnrollmentNetworkConfigurationArgs
{
Geography = "string",
ClientMutualAuthentication = new Akamai.Inputs.CpsDvEnrollmentNetworkConfigurationClientMutualAuthenticationArgs
{
OcspEnabled = false,
SendCaListToClient = false,
SetId = "string",
},
CloneDnsNames = false,
DisallowedTlsVersions = new[]
{
"string",
},
MustHaveCiphers = "string",
OcspStapling = "string",
PreferredCiphers = "string",
QuicEnabled = false,
},
Organization = new Akamai.Inputs.CpsDvEnrollmentOrganizationArgs
{
AddressLineOne = "string",
City = "string",
CountryCode = "string",
Name = "string",
Phone = "string",
PostalCode = "string",
Region = "string",
AddressLineTwo = "string",
},
SignatureAlgorithm = "string",
CertificateChainType = "string",
Sans = new[]
{
"string",
},
AcknowledgePreVerificationWarnings = false,
AllowDuplicateCommonName = false,
Timeouts = new Akamai.Inputs.CpsDvEnrollmentTimeoutsArgs
{
Default = "string",
},
});
example, err := akamai.NewCpsDvEnrollment(ctx, "cpsDvEnrollmentResource", &akamai.CpsDvEnrollmentArgs{
SecureNetwork: pulumi.String("string"),
AdminContact: &akamai.CpsDvEnrollmentAdminContactArgs{
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.CpsDvEnrollmentTechContactArgs{
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),
CommonName: pulumi.String("string"),
ContractId: pulumi.String("string"),
Csr: &akamai.CpsDvEnrollmentCsrArgs{
City: pulumi.String("string"),
CountryCode: pulumi.String("string"),
Organization: pulumi.String("string"),
OrganizationalUnit: pulumi.String("string"),
PreferredTrustChain: pulumi.String("string"),
State: pulumi.String("string"),
},
NetworkConfiguration: &akamai.CpsDvEnrollmentNetworkConfigurationArgs{
Geography: pulumi.String("string"),
ClientMutualAuthentication: &akamai.CpsDvEnrollmentNetworkConfigurationClientMutualAuthenticationArgs{
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),
},
Organization: &akamai.CpsDvEnrollmentOrganizationArgs{
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"),
},
SignatureAlgorithm: pulumi.String("string"),
CertificateChainType: pulumi.String("string"),
Sans: pulumi.StringArray{
pulumi.String("string"),
},
AcknowledgePreVerificationWarnings: pulumi.Bool(false),
AllowDuplicateCommonName: pulumi.Bool(false),
Timeouts: &akamai.CpsDvEnrollmentTimeoutsArgs{
Default: pulumi.String("string"),
},
})
var cpsDvEnrollmentResource = new CpsDvEnrollment("cpsDvEnrollmentResource", CpsDvEnrollmentArgs.builder()
.secureNetwork("string")
.adminContact(CpsDvEnrollmentAdminContactArgs.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(CpsDvEnrollmentTechContactArgs.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)
.commonName("string")
.contractId("string")
.csr(CpsDvEnrollmentCsrArgs.builder()
.city("string")
.countryCode("string")
.organization("string")
.organizationalUnit("string")
.preferredTrustChain("string")
.state("string")
.build())
.networkConfiguration(CpsDvEnrollmentNetworkConfigurationArgs.builder()
.geography("string")
.clientMutualAuthentication(CpsDvEnrollmentNetworkConfigurationClientMutualAuthenticationArgs.builder()
.ocspEnabled(false)
.sendCaListToClient(false)
.setId("string")
.build())
.cloneDnsNames(false)
.disallowedTlsVersions("string")
.mustHaveCiphers("string")
.ocspStapling("string")
.preferredCiphers("string")
.quicEnabled(false)
.build())
.organization(CpsDvEnrollmentOrganizationArgs.builder()
.addressLineOne("string")
.city("string")
.countryCode("string")
.name("string")
.phone("string")
.postalCode("string")
.region("string")
.addressLineTwo("string")
.build())
.signatureAlgorithm("string")
.certificateChainType("string")
.sans("string")
.acknowledgePreVerificationWarnings(false)
.allowDuplicateCommonName(false)
.timeouts(CpsDvEnrollmentTimeoutsArgs.builder()
.default_("string")
.build())
.build());
cps_dv_enrollment_resource = akamai.CpsDvEnrollment("cpsDvEnrollmentResource",
secure_network="string",
admin_contact=akamai.CpsDvEnrollmentAdminContactArgs(
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=akamai.CpsDvEnrollmentTechContactArgs(
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,
common_name="string",
contract_id="string",
csr=akamai.CpsDvEnrollmentCsrArgs(
city="string",
country_code="string",
organization="string",
organizational_unit="string",
preferred_trust_chain="string",
state="string",
),
network_configuration=akamai.CpsDvEnrollmentNetworkConfigurationArgs(
geography="string",
client_mutual_authentication=akamai.CpsDvEnrollmentNetworkConfigurationClientMutualAuthenticationArgs(
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,
),
organization=akamai.CpsDvEnrollmentOrganizationArgs(
address_line_one="string",
city="string",
country_code="string",
name="string",
phone="string",
postal_code="string",
region="string",
address_line_two="string",
),
signature_algorithm="string",
certificate_chain_type="string",
sans=["string"],
acknowledge_pre_verification_warnings=False,
allow_duplicate_common_name=False,
timeouts=akamai.CpsDvEnrollmentTimeoutsArgs(
default="string",
))
const cpsDvEnrollmentResource = new akamai.CpsDvEnrollment("cpsDvEnrollmentResource", {
secureNetwork: "string",
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,
commonName: "string",
contractId: "string",
csr: {
city: "string",
countryCode: "string",
organization: "string",
organizationalUnit: "string",
preferredTrustChain: "string",
state: "string",
},
networkConfiguration: {
geography: "string",
clientMutualAuthentication: {
ocspEnabled: false,
sendCaListToClient: false,
setId: "string",
},
cloneDnsNames: false,
disallowedTlsVersions: ["string"],
mustHaveCiphers: "string",
ocspStapling: "string",
preferredCiphers: "string",
quicEnabled: false,
},
organization: {
addressLineOne: "string",
city: "string",
countryCode: "string",
name: "string",
phone: "string",
postalCode: "string",
region: "string",
addressLineTwo: "string",
},
signatureAlgorithm: "string",
certificateChainType: "string",
sans: ["string"],
acknowledgePreVerificationWarnings: false,
allowDuplicateCommonName: false,
timeouts: {
"default": "string",
},
});
type: akamai:CpsDvEnrollment
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
certificateChainType: string
commonName: string
contractId: string
csr:
city: string
countryCode: string
organization: string
organizationalUnit: string
preferredTrustChain: string
state: string
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
CpsDvEnrollment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CpsDvEnrollment resource accepts the following input properties:
- Admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- Common
Name string - Common name used for enrollment
- Contract
Id string - Contract ID for which enrollment is retrieved
- Csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- Network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- Organization
Cps
Dv Enrollment Organization - Organization information
- Secure
Network string - Type of TLS deployment network
- Signature
Algorithm string - SHA algorithm type
- Sni
Only bool - Whether Server Name Indication is used for enrollment
- Tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- Acknowledge
Pre boolVerification Warnings - Whether acknowledge warnings before certificate verification
- Allow
Duplicate boolCommon Name - Allow to duplicate common name
- Certificate
Chain stringType - Certificate trust chain type
- Sans List<string>
- List of SANs
- Timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- Admin
Contact CpsDv Enrollment Admin Contact Args - Contact information for the certificate administrator to use at organization
- Common
Name string - Common name used for enrollment
- Contract
Id string - Contract ID for which enrollment is retrieved
- Csr
Cps
Dv Enrollment Csr Args - Certificate signing request generated during enrollment creation
- Network
Configuration CpsDv Enrollment Network Configuration Args - Settings containing network information and TLS Metadata used by CPS
- Organization
Cps
Dv Enrollment Organization Args - Organization information
- Secure
Network string - Type of TLS deployment network
- Signature
Algorithm string - SHA algorithm type
- Sni
Only bool - Whether Server Name Indication is used for enrollment
- Tech
Contact CpsDv Enrollment Tech Contact Args - Contact information for an administrator at Akamai
- Acknowledge
Pre boolVerification Warnings - Whether acknowledge warnings before certificate verification
- Allow
Duplicate boolCommon Name - Allow to duplicate common name
- Certificate
Chain stringType - Certificate trust chain type
- Sans []string
- List of SANs
- Timeouts
Cps
Dv Enrollment Timeouts Args - Enables to set timeout for processing
- admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- common
Name String - Common name used for enrollment
- contract
Id String - Contract ID for which enrollment is retrieved
- csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization - Organization information
- secure
Network String - Type of TLS deployment network
- signature
Algorithm String - SHA algorithm type
- sni
Only Boolean - Whether Server Name Indication is used for enrollment
- tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- acknowledge
Pre BooleanVerification Warnings - Whether acknowledge warnings before certificate verification
- allow
Duplicate BooleanCommon Name - Allow to duplicate common name
- certificate
Chain StringType - Certificate trust chain type
- sans List<String>
- List of SANs
- timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- common
Name string - Common name used for enrollment
- contract
Id string - Contract ID for which enrollment is retrieved
- csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization - Organization information
- secure
Network string - Type of TLS deployment network
- signature
Algorithm string - SHA algorithm type
- sni
Only boolean - Whether Server Name Indication is used for enrollment
- tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- acknowledge
Pre booleanVerification Warnings - Whether acknowledge warnings before certificate verification
- allow
Duplicate booleanCommon Name - Allow to duplicate common name
- certificate
Chain stringType - Certificate trust chain type
- sans string[]
- List of SANs
- timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- admin_
contact CpsDv 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
Cps
Dv Enrollment Csr Args - Certificate signing request generated during enrollment creation
- network_
configuration CpsDv Enrollment Network Configuration Args - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization Args - Organization information
- secure_
network str - Type of TLS deployment network
- signature_
algorithm str - SHA algorithm type
- sni_
only bool - Whether Server Name Indication is used for enrollment
- tech_
contact CpsDv Enrollment Tech Contact Args - Contact information for an administrator at Akamai
- acknowledge_
pre_ boolverification_ warnings - Whether acknowledge warnings before certificate verification
- allow_
duplicate_ boolcommon_ name - Allow to duplicate common name
- certificate_
chain_ strtype - Certificate trust chain type
- sans Sequence[str]
- List of SANs
- timeouts
Cps
Dv Enrollment Timeouts Args - Enables to set timeout for processing
- admin
Contact Property Map - Contact information for the certificate administrator to use at organization
- common
Name String - Common name used for enrollment
- contract
Id String - Contract ID for which enrollment is retrieved
- csr Property Map
- Certificate signing request generated during enrollment creation
- network
Configuration Property Map - Settings containing network information and TLS Metadata used by CPS
- organization Property Map
- Organization information
- secure
Network String - Type of TLS deployment network
- signature
Algorithm String - SHA algorithm type
- sni
Only Boolean - Whether Server Name Indication is used for enrollment
- tech
Contact Property Map - Contact information for an administrator at Akamai
- acknowledge
Pre BooleanVerification Warnings - Whether acknowledge warnings before certificate verification
- allow
Duplicate BooleanCommon Name - Allow to duplicate common name
- certificate
Chain StringType - Certificate trust chain type
- sans List<String>
- List of SANs
- timeouts Property Map
- Enables to set timeout for processing
Outputs
All input properties are implicitly available as output properties. Additionally, the CpsDvEnrollment resource produces the following output properties:
- Certificate
Type string - Certificate type of enrollment
- Dns
Challenges List<CpsDv Enrollment Dns Challenge> - DNS challenge information
- Http
Challenges List<CpsDv Enrollment Http Challenge> - HTTP challenge information
- Id string
- The provider-assigned unique ID for this managed resource.
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- Validation
Type string - Enrolment validation type
- Certificate
Type string - Certificate type of enrollment
- Dns
Challenges []CpsDv Enrollment Dns Challenge - DNS challenge information
- Http
Challenges []CpsDv Enrollment Http Challenge - HTTP challenge information
- Id string
- The provider-assigned unique ID for this managed resource.
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- Validation
Type string - Enrolment validation type
- certificate
Type String - Certificate type of enrollment
- dns
Challenges List<CpsDv Enrollment Dns Challenge> - DNS challenge information
- http
Challenges List<CpsDv Enrollment Http Challenge> - HTTP challenge information
- id String
- The provider-assigned unique ID for this managed resource.
- String
- The registration authority or certificate authority (CA) used to obtain a certificate
- validation
Type String - Enrolment validation type
- certificate
Type string - Certificate type of enrollment
- dns
Challenges CpsDv Enrollment Dns Challenge[] - DNS challenge information
- http
Challenges CpsDv Enrollment Http Challenge[] - HTTP challenge information
- id string
- The provider-assigned unique ID for this managed resource.
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- validation
Type string - Enrolment validation type
- certificate_
type str - Certificate type of enrollment
- dns_
challenges Sequence[CpsDv Enrollment Dns Challenge] - DNS challenge information
- http_
challenges Sequence[CpsDv Enrollment Http Challenge] - HTTP challenge information
- id str
- The provider-assigned unique ID for this managed resource.
- str
- The registration authority or certificate authority (CA) used to obtain a certificate
- validation_
type str - Enrolment validation type
- certificate
Type String - Certificate type of enrollment
- dns
Challenges List<Property Map> - DNS challenge information
- http
Challenges List<Property Map> - HTTP challenge information
- id String
- The provider-assigned unique ID for this managed resource.
- String
- The registration authority or certificate authority (CA) used to obtain a certificate
- validation
Type String - Enrolment validation type
Look up Existing CpsDvEnrollment Resource
Get an existing CpsDvEnrollment 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?: CpsDvEnrollmentState, opts?: CustomResourceOptions): CpsDvEnrollment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acknowledge_pre_verification_warnings: Optional[bool] = None,
admin_contact: Optional[CpsDvEnrollmentAdminContactArgs] = None,
allow_duplicate_common_name: Optional[bool] = None,
certificate_chain_type: Optional[str] = None,
certificate_type: Optional[str] = None,
common_name: Optional[str] = None,
contract_id: Optional[str] = None,
csr: Optional[CpsDvEnrollmentCsrArgs] = None,
dns_challenges: Optional[Sequence[CpsDvEnrollmentDnsChallengeArgs]] = None,
http_challenges: Optional[Sequence[CpsDvEnrollmentHttpChallengeArgs]] = None,
network_configuration: Optional[CpsDvEnrollmentNetworkConfigurationArgs] = None,
organization: Optional[CpsDvEnrollmentOrganizationArgs] = None,
registration_authority: Optional[str] = None,
sans: Optional[Sequence[str]] = None,
secure_network: Optional[str] = None,
signature_algorithm: Optional[str] = None,
sni_only: Optional[bool] = None,
tech_contact: Optional[CpsDvEnrollmentTechContactArgs] = None,
timeouts: Optional[CpsDvEnrollmentTimeoutsArgs] = None,
validation_type: Optional[str] = None) -> CpsDvEnrollment
func GetCpsDvEnrollment(ctx *Context, name string, id IDInput, state *CpsDvEnrollmentState, opts ...ResourceOption) (*CpsDvEnrollment, error)
public static CpsDvEnrollment Get(string name, Input<string> id, CpsDvEnrollmentState? state, CustomResourceOptions? opts = null)
public static CpsDvEnrollment get(String name, Output<String> id, CpsDvEnrollmentState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Acknowledge
Pre boolVerification Warnings - Whether acknowledge warnings before certificate verification
- Admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- Allow
Duplicate boolCommon Name - Allow to duplicate common name
- Certificate
Chain stringType - Certificate trust chain type
- Certificate
Type string - Certificate type of enrollment
- Common
Name string - Common name used for enrollment
- Contract
Id string - Contract ID for which enrollment is retrieved
- Csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- Dns
Challenges List<CpsDv Enrollment Dns Challenge> - DNS challenge information
- Http
Challenges List<CpsDv Enrollment Http Challenge> - HTTP challenge information
- Network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- Organization
Cps
Dv Enrollment Organization - Organization information
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- Sans List<string>
- List of SANs
- Secure
Network string - Type of TLS deployment network
- Signature
Algorithm string - SHA algorithm type
- Sni
Only bool - Whether Server Name Indication is used for enrollment
- Tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- Timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- Validation
Type string - Enrolment validation type
- Acknowledge
Pre boolVerification Warnings - Whether acknowledge warnings before certificate verification
- Admin
Contact CpsDv Enrollment Admin Contact Args - Contact information for the certificate administrator to use at organization
- Allow
Duplicate boolCommon Name - Allow to duplicate common name
- Certificate
Chain stringType - Certificate trust chain type
- Certificate
Type string - Certificate type of enrollment
- Common
Name string - Common name used for enrollment
- Contract
Id string - Contract ID for which enrollment is retrieved
- Csr
Cps
Dv Enrollment Csr Args - Certificate signing request generated during enrollment creation
- Dns
Challenges []CpsDv Enrollment Dns Challenge Args - DNS challenge information
- Http
Challenges []CpsDv Enrollment Http Challenge Args - HTTP challenge information
- Network
Configuration CpsDv Enrollment Network Configuration Args - Settings containing network information and TLS Metadata used by CPS
- Organization
Cps
Dv Enrollment Organization Args - Organization information
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- Sans []string
- List of SANs
- Secure
Network string - Type of TLS deployment network
- Signature
Algorithm string - SHA algorithm type
- Sni
Only bool - Whether Server Name Indication is used for enrollment
- Tech
Contact CpsDv Enrollment Tech Contact Args - Contact information for an administrator at Akamai
- Timeouts
Cps
Dv Enrollment Timeouts Args - Enables to set timeout for processing
- Validation
Type string - Enrolment validation type
- acknowledge
Pre BooleanVerification Warnings - Whether acknowledge warnings before certificate verification
- admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- allow
Duplicate BooleanCommon Name - Allow to duplicate common name
- certificate
Chain StringType - Certificate trust chain type
- certificate
Type String - Certificate type of enrollment
- common
Name String - Common name used for enrollment
- contract
Id String - Contract ID for which enrollment is retrieved
- csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- dns
Challenges List<CpsDv Enrollment Dns Challenge> - DNS challenge information
- http
Challenges List<CpsDv Enrollment Http Challenge> - HTTP challenge information
- network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization - Organization information
- String
- The registration authority or certificate authority (CA) used to obtain a certificate
- sans List<String>
- List of SANs
- secure
Network String - Type of TLS deployment network
- signature
Algorithm String - SHA algorithm type
- sni
Only Boolean - Whether Server Name Indication is used for enrollment
- tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- validation
Type String - Enrolment validation type
- acknowledge
Pre booleanVerification Warnings - Whether acknowledge warnings before certificate verification
- admin
Contact CpsDv Enrollment Admin Contact - Contact information for the certificate administrator to use at organization
- allow
Duplicate booleanCommon Name - Allow to duplicate common name
- certificate
Chain stringType - Certificate trust chain type
- certificate
Type string - Certificate type of enrollment
- common
Name string - Common name used for enrollment
- contract
Id string - Contract ID for which enrollment is retrieved
- csr
Cps
Dv Enrollment Csr - Certificate signing request generated during enrollment creation
- dns
Challenges CpsDv Enrollment Dns Challenge[] - DNS challenge information
- http
Challenges CpsDv Enrollment Http Challenge[] - HTTP challenge information
- network
Configuration CpsDv Enrollment Network Configuration - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization - Organization information
- string
- The registration authority or certificate authority (CA) used to obtain a certificate
- sans string[]
- List of SANs
- secure
Network string - Type of TLS deployment network
- signature
Algorithm string - SHA algorithm type
- sni
Only boolean - Whether Server Name Indication is used for enrollment
- tech
Contact CpsDv Enrollment Tech Contact - Contact information for an administrator at Akamai
- timeouts
Cps
Dv Enrollment Timeouts - Enables to set timeout for processing
- validation
Type string - Enrolment validation type
- acknowledge_
pre_ boolverification_ warnings - Whether acknowledge warnings before certificate verification
- admin_
contact CpsDv Enrollment Admin Contact Args - Contact information for the certificate administrator to use at organization
- allow_
duplicate_ boolcommon_ name - Allow to duplicate common name
- certificate_
chain_ strtype - Certificate trust chain type
- certificate_
type str - Certificate type of enrollment
- common_
name str - Common name used for enrollment
- contract_
id str - Contract ID for which enrollment is retrieved
- csr
Cps
Dv Enrollment Csr Args - Certificate signing request generated during enrollment creation
- dns_
challenges Sequence[CpsDv Enrollment Dns Challenge Args] - DNS challenge information
- http_
challenges Sequence[CpsDv Enrollment Http Challenge Args] - HTTP challenge information
- network_
configuration CpsDv Enrollment Network Configuration Args - Settings containing network information and TLS Metadata used by CPS
- organization
Cps
Dv Enrollment Organization Args - Organization information
- str
- The registration authority or certificate authority (CA) used to obtain a certificate
- sans Sequence[str]
- List of SANs
- secure_
network str - Type of TLS deployment network
- signature_
algorithm str - SHA algorithm type
- sni_
only bool - Whether Server Name Indication is used for enrollment
- tech_
contact CpsDv Enrollment Tech Contact Args - Contact information for an administrator at Akamai
- timeouts
Cps
Dv Enrollment Timeouts Args - Enables to set timeout for processing
- validation_
type str - Enrolment validation type
- acknowledge
Pre BooleanVerification Warnings - Whether acknowledge warnings before certificate verification
- admin
Contact Property Map - Contact information for the certificate administrator to use at organization
- allow
Duplicate BooleanCommon Name - Allow to duplicate common name
- certificate
Chain StringType - Certificate trust chain type
- certificate
Type String - Certificate type of enrollment
- common
Name String - Common name used for enrollment
- contract
Id String - Contract ID for which enrollment is retrieved
- csr Property Map
- Certificate signing request generated during enrollment creation
- dns
Challenges List<Property Map> - DNS challenge information
- http
Challenges List<Property Map> - HTTP challenge information
- network
Configuration Property Map - Settings containing network information and TLS Metadata used by CPS
- organization Property Map
- Organization information
- String
- The registration authority or certificate authority (CA) used to obtain a certificate
- sans List<String>
- List of SANs
- secure
Network String - Type of TLS deployment network
- signature
Algorithm String - SHA algorithm type
- sni
Only Boolean - Whether Server Name Indication is used for enrollment
- tech
Contact Property Map - Contact information for an administrator at Akamai
- timeouts Property Map
- Enables to set timeout for processing
- validation
Type String - Enrolment validation type
Supporting Types
CpsDvEnrollmentAdminContact, CpsDvEnrollmentAdminContactArgs
- Email string
- E-mail address of the contact
- First
Name string - First name of the contact
- Last
Name string - Last name of the contact
- Phone string
- Phone number of the contact
- Address
Line stringOne - The address of the contact
- Address
Line stringTwo - The address of the contact
- City string
- City of residence of the contact
- Country
Code string - Country code of the contact
- Organization string
- Organization where contact is hired
- Postal
Code 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
- First
Name string - First name of the contact
- Last
Name string - Last name of the contact
- Phone string
- Phone number of the contact
- Address
Line stringOne - The address of the contact
- Address
Line stringTwo - The address of the contact
- City string
- City of residence of the contact
- Country
Code string - Country code of the contact
- Organization string
- Organization where contact is hired
- Postal
Code 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
- first
Name String - First name of the contact
- last
Name String - Last name of the contact
- phone String
- Phone number of the contact
- address
Line StringOne - The address of the contact
- address
Line StringTwo - The address of the contact
- city String
- City of residence of the contact
- country
Code String - Country code of the contact
- organization String
- Organization where contact is hired
- postal
Code 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
- first
Name string - First name of the contact
- last
Name string - Last name of the contact
- phone string
- Phone number of the contact
- address
Line stringOne - The address of the contact
- address
Line stringTwo - The address of the contact
- city string
- City of residence of the contact
- country
Code string - Country code of the contact
- organization string
- Organization where contact is hired
- postal
Code 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
- first
Name String - First name of the contact
- last
Name String - Last name of the contact
- phone String
- Phone number of the contact
- address
Line StringOne - The address of the contact
- address
Line StringTwo - The address of the contact
- city String
- City of residence of the contact
- country
Code String - Country code of the contact
- organization String
- Organization where contact is hired
- postal
Code String - Postal code of the contact
- region String
- The region of the contact
- title String
- Title of the the contact
CpsDvEnrollmentCsr, CpsDvEnrollmentCsrArgs
- City string
- City where organization is located
- Country
Code string - The code of the country where organization is located
- Organization string
- Name of organization used in all legal documents
- Organizational
Unit string - Organizational unit of organization
- Preferred
Trust 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
- Country
Code string - The code of the country where organization is located
- Organization string
- Name of organization used in all legal documents
- Organizational
Unit string - Organizational unit of organization
- Preferred
Trust 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
- country
Code String - The code of the country where organization is located
- organization String
- Name of organization used in all legal documents
- organizational
Unit String - Organizational unit of organization
- preferred
Trust 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
- country
Code string - The code of the country where organization is located
- organization string
- Name of organization used in all legal documents
- organizational
Unit string - Organizational unit of organization
- preferred
Trust 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
- country
Code String - The code of the country where organization is located
- organization String
- Name of organization used in all legal documents
- organizational
Unit String - Organizational unit of organization
- preferred
Trust 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
CpsDvEnrollmentDnsChallenge, CpsDvEnrollmentDnsChallengeArgs
- Domain string
- Domain for which the challenges were completed
- Full
Path string - The domain name where Akamai publishes the response body to validate
- Response
Body string - The unique content of the challenge
- Domain string
- Domain for which the challenges were completed
- Full
Path string - The domain name where Akamai publishes the response body to validate
- Response
Body string - The unique content of the challenge
- domain String
- Domain for which the challenges were completed
- full
Path String - The domain name where Akamai publishes the response body to validate
- response
Body String - The unique content of the challenge
- domain string
- Domain for which the challenges were completed
- full
Path string - The domain name where Akamai publishes the response body to validate
- response
Body string - The unique content of the challenge
- domain str
- Domain for which the challenges were completed
- full_
path str - The domain name where Akamai publishes the response body to validate
- response_
body str - The unique content of the challenge
- domain String
- Domain for which the challenges were completed
- full
Path String - The domain name where Akamai publishes the response body to validate
- response
Body String - The unique content of the challenge
CpsDvEnrollmentHttpChallenge, CpsDvEnrollmentHttpChallengeArgs
- Domain string
- Domain for which the challenges were completed
- Full
Path string - The URL where Akamai publishes the response body to validate
- Response
Body string - The unique content of the challenge
- Domain string
- Domain for which the challenges were completed
- Full
Path string - The URL where Akamai publishes the response body to validate
- Response
Body string - The unique content of the challenge
- domain String
- Domain for which the challenges were completed
- full
Path String - The URL where Akamai publishes the response body to validate
- response
Body String - The unique content of the challenge
- domain string
- Domain for which the challenges were completed
- full
Path string - The URL where Akamai publishes the response body to validate
- response
Body string - The unique content of the challenge
- domain str
- Domain for which the challenges were completed
- full_
path str - The URL where Akamai publishes the response body to validate
- response_
body str - The unique content of the challenge
- domain String
- Domain for which the challenges were completed
- full
Path String - The URL where Akamai publishes the response body to validate
- response
Body String - The unique content of the challenge
CpsDvEnrollmentNetworkConfiguration, CpsDvEnrollmentNetworkConfigurationArgs
- Geography string
- Geography type used for enrollment
- Client
Mutual CpsAuthentication Dv 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
- Disallowed
Tls List<string>Versions - TLS versions which are disallowed
- Must
Have stringCiphers - Mandatory Ciphers which are included for enrollment
- Ocsp
Stapling string - Enable OCSP stapling
- Preferred
Ciphers string - Preferred Ciphers which are included for enrollment
- Quic
Enabled bool - Enable QUIC protocol
- Geography string
- Geography type used for enrollment
- Client
Mutual CpsAuthentication Dv 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
- Disallowed
Tls []stringVersions - TLS versions which are disallowed
- Must
Have stringCiphers - Mandatory Ciphers which are included for enrollment
- Ocsp
Stapling string - Enable OCSP stapling
- Preferred
Ciphers string - Preferred Ciphers which are included for enrollment
- Quic
Enabled bool - Enable QUIC protocol
- geography String
- Geography type used for enrollment
- client
Mutual CpsAuthentication Dv Enrollment Network Configuration Client Mutual Authentication - The trust chain configuration used for client mutual authentication
- clone
Dns BooleanNames - Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
- disallowed
Tls List<String>Versions - TLS versions which are disallowed
- must
Have StringCiphers - Mandatory Ciphers which are included for enrollment
- ocsp
Stapling String - Enable OCSP stapling
- preferred
Ciphers String - Preferred Ciphers which are included for enrollment
- quic
Enabled Boolean - Enable QUIC protocol
- geography string
- Geography type used for enrollment
- client
Mutual CpsAuthentication Dv Enrollment Network Configuration Client Mutual Authentication - The trust chain configuration used for client mutual authentication
- clone
Dns booleanNames - Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
- disallowed
Tls string[]Versions - TLS versions which are disallowed
- must
Have stringCiphers - Mandatory Ciphers which are included for enrollment
- ocsp
Stapling string - Enable OCSP stapling
- preferred
Ciphers string - Preferred Ciphers which are included for enrollment
- quic
Enabled boolean - Enable QUIC protocol
- geography str
- Geography type used for enrollment
- client_
mutual_ Cpsauthentication Dv 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
- disallowed_
tls_ Sequence[str]versions - TLS versions which are disallowed
- must_
have_ strciphers - Mandatory Ciphers which are included for enrollment
- ocsp_
stapling str - Enable OCSP stapling
- preferred_
ciphers str - Preferred Ciphers which are included for enrollment
- quic_
enabled bool - Enable QUIC protocol
- geography String
- Geography type used for enrollment
- client
Mutual Property MapAuthentication - The trust chain configuration used for client mutual authentication
- clone
Dns BooleanNames - Enable CPS to direct traffic using all the SANs listed in the SANs parameter when enrollment is created
- disallowed
Tls List<String>Versions - TLS versions which are disallowed
- must
Have StringCiphers - Mandatory Ciphers which are included for enrollment
- ocsp
Stapling String - Enable OCSP stapling
- preferred
Ciphers String - Preferred Ciphers which are included for enrollment
- quic
Enabled Boolean - Enable QUIC protocol
CpsDvEnrollmentNetworkConfigurationClientMutualAuthentication, CpsDvEnrollmentNetworkConfigurationClientMutualAuthenticationArgs
- 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 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 string - The identifier of the set of trust chains, created in the Trust Chain Manager
- ocsp
Enabled Boolean - Enable OCSP stapling
- send
Ca BooleanList To Client - Enable the server to send the certificate authority (CA) list to the client
- set
Id String - The identifier of the set of trust chains, created in the Trust Chain Manager
- ocsp
Enabled boolean - Enable OCSP stapling
- send
Ca booleanList To Client - Enable the server to send the certificate authority (CA) list to the client
- set
Id 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
- ocsp
Enabled Boolean - Enable OCSP stapling
- send
Ca BooleanList To Client - Enable the server to send the certificate authority (CA) list to the client
- set
Id String - The identifier of the set of trust chains, created in the Trust Chain Manager
CpsDvEnrollmentOrganization, CpsDvEnrollmentOrganizationArgs
- Address
Line stringOne - The address of organization
- City string
- City of organization
- Country
Code string - Country code of organization
- Name string
- Name of organization
- Phone string
- Phone number of organization
- Postal
Code string - Postal code of organization
- Region string
- The region of organization
- Address
Line stringTwo - The address of organization
- Address
Line stringOne - The address of organization
- City string
- City of organization
- Country
Code string - Country code of organization
- Name string
- Name of organization
- Phone string
- Phone number of organization
- Postal
Code string - Postal code of organization
- Region string
- The region of organization
- Address
Line stringTwo - The address of organization
- address
Line StringOne - The address of organization
- city String
- City of organization
- country
Code String - Country code of organization
- name String
- Name of organization
- phone String
- Phone number of organization
- postal
Code String - Postal code of organization
- region String
- The region of organization
- address
Line StringTwo - The address of organization
- address
Line stringOne - The address of organization
- city string
- City of organization
- country
Code string - Country code of organization
- name string
- Name of organization
- phone string
- Phone number of organization
- postal
Code string - Postal code of organization
- region string
- The region of organization
- address
Line 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
- address
Line StringOne - The address of organization
- city String
- City of organization
- country
Code String - Country code of organization
- name String
- Name of organization
- phone String
- Phone number of organization
- postal
Code String - Postal code of organization
- region String
- The region of organization
- address
Line StringTwo - The address of organization
CpsDvEnrollmentTechContact, CpsDvEnrollmentTechContactArgs
- Email string
- E-mail address of the contact
- First
Name string - First name of the contact
- Last
Name string - Last name of the contact
- Phone string
- Phone number of the contact
- Address
Line stringOne - The address of the contact
- Address
Line stringTwo - The address of the contact
- City string
- City of residence of the contact
- Country
Code string - Country code of the contact
- Organization string
- Organization where contact is hired
- Postal
Code 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
- First
Name string - First name of the contact
- Last
Name string - Last name of the contact
- Phone string
- Phone number of the contact
- Address
Line stringOne - The address of the contact
- Address
Line stringTwo - The address of the contact
- City string
- City of residence of the contact
- Country
Code string - Country code of the contact
- Organization string
- Organization where contact is hired
- Postal
Code 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
- first
Name String - First name of the contact
- last
Name String - Last name of the contact
- phone String
- Phone number of the contact
- address
Line StringOne - The address of the contact
- address
Line StringTwo - The address of the contact
- city String
- City of residence of the contact
- country
Code String - Country code of the contact
- organization String
- Organization where contact is hired
- postal
Code 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
- first
Name string - First name of the contact
- last
Name string - Last name of the contact
- phone string
- Phone number of the contact
- address
Line stringOne - The address of the contact
- address
Line stringTwo - The address of the contact
- city string
- City of residence of the contact
- country
Code string - Country code of the contact
- organization string
- Organization where contact is hired
- postal
Code 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
- first
Name String - First name of the contact
- last
Name String - Last name of the contact
- phone String
- Phone number of the contact
- address
Line StringOne - The address of the contact
- address
Line StringTwo - The address of the contact
- city String
- City of residence of the contact
- country
Code String - Country code of the contact
- organization String
- Organization where contact is hired
- postal
Code String - Postal code of the contact
- region String
- The region of the contact
- title String
- Title of the the contact
CpsDvEnrollmentTimeouts, CpsDvEnrollmentTimeoutsArgs
- 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
akamai
Terraform Provider.