akeyless.DfcKey
Explore with Pulumi AI
DFC Key resource
Create DfcKey Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DfcKey(name: string, args: DfcKeyArgs, opts?: CustomResourceOptions);
@overload
def DfcKey(resource_name: str,
args: DfcKeyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DfcKey(resource_name: str,
opts: Optional[ResourceOptions] = None,
alg: Optional[str] = None,
auto_rotate: Optional[str] = None,
cert_data_base64: Optional[str] = None,
certificate_common_name: Optional[str] = None,
certificate_country: Optional[str] = None,
certificate_format: Optional[str] = None,
certificate_locality: Optional[str] = None,
certificate_organization: Optional[str] = None,
certificate_province: Optional[str] = None,
certificate_ttl: Optional[float] = None,
conf_file_data: Optional[str] = None,
customer_frg_id: Optional[str] = None,
delete_protection: Optional[bool] = None,
description: Optional[str] = None,
dfc_key_id: Optional[str] = None,
expiration_event_ins: Optional[Sequence[str]] = None,
generate_self_signed_certificate: Optional[bool] = None,
name: Optional[str] = None,
rotation_event_ins: Optional[Sequence[str]] = None,
rotation_interval: Optional[str] = None,
split_level: Optional[float] = None,
tags: Optional[Sequence[str]] = None)
func NewDfcKey(ctx *Context, name string, args DfcKeyArgs, opts ...ResourceOption) (*DfcKey, error)
public DfcKey(string name, DfcKeyArgs args, CustomResourceOptions? opts = null)
public DfcKey(String name, DfcKeyArgs args)
public DfcKey(String name, DfcKeyArgs args, CustomResourceOptions options)
type: akeyless:DfcKey
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 DfcKeyArgs
- 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 DfcKeyArgs
- 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 DfcKeyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DfcKeyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DfcKeyArgs
- 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 dfcKeyResource = new Akeyless.DfcKey("dfcKeyResource", new()
{
Alg = "string",
AutoRotate = "string",
CertDataBase64 = "string",
CertificateCommonName = "string",
CertificateCountry = "string",
CertificateFormat = "string",
CertificateLocality = "string",
CertificateOrganization = "string",
CertificateProvince = "string",
CertificateTtl = 0,
ConfFileData = "string",
CustomerFrgId = "string",
DeleteProtection = false,
Description = "string",
DfcKeyId = "string",
ExpirationEventIns = new[]
{
"string",
},
GenerateSelfSignedCertificate = false,
Name = "string",
RotationEventIns = new[]
{
"string",
},
RotationInterval = "string",
SplitLevel = 0,
Tags = new[]
{
"string",
},
});
example, err := akeyless.NewDfcKey(ctx, "dfcKeyResource", &akeyless.DfcKeyArgs{
Alg: pulumi.String("string"),
AutoRotate: pulumi.String("string"),
CertDataBase64: pulumi.String("string"),
CertificateCommonName: pulumi.String("string"),
CertificateCountry: pulumi.String("string"),
CertificateFormat: pulumi.String("string"),
CertificateLocality: pulumi.String("string"),
CertificateOrganization: pulumi.String("string"),
CertificateProvince: pulumi.String("string"),
CertificateTtl: pulumi.Float64(0),
ConfFileData: pulumi.String("string"),
CustomerFrgId: pulumi.String("string"),
DeleteProtection: pulumi.Bool(false),
Description: pulumi.String("string"),
DfcKeyId: pulumi.String("string"),
ExpirationEventIns: pulumi.StringArray{
pulumi.String("string"),
},
GenerateSelfSignedCertificate: pulumi.Bool(false),
Name: pulumi.String("string"),
RotationEventIns: pulumi.StringArray{
pulumi.String("string"),
},
RotationInterval: pulumi.String("string"),
SplitLevel: pulumi.Float64(0),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var dfcKeyResource = new DfcKey("dfcKeyResource", DfcKeyArgs.builder()
.alg("string")
.autoRotate("string")
.certDataBase64("string")
.certificateCommonName("string")
.certificateCountry("string")
.certificateFormat("string")
.certificateLocality("string")
.certificateOrganization("string")
.certificateProvince("string")
.certificateTtl(0)
.confFileData("string")
.customerFrgId("string")
.deleteProtection(false)
.description("string")
.dfcKeyId("string")
.expirationEventIns("string")
.generateSelfSignedCertificate(false)
.name("string")
.rotationEventIns("string")
.rotationInterval("string")
.splitLevel(0)
.tags("string")
.build());
dfc_key_resource = akeyless.DfcKey("dfcKeyResource",
alg="string",
auto_rotate="string",
cert_data_base64="string",
certificate_common_name="string",
certificate_country="string",
certificate_format="string",
certificate_locality="string",
certificate_organization="string",
certificate_province="string",
certificate_ttl=0,
conf_file_data="string",
customer_frg_id="string",
delete_protection=False,
description="string",
dfc_key_id="string",
expiration_event_ins=["string"],
generate_self_signed_certificate=False,
name="string",
rotation_event_ins=["string"],
rotation_interval="string",
split_level=0,
tags=["string"])
const dfcKeyResource = new akeyless.DfcKey("dfcKeyResource", {
alg: "string",
autoRotate: "string",
certDataBase64: "string",
certificateCommonName: "string",
certificateCountry: "string",
certificateFormat: "string",
certificateLocality: "string",
certificateOrganization: "string",
certificateProvince: "string",
certificateTtl: 0,
confFileData: "string",
customerFrgId: "string",
deleteProtection: false,
description: "string",
dfcKeyId: "string",
expirationEventIns: ["string"],
generateSelfSignedCertificate: false,
name: "string",
rotationEventIns: ["string"],
rotationInterval: "string",
splitLevel: 0,
tags: ["string"],
});
type: akeyless:DfcKey
properties:
alg: string
autoRotate: string
certDataBase64: string
certificateCommonName: string
certificateCountry: string
certificateFormat: string
certificateLocality: string
certificateOrganization: string
certificateProvince: string
certificateTtl: 0
confFileData: string
customerFrgId: string
deleteProtection: false
description: string
dfcKeyId: string
expirationEventIns:
- string
generateSelfSignedCertificate: false
name: string
rotationEventIns:
- string
rotationInterval: string
splitLevel: 0
tags:
- string
DfcKey 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 DfcKey resource accepts the following input properties:
- Alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- Auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- Cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- Certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Format string - The format of the returned certificate [pem/der]
- Certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Ttl double - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- Conf
File stringData - The csr config data in base64 encoding
- Customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- Delete
Protection bool - Protection from accidental deletion of this item, [true/false]
- Description string
- Description of the object
- Dfc
Key stringId - The ID of this resource.
- Expiration
Event List<string>Ins - How many days before the expiration of the certificate would you like to be notified.
- Generate
Self boolSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- Name string
- DFCKey name
- Rotation
Event List<string>Ins - How many days before the rotation of the item would you like to be notified.
- Rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- Split
Level double - The number of fragments that the item will be split into (not includes customer fragment)
- List<string>
- List of the tags attached to this DFC key
- Alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- Auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- Cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- Certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Format string - The format of the returned certificate [pem/der]
- Certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Ttl float64 - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- Conf
File stringData - The csr config data in base64 encoding
- Customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- Delete
Protection bool - Protection from accidental deletion of this item, [true/false]
- Description string
- Description of the object
- Dfc
Key stringId - The ID of this resource.
- Expiration
Event []stringIns - How many days before the expiration of the certificate would you like to be notified.
- Generate
Self boolSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- Name string
- DFCKey name
- Rotation
Event []stringIns - How many days before the rotation of the item would you like to be notified.
- Rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- Split
Level float64 - The number of fragments that the item will be split into (not includes customer fragment)
- []string
- List of the tags attached to this DFC key
- alg String
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate String - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data StringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common StringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country String - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format String - The format of the returned certificate [pem/der]
- certificate
Locality String - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization String - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province String - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl Double - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File StringData - The csr config data in base64 encoding
- customer
Frg StringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection Boolean - Protection from accidental deletion of this item, [true/false]
- description String
- Description of the object
- dfc
Key StringId - The ID of this resource.
- expiration
Event List<String>Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self BooleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name String
- DFCKey name
- rotation
Event List<String>Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval String - The number of days to wait between every automatic rotation (7-365)
- split
Level Double - The number of fragments that the item will be split into (not includes customer fragment)
- List<String>
- List of the tags attached to this DFC key
- alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format string - The format of the returned certificate [pem/der]
- certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl number - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File stringData - The csr config data in base64 encoding
- customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection boolean - Protection from accidental deletion of this item, [true/false]
- description string
- Description of the object
- dfc
Key stringId - The ID of this resource.
- expiration
Event string[]Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self booleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name string
- DFCKey name
- rotation
Event string[]Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- split
Level number - The number of fragments that the item will be split into (not includes customer fragment)
- string[]
- List of the tags attached to this DFC key
- alg str
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto_
rotate str - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert_
data_ strbase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate_
common_ strname - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
country str - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
format str - The format of the returned certificate [pem/der]
- certificate_
locality str - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
organization str - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
province str - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
ttl float - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf_
file_ strdata - The csr config data in base64 encoding
- customer_
frg_ strid - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete_
protection bool - Protection from accidental deletion of this item, [true/false]
- description str
- Description of the object
- dfc_
key_ strid - The ID of this resource.
- expiration_
event_ Sequence[str]ins - How many days before the expiration of the certificate would you like to be notified.
- generate_
self_ boolsigned_ certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name str
- DFCKey name
- rotation_
event_ Sequence[str]ins - How many days before the rotation of the item would you like to be notified.
- rotation_
interval str - The number of days to wait between every automatic rotation (7-365)
- split_
level float - The number of fragments that the item will be split into (not includes customer fragment)
- Sequence[str]
- List of the tags attached to this DFC key
- alg String
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate String - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data StringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common StringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country String - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format String - The format of the returned certificate [pem/der]
- certificate
Locality String - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization String - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province String - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl Number - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File StringData - The csr config data in base64 encoding
- customer
Frg StringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection Boolean - Protection from accidental deletion of this item, [true/false]
- description String
- Description of the object
- dfc
Key StringId - The ID of this resource.
- expiration
Event List<String>Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self BooleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name String
- DFCKey name
- rotation
Event List<String>Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval String - The number of days to wait between every automatic rotation (7-365)
- split
Level Number - The number of fragments that the item will be split into (not includes customer fragment)
- List<String>
- List of the tags attached to this DFC key
Outputs
All input properties are implicitly available as output properties. Additionally, the DfcKey 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 DfcKey Resource
Get an existing DfcKey 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?: DfcKeyState, opts?: CustomResourceOptions): DfcKey
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alg: Optional[str] = None,
auto_rotate: Optional[str] = None,
cert_data_base64: Optional[str] = None,
certificate_common_name: Optional[str] = None,
certificate_country: Optional[str] = None,
certificate_format: Optional[str] = None,
certificate_locality: Optional[str] = None,
certificate_organization: Optional[str] = None,
certificate_province: Optional[str] = None,
certificate_ttl: Optional[float] = None,
conf_file_data: Optional[str] = None,
customer_frg_id: Optional[str] = None,
delete_protection: Optional[bool] = None,
description: Optional[str] = None,
dfc_key_id: Optional[str] = None,
expiration_event_ins: Optional[Sequence[str]] = None,
generate_self_signed_certificate: Optional[bool] = None,
name: Optional[str] = None,
rotation_event_ins: Optional[Sequence[str]] = None,
rotation_interval: Optional[str] = None,
split_level: Optional[float] = None,
tags: Optional[Sequence[str]] = None) -> DfcKey
func GetDfcKey(ctx *Context, name string, id IDInput, state *DfcKeyState, opts ...ResourceOption) (*DfcKey, error)
public static DfcKey Get(string name, Input<string> id, DfcKeyState? state, CustomResourceOptions? opts = null)
public static DfcKey get(String name, Output<String> id, DfcKeyState state, CustomResourceOptions options)
resources: _: type: akeyless:DfcKey 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.
- Alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- Auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- Cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- Certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Format string - The format of the returned certificate [pem/der]
- Certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Ttl double - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- Conf
File stringData - The csr config data in base64 encoding
- Customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- Delete
Protection bool - Protection from accidental deletion of this item, [true/false]
- Description string
- Description of the object
- Dfc
Key stringId - The ID of this resource.
- Expiration
Event List<string>Ins - How many days before the expiration of the certificate would you like to be notified.
- Generate
Self boolSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- Name string
- DFCKey name
- Rotation
Event List<string>Ins - How many days before the rotation of the item would you like to be notified.
- Rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- Split
Level double - The number of fragments that the item will be split into (not includes customer fragment)
- List<string>
- List of the tags attached to this DFC key
- Alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- Auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- Cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- Certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Format string - The format of the returned certificate [pem/der]
- Certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- Certificate
Ttl float64 - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- Conf
File stringData - The csr config data in base64 encoding
- Customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- Delete
Protection bool - Protection from accidental deletion of this item, [true/false]
- Description string
- Description of the object
- Dfc
Key stringId - The ID of this resource.
- Expiration
Event []stringIns - How many days before the expiration of the certificate would you like to be notified.
- Generate
Self boolSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- Name string
- DFCKey name
- Rotation
Event []stringIns - How many days before the rotation of the item would you like to be notified.
- Rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- Split
Level float64 - The number of fragments that the item will be split into (not includes customer fragment)
- []string
- List of the tags attached to this DFC key
- alg String
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate String - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data StringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common StringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country String - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format String - The format of the returned certificate [pem/der]
- certificate
Locality String - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization String - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province String - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl Double - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File StringData - The csr config data in base64 encoding
- customer
Frg StringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection Boolean - Protection from accidental deletion of this item, [true/false]
- description String
- Description of the object
- dfc
Key StringId - The ID of this resource.
- expiration
Event List<String>Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self BooleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name String
- DFCKey name
- rotation
Event List<String>Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval String - The number of days to wait between every automatic rotation (7-365)
- split
Level Double - The number of fragments that the item will be split into (not includes customer fragment)
- List<String>
- List of the tags attached to this DFC key
- alg string
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate string - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data stringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common stringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country string - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format string - The format of the returned certificate [pem/der]
- certificate
Locality string - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization string - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province string - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl number - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File stringData - The csr config data in base64 encoding
- customer
Frg stringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection boolean - Protection from accidental deletion of this item, [true/false]
- description string
- Description of the object
- dfc
Key stringId - The ID of this resource.
- expiration
Event string[]Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self booleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name string
- DFCKey name
- rotation
Event string[]Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval string - The number of days to wait between every automatic rotation (7-365)
- split
Level number - The number of fragments that the item will be split into (not includes customer fragment)
- string[]
- List of the tags attached to this DFC key
- alg str
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto_
rotate str - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert_
data_ strbase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate_
common_ strname - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
country str - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
format str - The format of the returned certificate [pem/der]
- certificate_
locality str - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
organization str - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
province str - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate_
ttl float - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf_
file_ strdata - The csr config data in base64 encoding
- customer_
frg_ strid - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete_
protection bool - Protection from accidental deletion of this item, [true/false]
- description str
- Description of the object
- dfc_
key_ strid - The ID of this resource.
- expiration_
event_ Sequence[str]ins - How many days before the expiration of the certificate would you like to be notified.
- generate_
self_ boolsigned_ certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name str
- DFCKey name
- rotation_
event_ Sequence[str]ins - How many days before the rotation of the item would you like to be notified.
- rotation_
interval str - The number of days to wait between every automatic rotation (7-365)
- split_
level float - The number of fragments that the item will be split into (not includes customer fragment)
- Sequence[str]
- List of the tags attached to this DFC key
- alg String
- DFCKey type; options: [AES128GCM, AES256GCM, AES128SIV, AES256SIV, AES128CBC, AES256CBC, RSA1024, RSA2048, RSA3072, RSA4096]
- auto
Rotate String - Whether to automatically rotate every rotation_interval days, or disable existing automatic rotation [true/false]
- cert
Data StringBase64 - PEM Certificate in a Base64 format. Used for updating RSA keys' certificates
- certificate
Common StringName - Common name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Country String - Country name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Format String - The format of the returned certificate [pem/der]
- certificate
Locality String - Locality for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Organization String - Organization name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Province String - Province name for the generated certificate. Relevant only for generate-self-signed-certificate.
- certificate
Ttl Number - TTL in days for the generated certificate. Required only for generate-self-signed-certificate.
- conf
File StringData - The csr config data in base64 encoding
- customer
Frg StringId - The customer fragment ID that will be used to create the DFC key (if empty, the key will be created independently of a customer fragment)
- delete
Protection Boolean - Protection from accidental deletion of this item, [true/false]
- description String
- Description of the object
- dfc
Key StringId - The ID of this resource.
- expiration
Event List<String>Ins - How many days before the expiration of the certificate would you like to be notified.
- generate
Self BooleanSigned Certificate - Whether to generate a self signed certificate with the key. If set, certificate-ttl must be provided.
- name String
- DFCKey name
- rotation
Event List<String>Ins - How many days before the rotation of the item would you like to be notified.
- rotation
Interval String - The number of days to wait between every automatic rotation (7-365)
- split
Level Number - The number of fragments that the item will be split into (not includes customer fragment)
- List<String>
- List of the tags attached to this DFC key
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.