Skip to main content

Get-XdrCloudAppsGovernance

SYNOPSIS

Retrieves governance data from Microsoft Defender for Cloud Apps and App Governance.

SYNTAX

Get-XdrCloudAppsGovernance [[-Type] <String>] [[-Id] <String>] [-Raw] [-Force]
[-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieves live-validated App Governance summary, app, policy, label, user profile, and tenant metric data.

EXAMPLES

EXAMPLE 1

Get-XdrCloudAppsGovernance

Retrieves an App Governance summary.

EXAMPLE 2

Get-XdrCloudAppsGovernance -Type App

Retrieves App Governance app data.

PARAMETERS

-Type

Governance data type to retrieve.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: Summary
Accept pipeline input: False
Accept wildcard characters: False

-Id

Identifier for item-specific governance queries.

Type: String
Parameter Sets: (All)
Aliases: _id

Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Raw

Returns the raw API response shape.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Force

Bypasses cache-backed requests.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

The ProgressAction parameter is a common parameter, not a cmdlet parameter. For more information, see about_CommonParameters.

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES