Resource Type: azure_identity
- Defined in:
- lib/puppet/type/azure_identity.rb
- Providers:
-
arm
Overview
Describes an identity resource.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The id of the created identity.
-
location
The Azure region where the identity lives.
-
properties
The properties associated with the identity.
-
tags
Resource tags
-
type
The type of resource i.e. Microsoft.ManagedIdentity/userAssignedIdentities
Parameters
-
api_version
Version of API to invoke.
-
name (namevar)
The name of the created identity.
-
parameters
Parameters to create or update the identity
-
provider
The specific backend to use for this ‘azure_identity` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resource_group_name
The name of the Resource Group to which the identity belongs.
-
resource_name
The name of the identity resource.
-
subscription_id
The Id of the Subscription to which the identity belongs.