Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GovernanceAssignmentsImpl

Package version

Class containing GovernanceAssignments operations.

Hierarchy

  • GovernanceAssignmentsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

createOrUpdate

delete

  • Delete a GovernanceAssignment over a given scope

    Parameters

    • scope: string

      Scope of the query, can be subscription (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group (/providers/Microsoft.Management/managementGroups/mgName).

    • assessmentName: string

      The Assessment Key - Unique key for the assessment type

    • assignmentKey: string

      The security governance assignment key - the assessment key of the required governance assignment

    • Optional options: GovernanceAssignmentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get a specific governanceAssignment for the requested scope by AssignmentKey

    Parameters

    • scope: string

      Scope of the query, can be subscription (/subscriptions/0b06d9ea-afe6-4779-bd59-30e5c2d9d13f) or management group (/providers/Microsoft.Management/managementGroups/mgName).

    • assessmentName: string

      The Assessment Key - Unique key for the assessment type

    • assignmentKey: string

      The security governance assignment key - the assessment key of the required governance assignment

    • Optional options: GovernanceAssignmentsGetOptionalParams

      The options parameters.

    Returns Promise<GovernanceAssignmentsGetResponse>

list

Generated using TypeDoc