azure-native.devices.Certificate

The X509 Certificate. API Version: 2020-08-31.

Example Usage

Certificates_CreateOrUpdate

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var certificate = new AzureNative.Devices.Certificate("certificate", new()
    {
        CertificateName = "cert",
        Properties = new AzureNative.Devices.Inputs.CertificatePropertiesArgs
        {
            Certificate = "############################################",
        },
        ResourceGroupName = "myResourceGroup",
        ResourceName = "iothub",
    });

});
package main

import (
	devices "github.com/pulumi/pulumi-azure-native/sdk/go/azure/devices"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := devices.NewCertificate(ctx, "certificate", &devices.CertificateArgs{
			CertificateName: pulumi.String("cert"),
			Properties: &devices.CertificatePropertiesArgs{
				Certificate: pulumi.String("############################################"),
			},
			ResourceGroupName: pulumi.String("myResourceGroup"),
			ResourceName:      pulumi.String("iothub"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.devices.Certificate;
import com.pulumi.azurenative.devices.CertificateArgs;
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 certificate = new Certificate("certificate", CertificateArgs.builder()        
            .certificateName("cert")
            .properties(Map.of("certificate", "############################################"))
            .resourceGroupName("myResourceGroup")
            .resourceName("iothub")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

certificate = azure_native.devices.Certificate("certificate",
    certificate_name="cert",
    properties=azure_native.devices.CertificatePropertiesArgs(
        certificate="############################################",
    ),
    resource_group_name="myResourceGroup",
    resource_name_="iothub")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const certificate = new azure_native.devices.Certificate("certificate", {
    certificateName: "cert",
    properties: {
        certificate: "############################################",
    },
    resourceGroupName: "myResourceGroup",
    resourceName: "iothub",
});
resources:
  certificate:
    type: azure-native:devices:Certificate
    properties:
      certificateName: cert
      properties:
        certificate: '############################################'
      resourceGroupName: myResourceGroup
      resourceName: iothub

Create Certificate Resource

new Certificate(name: string, args: CertificateArgs, opts?: CustomResourceOptions);
@overload
def Certificate(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                certificate_name: Optional[str] = None,
                properties: Optional[CertificatePropertiesArgs] = None,
                resource_group_name: Optional[str] = None,
                resource_name_: Optional[str] = None)
@overload
def Certificate(resource_name: str,
                args: CertificateArgs,
                opts: Optional[ResourceOptions] = None)
func NewCertificate(ctx *Context, name string, args CertificateArgs, opts ...ResourceOption) (*Certificate, error)
public Certificate(string name, CertificateArgs args, CustomResourceOptions? opts = null)
public Certificate(String name, CertificateArgs args)
public Certificate(String name, CertificateArgs args, CustomResourceOptions options)
type: azure-native:devices:Certificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CertificateArgs
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 CertificateArgs
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 CertificateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CertificateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CertificateArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Certificate Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Certificate resource accepts the following input properties:

ResourceGroupName string

The name of the resource group that contains the IoT hub.

ResourceName string

The name of the IoT hub.

CertificateName string

The name of the certificate

Properties Pulumi.AzureNative.Devices.Inputs.CertificatePropertiesArgs

The description of an X509 CA Certificate.

ResourceGroupName string

The name of the resource group that contains the IoT hub.

ResourceName string

The name of the IoT hub.

CertificateName string

The name of the certificate

Properties CertificatePropertiesArgs

The description of an X509 CA Certificate.

resourceGroupName String

The name of the resource group that contains the IoT hub.

resourceName String

The name of the IoT hub.

certificateName String

The name of the certificate

properties CertificatePropertiesArgs

The description of an X509 CA Certificate.

resourceGroupName string

The name of the resource group that contains the IoT hub.

resourceName string

The name of the IoT hub.

certificateName string

The name of the certificate

properties CertificatePropertiesArgs

The description of an X509 CA Certificate.

resource_group_name str

The name of the resource group that contains the IoT hub.

resource_name str

The name of the IoT hub.

certificate_name str

The name of the certificate

properties CertificatePropertiesArgs

The description of an X509 CA Certificate.

resourceGroupName String

The name of the resource group that contains the IoT hub.

resourceName String

The name of the IoT hub.

certificateName String

The name of the certificate

properties Property Map

The description of an X509 CA Certificate.

Outputs

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

Etag string

The entity tag.

Id string

The provider-assigned unique ID for this managed resource.

Name string

The name of the certificate.

Type string

The resource type.

Etag string

The entity tag.

Id string

The provider-assigned unique ID for this managed resource.

Name string

The name of the certificate.

Type string

The resource type.

etag String

The entity tag.

id String

The provider-assigned unique ID for this managed resource.

name String

The name of the certificate.

type String

The resource type.

etag string

The entity tag.

id string

The provider-assigned unique ID for this managed resource.

name string

The name of the certificate.

type string

The resource type.

etag str

The entity tag.

id str

The provider-assigned unique ID for this managed resource.

name str

The name of the certificate.

type str

The resource type.

etag String

The entity tag.

id String

The provider-assigned unique ID for this managed resource.

name String

The name of the certificate.

type String

The resource type.

Supporting Types

CertificateProperties

Certificate string

The certificate content

Certificate string

The certificate content

certificate String

The certificate content

certificate string

The certificate content

certificate str

The certificate content

certificate String

The certificate content

CertificatePropertiesResponse

Certificate string

base-64 representation of X509 certificate .cer file or just .pem file content.

Created string

The certificate's creation date and time.

Expiry string

The certificate's expiration date and time.

IsVerified bool

Determines whether certificate has been verified.

Subject string

The certificate's subject name.

Thumbprint string

The certificate's thumbprint.

Updated string

The certificate's last update date and time.

Certificate string

base-64 representation of X509 certificate .cer file or just .pem file content.

Created string

The certificate's creation date and time.

Expiry string

The certificate's expiration date and time.

IsVerified bool

Determines whether certificate has been verified.

Subject string

The certificate's subject name.

Thumbprint string

The certificate's thumbprint.

Updated string

The certificate's last update date and time.

certificate String

base-64 representation of X509 certificate .cer file or just .pem file content.

created String

The certificate's creation date and time.

expiry String

The certificate's expiration date and time.

isVerified Boolean

Determines whether certificate has been verified.

subject String

The certificate's subject name.

thumbprint String

The certificate's thumbprint.

updated String

The certificate's last update date and time.

certificate string

base-64 representation of X509 certificate .cer file or just .pem file content.

created string

The certificate's creation date and time.

expiry string

The certificate's expiration date and time.

isVerified boolean

Determines whether certificate has been verified.

subject string

The certificate's subject name.

thumbprint string

The certificate's thumbprint.

updated string

The certificate's last update date and time.

certificate str

base-64 representation of X509 certificate .cer file or just .pem file content.

created str

The certificate's creation date and time.

expiry str

The certificate's expiration date and time.

is_verified bool

Determines whether certificate has been verified.

subject str

The certificate's subject name.

thumbprint str

The certificate's thumbprint.

updated str

The certificate's last update date and time.

certificate String

base-64 representation of X509 certificate .cer file or just .pem file content.

created String

The certificate's creation date and time.

expiry String

The certificate's expiration date and time.

isVerified Boolean

Determines whether certificate has been verified.

subject String

The certificate's subject name.

thumbprint String

The certificate's thumbprint.

updated String

The certificate's last update date and time.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:devices:Certificate cert /subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/ProvisioningServives/myFirstProvisioningService/certificates/cert 

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0