CustomCertificateArgs

data class CustomCertificateArgs(val customCertificateId: Output<String>? = null, val name: Output<String>? = null, val webPubsubId: Output<String>? = null) : ConvertibleToJava<CustomCertificateArgs>

Manages an Azure Web PubSub Custom Certificate.

Import

Custom Certificate for a Web PubSub service can be imported using the resource id, e.g.

$ pulumi import azure:webpubsub/customCertificate:CustomCertificate example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.SignalRService/webPubSub/WebPubsub1/customCertificates/cert1

Constructors

Link copied to clipboard
fun CustomCertificateArgs(customCertificateId: Output<String>? = null, name: Output<String>? = null, webPubsubId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CustomCertificateArgs

Properties

Link copied to clipboard
val customCertificateId: Output<String>? = null

The certificate ID of the Web PubSub Custom Certificate. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>? = null

The name of the Web PubSub Custom Certificate. Changing this forces a new resource to be created.

Link copied to clipboard
val webPubsubId: Output<String>? = null

The Web PubSub ID of the Web PubSub Custom Certificate. Changing this forces a new resource to be created.