Resource Type: dsc_aadroledefinition

Defined in:
lib/puppet/type/dsc_aadroledefinition.rb

Overview

The DSC AADRoleDefinition resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_applicationid

    Id of the Azure Active Directory application to authenticate with.

  • dsc_applicationsecret

    Secret of the Azure Active Directory application to authenticate with.

  • dsc_certificatethumbprint

    Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.

  • dsc_description

    Specifies a description for the role definition.

  • dsc_ensure

    Specify if the Azure AD Role definition should exist or not.

  • dsc_id

    Specifies Id for the role definition.

  • dsc_isenabled

    Specifies whether the role definition is enabled.

  • dsc_resourcescopes

    Specifies the resource scopes for the role definition.

  • dsc_rolepermissions

    Specifies permissions for the role definition.

  • dsc_templateid

    Specifies template id for the role definition.

  • dsc_tenantid

    Id of the Azure Active Directory tenant used for authentication.

  • dsc_version

    Specifies version for the role definition.

Parameters

  • dsc_credential

    Credentials of the Azure AD Admin

  • dsc_displayname (namevar)

    Specifies a display name for the role definition.

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).