Resource Type: azure_role_assignment

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

Overview

Role Assignments

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The role assignment ID.

  • properties

    Role assignment properties.

  • type

    The role assignment type.

Parameters

  • api_version

    The API version to use for this operation.

  • name (namevar)

    The role assignment name.

  • parameters

    Parameters for the role assignment.

  • provider

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

  • scope

    The scope of the role assignment to create. The scope can be any REST resource instance. For example, use ‘/subscriptions/subscription-id/’ for a subscription, ‘/subscriptions/subscription-id/resourceGroups/resource-group-name’ for a resource group, and ‘/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/resource-provider/resource-type/resource-name’ for a resource.

  • subscription_id

    The ID of the target subscription.