1. Packages
  2. Ibm Provider
  3. API Docs
  4. SmPrivateCertificateConfigurationActionSetSigned
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.SmPrivateCertificateConfigurationActionSetSigned

Explore with Pulumi AI

Provides a resource for PrivateCertificateConfigurationActionSetSigned. This allows PrivateCertificateConfigurationActionSetSigned to be created, updated and deleted.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const setSignedAction = new ibm.SmPrivateCertificateConfigurationActionSetSigned("setSignedAction", {
    certificate: `-----BEGIN CERTIFICATE-----
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAA==
-----END CERTIFICATE-----
`,
    instanceId: "6ebc4224-e983-496a-8a54-f40a0bfa9175",
    region: "us-south",
});
Copy
import pulumi
import pulumi_ibm as ibm

set_signed_action = ibm.SmPrivateCertificateConfigurationActionSetSigned("setSignedAction",
    certificate="""-----BEGIN CERTIFICATE-----
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAA==
-----END CERTIFICATE-----
""",
    instance_id="6ebc4224-e983-496a-8a54-f40a0bfa9175",
    region="us-south")
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ibm.NewSmPrivateCertificateConfigurationActionSetSigned(ctx, "setSignedAction", &ibm.SmPrivateCertificateConfigurationActionSetSignedArgs{
			Certificate: pulumi.String(`-----BEGIN CERTIFICATE-----
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAA==
-----END CERTIFICATE-----
`),
			InstanceId: pulumi.String("6ebc4224-e983-496a-8a54-f40a0bfa9175"),
			Region:     pulumi.String("us-south"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;

return await Deployment.RunAsync(() => 
{
    var setSignedAction = new Ibm.SmPrivateCertificateConfigurationActionSetSigned("setSignedAction", new()
    {
        Certificate = @"-----BEGIN CERTIFICATE-----
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAA==
-----END CERTIFICATE-----
",
        InstanceId = "6ebc4224-e983-496a-8a54-f40a0bfa9175",
        Region = "us-south",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.SmPrivateCertificateConfigurationActionSetSigned;
import com.pulumi.ibm.SmPrivateCertificateConfigurationActionSetSignedArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var setSignedAction = new SmPrivateCertificateConfigurationActionSetSigned("setSignedAction", SmPrivateCertificateConfigurationActionSetSignedArgs.builder()
            .certificate("""
-----BEGIN CERTIFICATE-----
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAA==
-----END CERTIFICATE-----
            """)
            .instanceId("6ebc4224-e983-496a-8a54-f40a0bfa9175")
            .region("us-south")
            .build());

    }
}
Copy
resources:
  setSignedAction:
    type: ibm:SmPrivateCertificateConfigurationActionSetSigned
    properties:
      certificate: |
        -----BEGIN CERTIFICATE-----
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAA==
        -----END CERTIFICATE-----        
      instanceId: 6ebc4224-e983-496a-8a54-f40a0bfa9175
      region: us-south
Copy

Create SmPrivateCertificateConfigurationActionSetSigned Resource

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

Constructor syntax

new SmPrivateCertificateConfigurationActionSetSigned(name: string, args: SmPrivateCertificateConfigurationActionSetSignedArgs, opts?: CustomResourceOptions);
@overload
def SmPrivateCertificateConfigurationActionSetSigned(resource_name: str,
                                                     args: SmPrivateCertificateConfigurationActionSetSignedArgs,
                                                     opts: Optional[ResourceOptions] = None)

@overload
def SmPrivateCertificateConfigurationActionSetSigned(resource_name: str,
                                                     opts: Optional[ResourceOptions] = None,
                                                     certificate: Optional[str] = None,
                                                     instance_id: Optional[str] = None,
                                                     endpoint_type: Optional[str] = None,
                                                     name: Optional[str] = None,
                                                     region: Optional[str] = None,
                                                     sm_private_certificate_configuration_action_set_signed_id: Optional[str] = None)
func NewSmPrivateCertificateConfigurationActionSetSigned(ctx *Context, name string, args SmPrivateCertificateConfigurationActionSetSignedArgs, opts ...ResourceOption) (*SmPrivateCertificateConfigurationActionSetSigned, error)
public SmPrivateCertificateConfigurationActionSetSigned(string name, SmPrivateCertificateConfigurationActionSetSignedArgs args, CustomResourceOptions? opts = null)
public SmPrivateCertificateConfigurationActionSetSigned(String name, SmPrivateCertificateConfigurationActionSetSignedArgs args)
public SmPrivateCertificateConfigurationActionSetSigned(String name, SmPrivateCertificateConfigurationActionSetSignedArgs args, CustomResourceOptions options)
type: ibm:SmPrivateCertificateConfigurationActionSetSigned
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SmPrivateCertificateConfigurationActionSetSignedArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SmPrivateCertificateConfigurationActionSetSignedArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SmPrivateCertificateConfigurationActionSetSignedArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SmPrivateCertificateConfigurationActionSetSignedArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SmPrivateCertificateConfigurationActionSetSignedArgs
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 smPrivateCertificateConfigurationActionSetSignedResource = new Ibm.SmPrivateCertificateConfigurationActionSetSigned("smPrivateCertificateConfigurationActionSetSignedResource", new()
{
    Certificate = "string",
    InstanceId = "string",
    EndpointType = "string",
    Name = "string",
    Region = "string",
    SmPrivateCertificateConfigurationActionSetSignedId = "string",
});
Copy
example, err := ibm.NewSmPrivateCertificateConfigurationActionSetSigned(ctx, "smPrivateCertificateConfigurationActionSetSignedResource", &ibm.SmPrivateCertificateConfigurationActionSetSignedArgs{
Certificate: pulumi.String("string"),
InstanceId: pulumi.String("string"),
EndpointType: pulumi.String("string"),
Name: pulumi.String("string"),
Region: pulumi.String("string"),
SmPrivateCertificateConfigurationActionSetSignedId: pulumi.String("string"),
})
Copy
var smPrivateCertificateConfigurationActionSetSignedResource = new SmPrivateCertificateConfigurationActionSetSigned("smPrivateCertificateConfigurationActionSetSignedResource", SmPrivateCertificateConfigurationActionSetSignedArgs.builder()
    .certificate("string")
    .instanceId("string")
    .endpointType("string")
    .name("string")
    .region("string")
    .smPrivateCertificateConfigurationActionSetSignedId("string")
    .build());
Copy
sm_private_certificate_configuration_action_set_signed_resource = ibm.SmPrivateCertificateConfigurationActionSetSigned("smPrivateCertificateConfigurationActionSetSignedResource",
    certificate="string",
    instance_id="string",
    endpoint_type="string",
    name="string",
    region="string",
    sm_private_certificate_configuration_action_set_signed_id="string")
Copy
const smPrivateCertificateConfigurationActionSetSignedResource = new ibm.SmPrivateCertificateConfigurationActionSetSigned("smPrivateCertificateConfigurationActionSetSignedResource", {
    certificate: "string",
    instanceId: "string",
    endpointType: "string",
    name: "string",
    region: "string",
    smPrivateCertificateConfigurationActionSetSignedId: "string",
});
Copy
type: ibm:SmPrivateCertificateConfigurationActionSetSigned
properties:
    certificate: string
    endpointType: string
    instanceId: string
    name: string
    region: string
    smPrivateCertificateConfigurationActionSetSignedId: string
Copy

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

Certificate This property is required. string
The PEM-encoded certificate.
InstanceId This property is required. string
The GUID of the Secrets Manager instance.
EndpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
Name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
Region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
SmPrivateCertificateConfigurationActionSetSignedId string
Certificate This property is required. string
The PEM-encoded certificate.
InstanceId This property is required. string
The GUID of the Secrets Manager instance.
EndpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
Name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
Region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
SmPrivateCertificateConfigurationActionSetSignedId string
certificate This property is required. String
The PEM-encoded certificate.
instanceId This property is required. String
The GUID of the Secrets Manager instance.
endpointType String
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
name String
The name that uniquely identifies the configuration that will be used to sign the CSR.
region String
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId String
certificate This property is required. string
The PEM-encoded certificate.
instanceId This property is required. string
The GUID of the Secrets Manager instance.
endpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId string
certificate This property is required. str
The PEM-encoded certificate.
instance_id This property is required. str
The GUID of the Secrets Manager instance.
endpoint_type str
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
name str
The name that uniquely identifies the configuration that will be used to sign the CSR.
region str
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
sm_private_certificate_configuration_action_set_signed_id str
certificate This property is required. String
The PEM-encoded certificate.
instanceId This property is required. String
The GUID of the Secrets Manager instance.
endpointType String
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
name String
The name that uniquely identifies the configuration that will be used to sign the CSR.
region String
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId String

Outputs

All input properties are implicitly available as output properties. Additionally, the SmPrivateCertificateConfigurationActionSetSigned 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 SmPrivateCertificateConfigurationActionSetSigned Resource

Get an existing SmPrivateCertificateConfigurationActionSetSigned 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?: SmPrivateCertificateConfigurationActionSetSignedState, opts?: CustomResourceOptions): SmPrivateCertificateConfigurationActionSetSigned
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        certificate: Optional[str] = None,
        endpoint_type: Optional[str] = None,
        instance_id: Optional[str] = None,
        name: Optional[str] = None,
        region: Optional[str] = None,
        sm_private_certificate_configuration_action_set_signed_id: Optional[str] = None) -> SmPrivateCertificateConfigurationActionSetSigned
func GetSmPrivateCertificateConfigurationActionSetSigned(ctx *Context, name string, id IDInput, state *SmPrivateCertificateConfigurationActionSetSignedState, opts ...ResourceOption) (*SmPrivateCertificateConfigurationActionSetSigned, error)
public static SmPrivateCertificateConfigurationActionSetSigned Get(string name, Input<string> id, SmPrivateCertificateConfigurationActionSetSignedState? state, CustomResourceOptions? opts = null)
public static SmPrivateCertificateConfigurationActionSetSigned get(String name, Output<String> id, SmPrivateCertificateConfigurationActionSetSignedState state, CustomResourceOptions options)
resources:  _:    type: ibm:SmPrivateCertificateConfigurationActionSetSigned    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Certificate string
The PEM-encoded certificate.
EndpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
InstanceId string
The GUID of the Secrets Manager instance.
Name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
Region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
SmPrivateCertificateConfigurationActionSetSignedId string
Certificate string
The PEM-encoded certificate.
EndpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
InstanceId string
The GUID of the Secrets Manager instance.
Name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
Region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
SmPrivateCertificateConfigurationActionSetSignedId string
certificate String
The PEM-encoded certificate.
endpointType String
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
instanceId String
The GUID of the Secrets Manager instance.
name String
The name that uniquely identifies the configuration that will be used to sign the CSR.
region String
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId String
certificate string
The PEM-encoded certificate.
endpointType string
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
instanceId string
The GUID of the Secrets Manager instance.
name string
The name that uniquely identifies the configuration that will be used to sign the CSR.
region string
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId string
certificate str
The PEM-encoded certificate.
endpoint_type str
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
instance_id str
The GUID of the Secrets Manager instance.
name str
The name that uniquely identifies the configuration that will be used to sign the CSR.
region str
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
sm_private_certificate_configuration_action_set_signed_id str
certificate String
The PEM-encoded certificate.
endpointType String
The endpoint type. If not provided the endpoint type is determined by the visibility argument provided in the provider configuration.

  • Constraints: Allowable values are: private, public.
instanceId String
The GUID of the Secrets Manager instance.
name String
The name that uniquely identifies the configuration that will be used to sign the CSR.
region String
The region of the Secrets Manager instance. If not provided defaults to the region defined in the IBM provider configuration.
smPrivateCertificateConfigurationActionSetSignedId String

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.