We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.attestation.getProvider
Explore with Pulumi AI
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>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]func LookupProvider(ctx *Context, args *LookupProviderArgs, opts ...InvokeOption) (*LookupProviderResult, error)
func LookupProviderOutput(ctx *Context, args *LookupProviderOutputArgs, opts ...InvokeOption) LookupProviderResultOutput> 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)
}public static CompletableFuture<GetProviderResult> getProvider(GetProviderArgs args, InvokeOptions options)
public static Output<GetProviderResult> getProvider(GetProviderArgs args, InvokeOptions options)
fn::invoke:
  function: azure:attestation/getProvider:getProvider
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- The name of this Attestation Provider.
- ResourceGroup stringName 
- The name of the Resource Group where the Attestation Provider exists.
- Name string
- The name of this Attestation Provider.
- ResourceGroup stringName 
- The name of the Resource Group where the Attestation Provider exists.
- name String
- The name of this Attestation Provider.
- resourceGroup StringName 
- The name of the Resource Group where the Attestation Provider exists.
- name string
- The name of this Attestation Provider.
- resourceGroup stringName 
- The name of the Resource Group where the Attestation Provider exists.
- name str
- The name of this Attestation Provider.
- resource_group_ strname 
- The name of the Resource Group where the Attestation Provider exists.
- name String
- The name of this Attestation Provider.
- resourceGroup StringName 
- 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
- ResourceGroup stringName 
- 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
- ResourceGroup stringName 
- 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
- resourceGroup StringName 
- 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
- resourceGroup stringName 
- {[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_ strname 
- 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
- resourceGroup StringName 
- 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 azurermTerraform Provider.