These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.certificateregistration.getAppServiceCertificateOrderCertificate
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the certificate associated with a certificate order. API Version: 2020-10-01.
Using getAppServiceCertificateOrderCertificate
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 getAppServiceCertificateOrderCertificate(args: GetAppServiceCertificateOrderCertificateArgs, opts?: InvokeOptions): Promise<GetAppServiceCertificateOrderCertificateResult>
function getAppServiceCertificateOrderCertificateOutput(args: GetAppServiceCertificateOrderCertificateOutputArgs, opts?: InvokeOptions): Output<GetAppServiceCertificateOrderCertificateResult>
def get_app_service_certificate_order_certificate(certificate_order_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppServiceCertificateOrderCertificateResult
def get_app_service_certificate_order_certificate_output(certificate_order_name: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppServiceCertificateOrderCertificateResult]
func LookupAppServiceCertificateOrderCertificate(ctx *Context, args *LookupAppServiceCertificateOrderCertificateArgs, opts ...InvokeOption) (*LookupAppServiceCertificateOrderCertificateResult, error)
func LookupAppServiceCertificateOrderCertificateOutput(ctx *Context, args *LookupAppServiceCertificateOrderCertificateOutputArgs, opts ...InvokeOption) LookupAppServiceCertificateOrderCertificateResultOutput
> Note: This function is named LookupAppServiceCertificateOrderCertificate
in the Go SDK.
public static class GetAppServiceCertificateOrderCertificate
{
public static Task<GetAppServiceCertificateOrderCertificateResult> InvokeAsync(GetAppServiceCertificateOrderCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetAppServiceCertificateOrderCertificateResult> Invoke(GetAppServiceCertificateOrderCertificateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppServiceCertificateOrderCertificateResult> getAppServiceCertificateOrderCertificate(GetAppServiceCertificateOrderCertificateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:certificateregistration:getAppServiceCertificateOrderCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Order stringName - Name of the certificate order.
- Name string
- Name of the certificate.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- Certificate
Order stringName - Name of the certificate order.
- Name string
- Name of the certificate.
- Resource
Group stringName - Name of the resource group to which the resource belongs.
- certificate
Order StringName - Name of the certificate order.
- name String
- Name of the certificate.
- resource
Group StringName - Name of the resource group to which the resource belongs.
- certificate
Order stringName - Name of the certificate order.
- name string
- Name of the certificate.
- resource
Group stringName - Name of the resource group to which the resource belongs.
- certificate_
order_ strname - Name of the certificate order.
- name str
- Name of the certificate.
- resource_
group_ strname - Name of the resource group to which the resource belongs.
- certificate
Order StringName - Name of the certificate order.
- name String
- Name of the certificate.
- resource
Group StringName - Name of the resource group to which the resource belongs.
getAppServiceCertificateOrderCertificate Result
The following output properties are available:
- Id string
- Resource Id.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Status of the Key Vault secret.
- System
Data Pulumi.Azure Native. Certificate Registration. Outputs. System Data Response - The system metadata relating to this resource.
- Type string
- Resource type.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- Dictionary<string, string>
- Resource tags.
- Id string
- Resource Id.
- Location string
- Resource Location.
- Name string
- Resource Name.
- Provisioning
State string - Status of the Key Vault secret.
- System
Data SystemData Response - The system metadata relating to this resource.
- Type string
- Resource type.
- Key
Vault stringId - Key Vault resource Id.
- Key
Vault stringSecret Name - Key Vault secret name.
- Kind string
- Kind of resource.
- map[string]string
- Resource tags.
- id String
- Resource Id.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Status of the Key Vault secret.
- system
Data SystemData Response - The system metadata relating to this resource.
- type String
- Resource type.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- Map<String,String>
- Resource tags.
- id string
- Resource Id.
- location string
- Resource Location.
- name string
- Resource Name.
- provisioning
State string - Status of the Key Vault secret.
- system
Data SystemData Response - The system metadata relating to this resource.
- type string
- Resource type.
- key
Vault stringId - Key Vault resource Id.
- key
Vault stringSecret Name - Key Vault secret name.
- kind string
- Kind of resource.
- {[key: string]: string}
- Resource tags.
- id str
- Resource Id.
- location str
- Resource Location.
- name str
- Resource Name.
- provisioning_
state str - Status of the Key Vault secret.
- system_
data SystemData Response - The system metadata relating to this resource.
- type str
- Resource type.
- key_
vault_ strid - Key Vault resource Id.
- key_
vault_ strsecret_ name - Key Vault secret name.
- kind str
- Kind of resource.
- Mapping[str, str]
- Resource tags.
- id String
- Resource Id.
- location String
- Resource Location.
- name String
- Resource Name.
- provisioning
State String - Status of the Key Vault secret.
- system
Data Property Map - The system metadata relating to this resource.
- type String
- Resource type.
- key
Vault StringId - Key Vault resource Id.
- key
Vault StringSecret Name - Key Vault secret name.
- kind String
- Kind of resource.
- Map<String>
- Resource tags.
Supporting Types
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi