We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:attestation/getProvider:getProvider
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this Attestation Provider.
- Resource
Group stringName - The name of the Resource Group where the Attestation Provider exists.
- Name string
- The name of this Attestation Provider.
- Resource
Group stringName - The name of the Resource Group where the Attestation Provider exists.
- name String
- The name of this Attestation Provider.
- resource
Group StringName - The name of the Resource Group where the Attestation Provider exists.
- name string
- The name of this Attestation Provider.
- resource
Group 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.
- resource
Group StringName - The name of the Resource Group where the Attestation Provider exists.
getProvider Result
The following output properties are available:
- Attestation
Uri 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
- Resource
Group stringName - Dictionary<string, string>
- A mapping of tags assigned to the Attestation Provider.
- Trust
Model string - Trust model used for the Attestation Service.
- Attestation
Uri 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
- Resource
Group stringName - map[string]string
- A mapping of tags assigned to the Attestation Provider.
- Trust
Model string - Trust model used for the Attestation Service.
- attestation
Uri 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
- resource
Group StringName - Map<String,String>
- A mapping of tags assigned to the Attestation Provider.
- trust
Model String - Trust model used for the Attestation Service.
- attestation
Uri 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
- resource
Group stringName - {[key: string]: string}
- A mapping of tags assigned to the Attestation Provider.
- trust
Model 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.
- attestation
Uri 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
- resource
Group StringName - Map<String>
- A mapping of tags assigned to the Attestation Provider.
- trust
Model 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.