Resource Type: azure_certificate

Defined in:
lib/puppet/type/azure_certificate.rb
Providers:
arm

Overview

SSL certificate for an app.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource Id.

  • kind

    Kind of resource.

  • location

    Resource Location.

  • properties

    Certificate resource specific properties

  • tags

    Resource tags.

  • type

    Resource type.

Parameters

  • api_version

    API Version

  • certificate_envelope

    Details of certificate, if it exists already.

  • name (namevar)

    Resource Name.

  • provider

    The specific backend to use for this ‘azure_certificate` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    Name of the resource group to which the resource belongs.

  • subscription_id

    Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).