Share via


New-MgSecurityLabelRetentionLabel

Create a new retentionLabel object. To create a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.

Note

To view the beta release of this cmdlet, view New-MgBetaSecurityLabelRetentionLabel

Syntax

CreateExpanded (Default)

New-MgSecurityLabelRetentionLabel
    [-ResponseHeadersVariable <string>]
    [-ActionAfterRetentionPeriod <string>]
    [-AdditionalProperties <hashtable>]
    [-BehaviorDuringRetentionPeriod <string>]
    [-CreatedBy <IMicrosoftGraphIdentitySet>]
    [-CreatedDateTime <datetime>]
    [-DefaultRecordBehavior <string>]
    [-DescriptionForAdmins <string>]
    [-DescriptionForUsers <string>]
    [-Descriptors <IMicrosoftGraphSecurityFilePlanDescriptor>]
    [-DisplayName <string>]
    [-DispositionReviewStages <IMicrosoftGraphSecurityDispositionReviewStage[]>]
    [-Id <string>]
    [-IsInUse]
    [-LabelToBeApplied <string>]
    [-LastModifiedBy <IMicrosoftGraphIdentitySet>]
    [-LastModifiedDateTime <datetime>]
    [-RetentionDuration <hashtable>]
    [-RetentionEventType <IMicrosoftGraphSecurityRetentionEventType>]
    [-RetentionTrigger <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Create

New-MgSecurityLabelRetentionLabel
    -BodyParameter <IMicrosoftGraphSecurityRetentionLabel>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Parameters

-ActionAfterRetentionPeriod

actionAfterRetentionPeriod

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-AdditionalProperties

Additional Parameters

Parameter properties

Type:System.Collections.Hashtable
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BehaviorDuringRetentionPeriod

behaviorDuringRetentionPeriod

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BodyParameter

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityRetentionLabel
Supports wildcards:False
DontShow:False

Parameter sets

Create
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Break

Wait for .NET debugger to attach

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CreatedBy

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CreatedDateTime

Represents the date and time in which the retentionLabel is created.

Parameter properties

Type:System.DateTime
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultRecordBehavior

defaultRecordBehavior

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DescriptionForAdmins

Provides label information for the admin. Optional.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DescriptionForUsers

Provides the label information for the user. Optional.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Descriptors

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityFilePlanDescriptor
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DisplayName

Unique string that defines a label name.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DispositionReviewStages

When action at the end of retention is chosen as 'dispositionReview', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage. To construct, see NOTES section for DISPOSITIONREVIEWSTAGES properties and create a hash table.

Parameter properties

Type:

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityDispositionReviewStage[]

Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Headers

Optional headers that will be added to the request.

Parameter properties

Type:System.Collections.IDictionary
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelineAppend

SendAsync Pipeline Steps to be appended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelinePrepend

SendAsync Pipeline Steps to be prepended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Id

The unique identifier for an entity. Read-only.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IsInUse

Specifies whether the label is currently being used.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LabelToBeApplied

Specifies the replacement label to be applied automatically after the retention period of the current label ends.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LastModifiedBy

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LastModifiedDateTime

The latest date time when the retentionLabel was modified.

Parameter properties

Type:System.DateTime
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Proxy

The URI for the proxy server to use

Parameter properties

Type:System.Uri
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyCredential

Credentials for a proxy server to use for the remote call

Parameter properties

Type:System.Management.Automation.PSCredential
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyUseDefaultCredentials

Use the default credentials for the proxy

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False
Aliases:RHV

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RetentionDuration

retentionDuration

Parameter properties

Type:System.Collections.Hashtable
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RetentionEventType

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

Parameter properties

Type:Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityRetentionEventType
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RetentionTrigger

retentionTrigger

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

CreateExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Runs the command in a mode that only reports what would happen without performing the actions.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Inputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityRetentionLabel

{{ Fill in the Description }}

System.Collections.IDictionary

{{ Fill in the Description }}

Outputs

Microsoft.Graph.PowerShell.Models.IMicrosoftGraphSecurityRetentionLabel

{{ Fill in the Description }}

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.

BODYPARAMETER <IMicrosoftGraphSecurityRetentionLabel>: retentionLabel [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [ActionAfterRetentionPeriod <String>]: actionAfterRetentionPeriod [BehaviorDuringRetentionPeriod <String>]: behaviorDuringRetentionPeriod [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.For drive items, 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 don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [CreatedDateTime <DateTime?>]: Represents the date and time in which the retentionLabel is created. [DefaultRecordBehavior <String>]: defaultRecordBehavior [DescriptionForAdmins <String>]: Provides label information for the admin. Optional. [DescriptionForUsers <String>]: Provides the label information for the user. Optional. [Descriptors <IMicrosoftGraphSecurityFilePlanDescriptor>]: filePlanDescriptor [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [Authority <IMicrosoftGraphSecurityFilePlanAuthority>]: filePlanAuthority [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [AuthorityTemplate <IMicrosoftGraphSecurityAuthorityTemplate>]: authorityTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Category <IMicrosoftGraphSecurityFilePlanAppliedCategory>]: filePlanAppliedCategory [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [Subcategory <IMicrosoftGraphSecurityFilePlanSubcategory>]: filePlanSubcategory [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [CategoryTemplate <IMicrosoftGraphSecurityCategoryTemplate>]: categoryTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Subcategories <IMicrosoftGraphSecuritySubcategoryTemplate[]>]: Represents all subcategories under a particular category. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Citation <IMicrosoftGraphSecurityFilePlanCitation>]: filePlanCitation [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [CitationJurisdiction <String>]: Represents the jurisdiction or agency that published the filePlanCitation. [CitationUrl <String>]: Represents the URL to the published filePlanCitation. [CitationTemplate <IMicrosoftGraphSecurityCitationTemplate>]: citationTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [CitationJurisdiction <String>]: Represents the jurisdiction or agency that published the citation. [CitationUrl <String>]: Represents the URL to the published citation. [Department <IMicrosoftGraphSecurityFilePlanDepartment>]: filePlanDepartment [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [DepartmentTemplate <IMicrosoftGraphSecurityDepartmentTemplate>]: departmentTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [FilePlanReference <IMicrosoftGraphSecurityFilePlanReference>]: filePlanReference [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [FilePlanReferenceTemplate <IMicrosoftGraphSecurityFilePlanReferenceTemplate>]: filePlanReferenceTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [DisplayName <String>]: Unique string that defines a label name. [DispositionReviewStages <IMicrosoftGraphSecurityDispositionReviewStage[]>]: When action at the end of retention is chosen as 'dispositionReview', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage. [Id <String>]: The unique identifier for an entity. Read-only. [Name <String>]: Name representing each stage within a collection. [ReviewersEmailAddresses <String[]>]: A collection of reviewers at each stage. [StageNumber <String>]: The unique sequence number for each stage of the disposition review. [IsInUse <Boolean?>]: Specifies whether the label is currently being used. [LabelToBeApplied <String>]: Specifies the replacement label to be applied automatically after the retention period of the current label ends. [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedDateTime <DateTime?>]: The latest date time when the retentionLabel was modified. [RetentionDuration <IMicrosoftGraphSecurityRetentionDuration>]: retentionDuration [(Any) <Object>]: This indicates any property can be added to this object. [RetentionEventType <IMicrosoftGraphSecurityRetentionEventType>]: retentionEventType [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: The date time when the retentionEventType was created. [Description <String>]: Optional information about the event type. [DisplayName <String>]: Name of the event type. [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedDateTime <DateTime?>]: The latest date time when the retentionEventType was modified. [RetentionTrigger <String>]: retentionTrigger

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.For drive items, 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 don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity

DESCRIPTORS <IMicrosoftGraphSecurityFilePlanDescriptor>: filePlanDescriptor [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [Authority <IMicrosoftGraphSecurityFilePlanAuthority>]: filePlanAuthority [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [AuthorityTemplate <IMicrosoftGraphSecurityAuthorityTemplate>]: authorityTemplate [(Any) <Object>]: This indicates any property can be added to this object. [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.For drive items, 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 don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Category <IMicrosoftGraphSecurityFilePlanAppliedCategory>]: filePlanAppliedCategory [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [Subcategory <IMicrosoftGraphSecurityFilePlanSubcategory>]: filePlanSubcategory [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [CategoryTemplate <IMicrosoftGraphSecurityCategoryTemplate>]: categoryTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Subcategories <IMicrosoftGraphSecuritySubcategoryTemplate[]>]: Represents all subcategories under a particular category. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [Citation <IMicrosoftGraphSecurityFilePlanCitation>]: filePlanCitation [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [CitationJurisdiction <String>]: Represents the jurisdiction or agency that published the filePlanCitation. [CitationUrl <String>]: Represents the URL to the published filePlanCitation. [CitationTemplate <IMicrosoftGraphSecurityCitationTemplate>]: citationTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [CitationJurisdiction <String>]: Represents the jurisdiction or agency that published the citation. [CitationUrl <String>]: Represents the URL to the published citation. [Department <IMicrosoftGraphSecurityFilePlanDepartment>]: filePlanDepartment [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [DepartmentTemplate <IMicrosoftGraphSecurityDepartmentTemplate>]: departmentTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only. [FilePlanReference <IMicrosoftGraphSecurityFilePlanReference>]: filePlanReference [(Any) <Object>]: This indicates any property can be added to this object. [DisplayName <String>]: Unique string that defines the name for the file plan descriptor associated with a particular retention label. [FilePlanReferenceTemplate <IMicrosoftGraphSecurityFilePlanReferenceTemplate>]: filePlanReferenceTemplate [(Any) <Object>]: This indicates any property can be added to this object. [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet [CreatedDateTime <DateTime?>]: Represents the date and time in which the filePlanDescriptorTemplate is created. [DisplayName <String>]: Unique string that defines a filePlanDescriptorTemplate name. [Id <String>]: The unique identifier for an entity. Read-only.

DISPOSITIONREVIEWSTAGES <IMicrosoftGraphSecurityDispositionReviewStage[]>: When action at the end of retention is chosen as 'dispositionReview', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage. [Id <String>]: The unique identifier for an entity. Read-only. [Name <String>]: Name representing each stage within a collection. [ReviewersEmailAddresses <String[]>]: A collection of reviewers at each stage. [StageNumber <String>]: The unique sequence number for each stage of the disposition review.

LASTMODIFIEDBY <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.For drive items, 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 don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity

RETENTIONEVENTTYPE <IMicrosoftGraphSecurityRetentionEventType>: retentionEventType [(Any) <Object>]: This indicates any property can be added to this object. [Id <String>]: The unique identifier for an entity. Read-only. [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.For drive items, 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 don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <IMicrosoftGraphIdentity>]: identity [User <IMicrosoftGraphIdentity>]: identity [CreatedDateTime <DateTime?>]: The date time when the retentionEventType was created. [Description <String>]: Optional information about the event type. [DisplayName <String>]: Name of the event type. [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet [LastModifiedDateTime <DateTime?>]: The latest date time when the retentionEventType was modified.