Update-MgInformationProtection

Update informationProtection

Note

To view the beta release of this cmdlet, view Update-MgBetaInformationProtection

Syntax

Update-MgInformationProtection
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-Bitlocker <IMicrosoftGraphBitlocker>]
      [-ThreatAssessmentRequests <IMicrosoftGraphThreatAssessmentRequest[]>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgInformationProtection
      -BodyParameter <IMicrosoftGraphInformationProtection>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update informationProtection

Parameters

-AdditionalProperties

Additional Parameters

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

-Bitlocker

bitlocker To construct, see NOTES section for BITLOCKER properties and create a hash table.

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

-BodyParameter

informationProtection To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

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

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ThreatAssessmentRequests

. To construct, see NOTES section for THREATASSESSMENTREQUESTS properties and create a hash table.

Type:IMicrosoftGraphThreatAssessmentRequest[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationProtection

System.Collections.IDictionary

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationProtection

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BITLOCKER <IMicrosoftGraphBitlocker>: bitlocker

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [RecoveryKeys <IMicrosoftGraphBitlockerRecoveryKey- []>]: The recovery keys associated with the bitlocker entity.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [CreatedDateTime <DateTime?>]: The date and time when the key was originally backed up to Microsoft Entra ID. Not nullable.
    • [DeviceId <String>]: Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq).
    • [Key <String>]: The BitLocker recovery key. Returned only on $select. Not nullable.
    • [VolumeType <String>]: volumeType

BODYPARAMETER <IMicrosoftGraphInformationProtection>: informationProtection

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Bitlocker <IMicrosoftGraphBitlocker>]: bitlocker
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [RecoveryKeys <IMicrosoftGraphBitlockerRecoveryKey- []>]: The recovery keys associated with the bitlocker entity.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedDateTime <DateTime?>]: The date and time when the key was originally backed up to Microsoft Entra ID. Not nullable.
      • [DeviceId <String>]: Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq).
      • [Key <String>]: The BitLocker recovery key. Returned only on $select. Not nullable.
      • [VolumeType <String>]: volumeType
  • [ThreatAssessmentRequests <IMicrosoftGraphThreatAssessmentRequest- []>]:
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [Category <String>]: threatCategory
    • [ContentType <String>]: threatAssessmentContentType
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Application <IMicrosoftGraphIdentity>]: identity
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
        • [Id <String>]: Unique identifier for the identity.
      • [Device <IMicrosoftGraphIdentity>]: identity
      • [User <IMicrosoftGraphIdentity>]: identity
    • [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • [ExpectedAssessment <String>]: threatExpectedAssessment
    • [RequestSource <String>]: threatAssessmentRequestSource
    • [Results <IMicrosoftGraphThreatAssessmentResult- []>]: A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
      • [Message <String>]: The result message for each threat assessment.
      • [ResultType <String>]: threatAssessmentResultType
    • [Status <String>]: threatAssessmentStatus

THREATASSESSMENTREQUESTS <IMicrosoftGraphThreatAssessmentRequest- []>: .

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Category <String>]: threatCategory
  • [ContentType <String>]: threatAssessmentContentType
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Application <IMicrosoftGraphIdentity>]: identity
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
      • [Id <String>]: Unique identifier for the identity.
    • [Device <IMicrosoftGraphIdentity>]: identity
    • [User <IMicrosoftGraphIdentity>]: identity
  • [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
  • [ExpectedAssessment <String>]: threatExpectedAssessment
  • [RequestSource <String>]: threatAssessmentRequestSource
  • [Results <IMicrosoftGraphThreatAssessmentResult- []>]: A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • [Message <String>]: The result message for each threat assessment.
    • [ResultType <String>]: threatAssessmentResultType
  • [Status <String>]: threatAssessmentStatus