1. Packages
  2. Azure Classic
  3. API Docs
  4. attestation
  5. getProvider

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

azure.attestation.getProvider

Explore with Pulumi AI

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi

Use this data source to access information about an existing Attestation Provider.

Using getProvider

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getProvider(args: GetProviderArgs, opts?: InvokeOptions): Promise<GetProviderResult>
function getProviderOutput(args: GetProviderOutputArgs, opts?: InvokeOptions): Output<GetProviderResult>
Copy
def get_provider(name: Optional[str] = None,
                 resource_group_name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetProviderResult
def get_provider_output(name: Optional[pulumi.Input[str]] = None,
                 resource_group_name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetProviderResult]
Copy
func LookupProvider(ctx *Context, args *LookupProviderArgs, opts ...InvokeOption) (*LookupProviderResult, error)
func LookupProviderOutput(ctx *Context, args *LookupProviderOutputArgs, opts ...InvokeOption) LookupProviderResultOutput
Copy

> Note: This function is named LookupProvider in the Go SDK.

public static class GetProvider 
{
    public static Task<GetProviderResult> InvokeAsync(GetProviderArgs args, InvokeOptions? opts = null)
    public static Output<GetProviderResult> Invoke(GetProviderInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProviderResult> getProvider(GetProviderArgs args, InvokeOptions options)
public static Output<GetProviderResult> getProvider(GetProviderArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure:attestation/getProvider:getProvider
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
The name of this Attestation Provider.
ResourceGroupName This property is required. string
The name of the Resource Group where the Attestation Provider exists.
Name This property is required. string
The name of this Attestation Provider.
ResourceGroupName This property is required. string
The name of the Resource Group where the Attestation Provider exists.
name This property is required. String
The name of this Attestation Provider.
resourceGroupName This property is required. String
The name of the Resource Group where the Attestation Provider exists.
name This property is required. string
The name of this Attestation Provider.
resourceGroupName This property is required. string
The name of the Resource Group where the Attestation Provider exists.
name This property is required. str
The name of this Attestation Provider.
resource_group_name This property is required. str
The name of the Resource Group where the Attestation Provider exists.
name This property is required. String
The name of this Attestation Provider.
resourceGroupName This property is required. String
The name of the Resource Group where the Attestation Provider exists.

getProvider Result

The following output properties are available:

AttestationUri string
The (Endpoint|URI) of the Attestation Service.
Id string
The provider-assigned unique ID for this managed resource.
Location string
The Azure Region where the Attestation Provider exists.
Name string
ResourceGroupName string
Tags Dictionary<string, string>
A mapping of tags assigned to the Attestation Provider.
TrustModel string
Trust model used for the Attestation Service.
AttestationUri string
The (Endpoint|URI) of the Attestation Service.
Id string
The provider-assigned unique ID for this managed resource.
Location string
The Azure Region where the Attestation Provider exists.
Name string
ResourceGroupName string
Tags map[string]string
A mapping of tags assigned to the Attestation Provider.
TrustModel string
Trust model used for the Attestation Service.
attestationUri String
The (Endpoint|URI) of the Attestation Service.
id String
The provider-assigned unique ID for this managed resource.
location String
The Azure Region where the Attestation Provider exists.
name String
resourceGroupName String
tags Map<String,String>
A mapping of tags assigned to the Attestation Provider.
trustModel String
Trust model used for the Attestation Service.
attestationUri string
The (Endpoint|URI) of the Attestation Service.
id string
The provider-assigned unique ID for this managed resource.
location string
The Azure Region where the Attestation Provider exists.
name string
resourceGroupName string
tags {[key: string]: string}
A mapping of tags assigned to the Attestation Provider.
trustModel string
Trust model used for the Attestation Service.
attestation_uri str
The (Endpoint|URI) of the Attestation Service.
id str
The provider-assigned unique ID for this managed resource.
location str
The Azure Region where the Attestation Provider exists.
name str
resource_group_name str
tags Mapping[str, str]
A mapping of tags assigned to the Attestation Provider.
trust_model str
Trust model used for the Attestation Service.
attestationUri String
The (Endpoint|URI) of the Attestation Service.
id String
The provider-assigned unique ID for this managed resource.
location String
The Azure Region where the Attestation Provider exists.
name String
resourceGroupName String
tags Map<String>
A mapping of tags assigned to the Attestation Provider.
trustModel String
Trust model used for the Attestation Service.

Package Details

Repository
Azure Classic pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.

We recommend using Azure Native.

Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi