ibm.KmsKmipClientCert
Explore with Pulumi AI
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
- Instance
Id string - Key protect Instance GUID
- Adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- Endpoint
Type string - public or private
- Kms
Kmip stringClient Cert Id - Name string
- The name of the KMIP client certificate
- Certificate string
- The PEM-encoded contents of the certificate
- Instance
Id string - Key protect Instance GUID
- Adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- Endpoint
Type string - public or private
- Kms
Kmip stringClient Cert Id - Name string
- The name of the KMIP client certificate
- certificate String
- The PEM-encoded contents of the certificate
- instance
Id String - Key protect Instance GUID
- adapter
Id String - The name or UUID of the KMIP adapter that contains the cert
- endpoint
Type String - public or private
- kms
Kmip StringClient Cert Id - name String
- The name of the KMIP client certificate
- certificate string
- The PEM-encoded contents of the certificate
- instance
Id string - Key protect Instance GUID
- adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- endpoint
Type string - public or private
- kms
Kmip stringClient Cert Id - 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_ strclient_ cert_ id - name str
- The name of the KMIP client certificate
- certificate String
- The PEM-encoded contents of the certificate
- instance
Id String - Key protect Instance GUID
- adapter
Id String - The name or UUID of the KMIP adapter that contains the cert
- endpoint
Type String - public or private
- kms
Kmip StringClient Cert Id - 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:
- 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.
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.
- Adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- Cert
Id string - The UUID of the KMIP cert
- Certificate string
- The PEM-encoded contents of the certificate
- Created
At string - The date when a resource was created. The date format follows RFC 3339.
- Created
By string - The unique identifier that is associated with the entity that created the adapter.
- Endpoint
Type string - public or private
- Instance
Id string - Key protect Instance GUID
- Kms
Kmip stringClient Cert Id - Name string
- The name of the KMIP client certificate
- Adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- Cert
Id string - The UUID of the KMIP cert
- Certificate string
- The PEM-encoded contents of the certificate
- Created
At string - The date when a resource was created. The date format follows RFC 3339.
- Created
By string - The unique identifier that is associated with the entity that created the adapter.
- Endpoint
Type string - public or private
- Instance
Id string - Key protect Instance GUID
- Kms
Kmip stringClient Cert Id - Name string
- The name of the KMIP client certificate
- adapter
Id String - The name or UUID of the KMIP adapter that contains the cert
- cert
Id String - The UUID of the KMIP cert
- certificate String
- The PEM-encoded contents of the certificate
- created
At String - The date when a resource was created. The date format follows RFC 3339.
- created
By String - The unique identifier that is associated with the entity that created the adapter.
- endpoint
Type String - public or private
- instance
Id String - Key protect Instance GUID
- kms
Kmip StringClient Cert Id - name String
- The name of the KMIP client certificate
- adapter
Id string - The name or UUID of the KMIP adapter that contains the cert
- cert
Id string - The UUID of the KMIP cert
- certificate string
- The PEM-encoded contents of the certificate
- created
At string - The date when a resource was created. The date format follows RFC 3339.
- created
By string - The unique identifier that is associated with the entity that created the adapter.
- endpoint
Type string - public or private
- instance
Id string - Key protect Instance GUID
- kms
Kmip stringClient Cert Id - 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_ strclient_ cert_ id - name str
- The name of the KMIP client certificate
- adapter
Id String - The name or UUID of the KMIP adapter that contains the cert
- cert
Id String - The UUID of the KMIP cert
- certificate String
- The PEM-encoded contents of the certificate
- created
At String - The date when a resource was created. The date format follows RFC 3339.
- created
By String - The unique identifier that is associated with the entity that created the adapter.
- endpoint
Type String - public or private
- instance
Id String - Key protect Instance GUID
- kms
Kmip StringClient Cert Id - 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.