AttestationProviderArgs

data class AttestationProviderArgs(val location: Output<String>? = null, val properties: Output<AttestationServiceCreationSpecificParamsArgs>? = null, val providerName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AttestationProviderArgs>

Attestation service response message. API Version: 2020-10-01.

Import

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

$ pulumi import azure-native:attestation:AttestationProvider myattestationprovider subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Attestation/attestationProviders/myattestationprovider

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, properties: Output<AttestationServiceCreationSpecificParamsArgs>? = null, providerName: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

The supported Azure location where the attestation provider should be created.

Link copied to clipboard

Properties of the attestation provider

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

Name of the attestation provider.

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

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

The tags that will be assigned to the attestation provider.

Functions

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