Resource Type: azure_public_certificate

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

Overview

Public certificate object

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.

  • properties

    PublicCertificate resource specific properties

  • type

    Resource type.

Parameters

  • api_version

    API Version

  • name (namevar)

    Resource Name.

  • provider

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

  • public_certificate

    Public certificate details. This is the JSON representation of a PublicCertificate object.

  • 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).