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

We recommend using Azure Native.

Azure Classic v5.70.0 published on Wednesday, Mar 27, 2024 by Pulumi

azure.attestation.getProvider

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.70.0 published on Wednesday, Mar 27, 2024 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>
    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.
    ResourceGroupName string
    The name of the Resource Group where the Attestation Provider exists.
    Name string
    The name of this Attestation Provider.
    ResourceGroupName string
    The name of the Resource Group where the Attestation Provider exists.
    name String
    The name of this Attestation Provider.
    resourceGroupName String
    The name of the Resource Group where the Attestation Provider exists.
    name string
    The name of this Attestation Provider.
    resourceGroupName string
    The name of the Resource Group where the Attestation Provider exists.
    name str
    The name of this Attestation Provider.
    resource_group_name str
    The name of the Resource Group where the Attestation Provider exists.
    name String
    The name of this Attestation Provider.
    resourceGroupName 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.
    azure logo

    We recommend using Azure Native.

    Azure Classic v5.70.0 published on Wednesday, Mar 27, 2024 by Pulumi