checkpoint.ManagementAddCustomTrustedCaCertificate
Explore with Pulumi AI
Create ManagementAddCustomTrustedCaCertificate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementAddCustomTrustedCaCertificate(name: string, args: ManagementAddCustomTrustedCaCertificateArgs, opts?: CustomResourceOptions);
@overload
def ManagementAddCustomTrustedCaCertificate(resource_name: str,
args: ManagementAddCustomTrustedCaCertificateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementAddCustomTrustedCaCertificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
base64_certificate: Optional[str] = None,
management_add_custom_trusted_ca_certificate_id: Optional[str] = None)
func NewManagementAddCustomTrustedCaCertificate(ctx *Context, name string, args ManagementAddCustomTrustedCaCertificateArgs, opts ...ResourceOption) (*ManagementAddCustomTrustedCaCertificate, error)
public ManagementAddCustomTrustedCaCertificate(string name, ManagementAddCustomTrustedCaCertificateArgs args, CustomResourceOptions? opts = null)
public ManagementAddCustomTrustedCaCertificate(String name, ManagementAddCustomTrustedCaCertificateArgs args)
public ManagementAddCustomTrustedCaCertificate(String name, ManagementAddCustomTrustedCaCertificateArgs args, CustomResourceOptions options)
type: checkpoint:ManagementAddCustomTrustedCaCertificate
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 ManagementAddCustomTrustedCaCertificateArgs
- 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 ManagementAddCustomTrustedCaCertificateArgs
- 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 ManagementAddCustomTrustedCaCertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementAddCustomTrustedCaCertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementAddCustomTrustedCaCertificateArgs
- 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 managementAddCustomTrustedCaCertificateResource = new Checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", new()
{
Base64Certificate = "string",
ManagementAddCustomTrustedCaCertificateId = "string",
});
example, err := checkpoint.NewManagementAddCustomTrustedCaCertificate(ctx, "managementAddCustomTrustedCaCertificateResource", &checkpoint.ManagementAddCustomTrustedCaCertificateArgs{
Base64Certificate: pulumi.String("string"),
ManagementAddCustomTrustedCaCertificateId: pulumi.String("string"),
})
var managementAddCustomTrustedCaCertificateResource = new ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", ManagementAddCustomTrustedCaCertificateArgs.builder()
.base64Certificate("string")
.managementAddCustomTrustedCaCertificateId("string")
.build());
management_add_custom_trusted_ca_certificate_resource = checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource",
base64_certificate="string",
management_add_custom_trusted_ca_certificate_id="string")
const managementAddCustomTrustedCaCertificateResource = new checkpoint.ManagementAddCustomTrustedCaCertificate("managementAddCustomTrustedCaCertificateResource", {
base64Certificate: "string",
managementAddCustomTrustedCaCertificateId: "string",
});
type: checkpoint:ManagementAddCustomTrustedCaCertificate
properties:
base64Certificate: string
managementAddCustomTrustedCaCertificateId: string
ManagementAddCustomTrustedCaCertificate 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 ManagementAddCustomTrustedCaCertificate resource accepts the following input properties:
- Base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- Management
Add stringCustom Trusted Ca Certificate Id
- Base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- Management
Add stringCustom Trusted Ca Certificate Id
- base64Certificate String
- Certificate file encoded in base64.Valid file formats: x509.
- management
Add StringCustom Trusted Ca Certificate Id
- base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- management
Add stringCustom Trusted Ca Certificate Id
- base64_
certificate str - Certificate file encoded in base64.Valid file formats: x509.
- management_
add_ strcustom_ trusted_ ca_ certificate_ id
- base64Certificate String
- Certificate file encoded in base64.Valid file formats: x509.
- management
Add StringCustom Trusted Ca Certificate Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementAddCustomTrustedCaCertificate resource produces the following output properties:
- Added
By string - By whom the certificate was added.
- Id string
- The provider-assigned unique ID for this managed resource.
- Issued
By string - Trusted CA certificate issued by.
- Issued
To string - Trusted CA certificate issued to.
- Name string
- Object name.
- List<string>
- Collection of tag identifiers.
- Uid string
- Object unique identifier.
- Valid
Froms List<ManagementAdd Custom Trusted Ca Certificate Valid From> - Trusted CA certificate valid from date.
- Valid
Tos List<ManagementAdd Custom Trusted Ca Certificate Valid To> - Trusted CA certificate valid to date.
- Added
By string - By whom the certificate was added.
- Id string
- The provider-assigned unique ID for this managed resource.
- Issued
By string - Trusted CA certificate issued by.
- Issued
To string - Trusted CA certificate issued to.
- Name string
- Object name.
- []string
- Collection of tag identifiers.
- Uid string
- Object unique identifier.
- Valid
Froms []ManagementAdd Custom Trusted Ca Certificate Valid From - Trusted CA certificate valid from date.
- Valid
Tos []ManagementAdd Custom Trusted Ca Certificate Valid To - Trusted CA certificate valid to date.
- added
By String - By whom the certificate was added.
- id String
- The provider-assigned unique ID for this managed resource.
- issued
By String - Trusted CA certificate issued by.
- issued
To String - Trusted CA certificate issued to.
- name String
- Object name.
- List<String>
- Collection of tag identifiers.
- uid String
- Object unique identifier.
- valid
Froms List<ManagementAdd Custom Trusted Ca Certificate Valid From> - Trusted CA certificate valid from date.
- valid
Tos List<ManagementAdd Custom Trusted Ca Certificate Valid To> - Trusted CA certificate valid to date.
- added
By string - By whom the certificate was added.
- id string
- The provider-assigned unique ID for this managed resource.
- issued
By string - Trusted CA certificate issued by.
- issued
To string - Trusted CA certificate issued to.
- name string
- Object name.
- string[]
- Collection of tag identifiers.
- uid string
- Object unique identifier.
- valid
Froms ManagementAdd Custom Trusted Ca Certificate Valid From[] - Trusted CA certificate valid from date.
- valid
Tos ManagementAdd Custom Trusted Ca Certificate Valid To[] - Trusted CA certificate valid to date.
- added_
by str - By whom the certificate was added.
- id str
- The provider-assigned unique ID for this managed resource.
- issued_
by str - Trusted CA certificate issued by.
- issued_
to str - Trusted CA certificate issued to.
- name str
- Object name.
- Sequence[str]
- Collection of tag identifiers.
- uid str
- Object unique identifier.
- valid_
froms Sequence[ManagementAdd Custom Trusted Ca Certificate Valid From] - Trusted CA certificate valid from date.
- valid_
tos Sequence[ManagementAdd Custom Trusted Ca Certificate Valid To] - Trusted CA certificate valid to date.
- added
By String - By whom the certificate was added.
- id String
- The provider-assigned unique ID for this managed resource.
- issued
By String - Trusted CA certificate issued by.
- issued
To String - Trusted CA certificate issued to.
- name String
- Object name.
- List<String>
- Collection of tag identifiers.
- uid String
- Object unique identifier.
- valid
Froms List<Property Map> - Trusted CA certificate valid from date.
- valid
Tos List<Property Map> - Trusted CA certificate valid to date.
Look up Existing ManagementAddCustomTrustedCaCertificate Resource
Get an existing ManagementAddCustomTrustedCaCertificate 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?: ManagementAddCustomTrustedCaCertificateState, opts?: CustomResourceOptions): ManagementAddCustomTrustedCaCertificate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
added_by: Optional[str] = None,
base64_certificate: Optional[str] = None,
issued_by: Optional[str] = None,
issued_to: Optional[str] = None,
management_add_custom_trusted_ca_certificate_id: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
uid: Optional[str] = None,
valid_froms: Optional[Sequence[ManagementAddCustomTrustedCaCertificateValidFromArgs]] = None,
valid_tos: Optional[Sequence[ManagementAddCustomTrustedCaCertificateValidToArgs]] = None) -> ManagementAddCustomTrustedCaCertificate
func GetManagementAddCustomTrustedCaCertificate(ctx *Context, name string, id IDInput, state *ManagementAddCustomTrustedCaCertificateState, opts ...ResourceOption) (*ManagementAddCustomTrustedCaCertificate, error)
public static ManagementAddCustomTrustedCaCertificate Get(string name, Input<string> id, ManagementAddCustomTrustedCaCertificateState? state, CustomResourceOptions? opts = null)
public static ManagementAddCustomTrustedCaCertificate get(String name, Output<String> id, ManagementAddCustomTrustedCaCertificateState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementAddCustomTrustedCaCertificate 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.
- Added
By string - By whom the certificate was added.
- Base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- Issued
By string - Trusted CA certificate issued by.
- Issued
To string - Trusted CA certificate issued to.
- Management
Add stringCustom Trusted Ca Certificate Id - Name string
- Object name.
- List<string>
- Collection of tag identifiers.
- Uid string
- Object unique identifier.
- Valid
Froms List<ManagementAdd Custom Trusted Ca Certificate Valid From> - Trusted CA certificate valid from date.
- Valid
Tos List<ManagementAdd Custom Trusted Ca Certificate Valid To> - Trusted CA certificate valid to date.
- Added
By string - By whom the certificate was added.
- Base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- Issued
By string - Trusted CA certificate issued by.
- Issued
To string - Trusted CA certificate issued to.
- Management
Add stringCustom Trusted Ca Certificate Id - Name string
- Object name.
- []string
- Collection of tag identifiers.
- Uid string
- Object unique identifier.
- Valid
Froms []ManagementAdd Custom Trusted Ca Certificate Valid From Args - Trusted CA certificate valid from date.
- Valid
Tos []ManagementAdd Custom Trusted Ca Certificate Valid To Args - Trusted CA certificate valid to date.
- added
By String - By whom the certificate was added.
- base64Certificate String
- Certificate file encoded in base64.Valid file formats: x509.
- issued
By String - Trusted CA certificate issued by.
- issued
To String - Trusted CA certificate issued to.
- management
Add StringCustom Trusted Ca Certificate Id - name String
- Object name.
- List<String>
- Collection of tag identifiers.
- uid String
- Object unique identifier.
- valid
Froms List<ManagementAdd Custom Trusted Ca Certificate Valid From> - Trusted CA certificate valid from date.
- valid
Tos List<ManagementAdd Custom Trusted Ca Certificate Valid To> - Trusted CA certificate valid to date.
- added
By string - By whom the certificate was added.
- base64Certificate string
- Certificate file encoded in base64.Valid file formats: x509.
- issued
By string - Trusted CA certificate issued by.
- issued
To string - Trusted CA certificate issued to.
- management
Add stringCustom Trusted Ca Certificate Id - name string
- Object name.
- string[]
- Collection of tag identifiers.
- uid string
- Object unique identifier.
- valid
Froms ManagementAdd Custom Trusted Ca Certificate Valid From[] - Trusted CA certificate valid from date.
- valid
Tos ManagementAdd Custom Trusted Ca Certificate Valid To[] - Trusted CA certificate valid to date.
- added_
by str - By whom the certificate was added.
- base64_
certificate str - Certificate file encoded in base64.Valid file formats: x509.
- issued_
by str - Trusted CA certificate issued by.
- issued_
to str - Trusted CA certificate issued to.
- management_
add_ strcustom_ trusted_ ca_ certificate_ id - name str
- Object name.
- Sequence[str]
- Collection of tag identifiers.
- uid str
- Object unique identifier.
- valid_
froms Sequence[ManagementAdd Custom Trusted Ca Certificate Valid From Args] - Trusted CA certificate valid from date.
- valid_
tos Sequence[ManagementAdd Custom Trusted Ca Certificate Valid To Args] - Trusted CA certificate valid to date.
- added
By String - By whom the certificate was added.
- base64Certificate String
- Certificate file encoded in base64.Valid file formats: x509.
- issued
By String - Trusted CA certificate issued by.
- issued
To String - Trusted CA certificate issued to.
- management
Add StringCustom Trusted Ca Certificate Id - name String
- Object name.
- List<String>
- Collection of tag identifiers.
- uid String
- Object unique identifier.
- valid
Froms List<Property Map> - Trusted CA certificate valid from date.
- valid
Tos List<Property Map> - Trusted CA certificate valid to date.
Supporting Types
ManagementAddCustomTrustedCaCertificateValidFrom, ManagementAddCustomTrustedCaCertificateValidFromArgs
ManagementAddCustomTrustedCaCertificateValidTo, ManagementAddCustomTrustedCaCertificateValidToArgs
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.