1. Packages
  2. Ibm Provider
  3. API Docs
  4. KmsKmipClientCert
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.KmsKmipClientCert

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Create KmsKmipClientCert Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new KmsKmipClientCert(name: string, args: KmsKmipClientCertArgs, opts?: CustomResourceOptions);
    @overload
    def KmsKmipClientCert(resource_name: str,
                          args: KmsKmipClientCertArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def KmsKmipClientCert(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          certificate: Optional[str] = None,
                          instance_id: Optional[str] = None,
                          adapter_id: Optional[str] = None,
                          endpoint_type: Optional[str] = None,
                          kms_kmip_client_cert_id: Optional[str] = None,
                          name: Optional[str] = None)
    func NewKmsKmipClientCert(ctx *Context, name string, args KmsKmipClientCertArgs, opts ...ResourceOption) (*KmsKmipClientCert, error)
    public KmsKmipClientCert(string name, KmsKmipClientCertArgs args, CustomResourceOptions? opts = null)
    public KmsKmipClientCert(String name, KmsKmipClientCertArgs args)
    public KmsKmipClientCert(String name, KmsKmipClientCertArgs args, CustomResourceOptions options)
    
    type: ibm:KmsKmipClientCert
    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 KmsKmipClientCertArgs
    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 KmsKmipClientCertArgs
    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 KmsKmipClientCertArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args KmsKmipClientCertArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args KmsKmipClientCertArgs
    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 kmsKmipClientCertResource = new Ibm.KmsKmipClientCert("kmsKmipClientCertResource", new()
    {
        Certificate = "string",
        InstanceId = "string",
        AdapterId = "string",
        EndpointType = "string",
        KmsKmipClientCertId = "string",
        Name = "string",
    });
    
    example, err := ibm.NewKmsKmipClientCert(ctx, "kmsKmipClientCertResource", &ibm.KmsKmipClientCertArgs{
    	Certificate:         pulumi.String("string"),
    	InstanceId:          pulumi.String("string"),
    	AdapterId:           pulumi.String("string"),
    	EndpointType:        pulumi.String("string"),
    	KmsKmipClientCertId: pulumi.String("string"),
    	Name:                pulumi.String("string"),
    })
    
    var kmsKmipClientCertResource = new KmsKmipClientCert("kmsKmipClientCertResource", KmsKmipClientCertArgs.builder()
        .certificate("string")
        .instanceId("string")
        .adapterId("string")
        .endpointType("string")
        .kmsKmipClientCertId("string")
        .name("string")
        .build());
    
    kms_kmip_client_cert_resource = ibm.KmsKmipClientCert("kmsKmipClientCertResource",
        certificate="string",
        instance_id="string",
        adapter_id="string",
        endpoint_type="string",
        kms_kmip_client_cert_id="string",
        name="string")
    
    const kmsKmipClientCertResource = new ibm.KmsKmipClientCert("kmsKmipClientCertResource", {
        certificate: "string",
        instanceId: "string",
        adapterId: "string",
        endpointType: "string",
        kmsKmipClientCertId: "string",
        name: "string",
    });
    
    type: ibm:KmsKmipClientCert
    properties:
        adapterId: string
        certificate: string
        endpointType: string
        instanceId: string
        kmsKmipClientCertId: string
        name: string
    

    KmsKmipClientCert 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 KmsKmipClientCert resource accepts the following input properties:

    Certificate string
    The PEM-encoded contents of the certificate
    InstanceId string
    Key protect Instance GUID
    AdapterId string
    The name or UUID of the KMIP adapter that contains the cert
    EndpointType string
    public or private
    KmsKmipClientCertId string
    Name string
    The name of the KMIP client certificate
    Certificate string
    The PEM-encoded contents of the certificate
    InstanceId string
    Key protect Instance GUID
    AdapterId string
    The name or UUID of the KMIP adapter that contains the cert
    EndpointType string
    public or private
    KmsKmipClientCertId string
    Name string
    The name of the KMIP client certificate
    certificate String
    The PEM-encoded contents of the certificate
    instanceId String
    Key protect Instance GUID
    adapterId String
    The name or UUID of the KMIP adapter that contains the cert
    endpointType String
    public or private
    kmsKmipClientCertId String
    name String
    The name of the KMIP client certificate
    certificate string
    The PEM-encoded contents of the certificate
    instanceId string
    Key protect Instance GUID
    adapterId string
    The name or UUID of the KMIP adapter that contains the cert
    endpointType string
    public or private
    kmsKmipClientCertId string
    name string
    The name of the KMIP client certificate
    certificate str
    The PEM-encoded contents of the certificate
    instance_id str
    Key protect Instance GUID
    adapter_id str
    The name or UUID of the KMIP adapter that contains the cert
    endpoint_type str
    public or private
    kms_kmip_client_cert_id str
    name str
    The name of the KMIP client certificate
    certificate String
    The PEM-encoded contents of the certificate
    instanceId String
    Key protect Instance GUID
    adapterId String
    The name or UUID of the KMIP adapter that contains the cert
    endpointType String
    public or private
    kmsKmipClientCertId String
    name String
    The name of the KMIP client certificate

    Outputs

    All input properties are implicitly available as output properties. Additionally, the KmsKmipClientCert resource produces the following output properties:

    CertId string
    The UUID of the KMIP cert
    CreatedAt string
    The date when a resource was created. The date format follows RFC 3339.
    CreatedBy string
    The unique identifier that is associated with the entity that created the adapter.
    Id string
    The provider-assigned unique ID for this managed resource.
    CertId string
    The UUID of the KMIP cert
    CreatedAt string
    The date when a resource was created. The date format follows RFC 3339.
    CreatedBy string
    The unique identifier that is associated with the entity that created the adapter.
    Id string
    The provider-assigned unique ID for this managed resource.
    certId String
    The UUID of the KMIP cert
    createdAt String
    The date when a resource was created. The date format follows RFC 3339.
    createdBy String
    The unique identifier that is associated with the entity that created the adapter.
    id String
    The provider-assigned unique ID for this managed resource.
    certId string
    The UUID of the KMIP cert
    createdAt string
    The date when a resource was created. The date format follows RFC 3339.
    createdBy string
    The unique identifier that is associated with the entity that created the adapter.
    id string
    The provider-assigned unique ID for this managed resource.
    cert_id str
    The UUID of the KMIP cert
    created_at str
    The date when a resource was created. The date format follows RFC 3339.
    created_by str
    The unique identifier that is associated with the entity that created the adapter.
    id str
    The provider-assigned unique ID for this managed resource.
    certId String
    The UUID of the KMIP cert
    createdAt String
    The date when a resource was created. The date format follows RFC 3339.
    createdBy String
    The unique identifier that is associated with the entity that created the adapter.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing KmsKmipClientCert Resource

    Get an existing KmsKmipClientCert 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?: KmsKmipClientCertState, opts?: CustomResourceOptions): KmsKmipClientCert
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adapter_id: Optional[str] = None,
            cert_id: Optional[str] = None,
            certificate: Optional[str] = None,
            created_at: Optional[str] = None,
            created_by: Optional[str] = None,
            endpoint_type: Optional[str] = None,
            instance_id: Optional[str] = None,
            kms_kmip_client_cert_id: Optional[str] = None,
            name: Optional[str] = None) -> KmsKmipClientCert
    func GetKmsKmipClientCert(ctx *Context, name string, id IDInput, state *KmsKmipClientCertState, opts ...ResourceOption) (*KmsKmipClientCert, error)
    public static KmsKmipClientCert Get(string name, Input<string> id, KmsKmipClientCertState? state, CustomResourceOptions? opts = null)
    public static KmsKmipClientCert get(String name, Output<String> id, KmsKmipClientCertState state, CustomResourceOptions options)
    resources:  _:    type: ibm:KmsKmipClientCert    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.
    The following state arguments are supported:
    AdapterId string
    The name or UUID of the KMIP adapter that contains the cert
    CertId string
    The UUID of the KMIP cert
    Certificate string
    The PEM-encoded contents of the certificate
    CreatedAt string
    The date when a resource was created. The date format follows RFC 3339.
    CreatedBy string
    The unique identifier that is associated with the entity that created the adapter.
    EndpointType string
    public or private
    InstanceId string
    Key protect Instance GUID
    KmsKmipClientCertId string
    Name string
    The name of the KMIP client certificate
    AdapterId string
    The name or UUID of the KMIP adapter that contains the cert
    CertId string
    The UUID of the KMIP cert
    Certificate string
    The PEM-encoded contents of the certificate
    CreatedAt string
    The date when a resource was created. The date format follows RFC 3339.
    CreatedBy string
    The unique identifier that is associated with the entity that created the adapter.
    EndpointType string
    public or private
    InstanceId string
    Key protect Instance GUID
    KmsKmipClientCertId string
    Name string
    The name of the KMIP client certificate
    adapterId String
    The name or UUID of the KMIP adapter that contains the cert
    certId String
    The UUID of the KMIP cert
    certificate String
    The PEM-encoded contents of the certificate
    createdAt String
    The date when a resource was created. The date format follows RFC 3339.
    createdBy String
    The unique identifier that is associated with the entity that created the adapter.
    endpointType String
    public or private
    instanceId String
    Key protect Instance GUID
    kmsKmipClientCertId String
    name String
    The name of the KMIP client certificate
    adapterId string
    The name or UUID of the KMIP adapter that contains the cert
    certId string
    The UUID of the KMIP cert
    certificate string
    The PEM-encoded contents of the certificate
    createdAt string
    The date when a resource was created. The date format follows RFC 3339.
    createdBy string
    The unique identifier that is associated with the entity that created the adapter.
    endpointType string
    public or private
    instanceId string
    Key protect Instance GUID
    kmsKmipClientCertId string
    name string
    The name of the KMIP client certificate
    adapter_id str
    The name or UUID of the KMIP adapter that contains the cert
    cert_id str
    The UUID of the KMIP cert
    certificate str
    The PEM-encoded contents of the certificate
    created_at str
    The date when a resource was created. The date format follows RFC 3339.
    created_by str
    The unique identifier that is associated with the entity that created the adapter.
    endpoint_type str
    public or private
    instance_id str
    Key protect Instance GUID
    kms_kmip_client_cert_id str
    name str
    The name of the KMIP client certificate
    adapterId String
    The name or UUID of the KMIP adapter that contains the cert
    certId String
    The UUID of the KMIP cert
    certificate String
    The PEM-encoded contents of the certificate
    createdAt String
    The date when a resource was created. The date format follows RFC 3339.
    createdBy String
    The unique identifier that is associated with the entity that created the adapter.
    endpointType String
    public or private
    instanceId String
    Key protect Instance GUID
    kmsKmipClientCertId String
    name String
    The name of the KMIP client certificate

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud