Import-Module Microsoft.Graph.Beta.Sites
$params = @{
name = "docSet"
description = "custom docset"
base = @{
name = "Document Set"
id = "0x0120D520"
}
group = "Document Set Content Types"
}
New-MgBetaSiteContentType -SiteId $siteId -BodyParameter $params
This example shows how to use the New-MgBetaSiteContentType Cmdlet.
Parameters
-AdditionalProperties
Additional Parameters
Parameter properties
Type:
Hashtable
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-AssociatedHubsUrls
List of canonical URLs for hub sites with which this content type is associated to.
This contains all hub sites where this content type is queued to be enforced or is already enforced.
Enforcing a content type means that the content type is applied to the lists in the enforced sites.
Parameter properties
Type:
String[]
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-Base
contentType
To construct, see NOTES section for BASE properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphContentType
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-BaseTypes
The collection of content types that are ancestors of this content type.
To construct, see NOTES section for BASETYPES properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphContentType[]
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-BodyParameter
contentType
To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphContentType
Default value:
None
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
CreateViaIdentity
Position:
Named
Mandatory:
True
Value from pipeline:
True
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ColumnLinks
The collection of columns that are required by this content type.
To construct, see NOTES section for COLUMNLINKS properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphColumnLink[]
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ColumnPositions
Column order information in a content type.
To construct, see NOTES section for COLUMNPOSITIONS properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphColumnDefinition[]
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-Columns
The collection of column definitions for this content type.
To construct, see NOTES section for COLUMNS properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphColumnDefinition[]
Default value:
None
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
CreateViaIdentityExpanded
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:
SwitchParameter
Default value:
None
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
-Description
The descriptive text for the item.
Parameter properties
Type:
String
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-DocumentSet
documentSet
To construct, see NOTES section for DOCUMENTSET properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphDocumentSet
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-DocumentTemplate
documentSetContent
To construct, see NOTES section for DOCUMENTTEMPLATE properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphDocumentSetContent
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-Group
The name of the group this content type belongs to.
Helps organize related content types.
Parameter properties
Type:
String
Default value:
None
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
CreateViaIdentityExpanded
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:
IDictionary
Default value:
None
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
-Hidden
Indicates whether the content type is hidden in the list's 'New' menu.
Parameter properties
Type:
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
CreateViaIdentityExpanded
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:
String
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-InheritedFrom
itemReference
To construct, see NOTES section for INHERITEDFROM properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphItemReference
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-InputObject
Identity Parameter
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Parameter properties
Type:
ISitesIdentity
Default value:
None
Supports wildcards:
False
DontShow:
False
Parameter sets
CreateViaIdentityExpanded
Position:
Named
Mandatory:
True
Value from pipeline:
True
Value from pipeline by property name:
False
Value from remaining arguments:
False
CreateViaIdentity
Position:
Named
Mandatory:
True
Value from pipeline:
True
Value from pipeline by property name:
False
Value from remaining arguments:
False
-IsBuiltIn
Specifies if a content type is a built-in content type.
Parameter properties
Type:
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-Name
The name of the content type.
Parameter properties
Type:
String
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-Order
contentTypeOrder
To construct, see NOTES section for ORDER properties and create a hash table.
Parameter properties
Type:
IMicrosoftGraphContentTypeOrder
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ParentId
The unique identifier of the content type.
Parameter properties
Type:
String
Default value:
None
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-PropagateChanges
If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
Parameter properties
Type:
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-ReadOnly
If true, the content type can't be modified unless this value is first set to false.
Parameter properties
Type:
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
CreateViaIdentityExpanded
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:
String
Default value:
None
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
-Sealed
If true, the content type can't be modified by users or through push-down operations.
Only site collection administrators can seal or unseal content types.
Parameter properties
Type:
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
CreateViaIdentityExpanded
Position:
Named
Mandatory:
False
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-SiteId
The unique identifier of site
Parameter properties
Type:
String
Default value:
None
Supports wildcards:
False
DontShow:
False
Parameter sets
CreateExpanded
Position:
Named
Mandatory:
True
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
Create
Position:
Named
Mandatory:
True
Value from pipeline:
False
Value from pipeline by property name:
False
Value from remaining arguments:
False
-WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Parameter properties
Type:
SwitchParameter
Default value:
None
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.
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.
BASE <IMicrosoftGraphContentType>: contentType
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[AssociatedHubsUrls <String- []>]: List of canonical URLs for hub sites with which this content type is associated to.
This contains all hub sites where this content type is queued to be enforced or is already enforced.
Enforcing a content type means that the content type is applied to the lists in the enforced sites.
[Base <IMicrosoftGraphContentType>]: contentType
[BaseTypes <IMicrosoftGraphContentType- []>]: The collection of content types that are ancestors of this content type.
[ColumnLinks <IMicrosoftGraphColumnLink- []>]: The collection of columns that are required by this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Name <String>]: The name of the column in this content type.
[ColumnPositions <IMicrosoftGraphColumnDefinition- []>]: Column order information in a content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
[Columns <IMicrosoftGraphColumnDefinition- []>]: The collection of column definitions for this content type.
[Description <String>]: The descriptive text for the item.
[(Any) <Object>]: This indicates any property can be added to this object.
[ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
[ListItemId <String>]: An integer identifier for the item within the containing list.
[ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
[SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
[SiteUrl <String>]: The SharePoint URL for the site that contains the item.
[TenantId <String>]: The unique identifier (guid) for the tenancy.
[WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
[SiteId <String>]: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource.
The value is the same as the id property of that site resource.
It's an opaque string that consists of three identifiers of the site.
For OneDrive, this property isn't populated.
[IsBuiltIn <Boolean?>]: Specifies if a content type is a built-in content type.
[(Any) <Object>]: This indicates any property can be added to this object.
[Default <Boolean?>]: Indicates whether this is the default content type.
[Position <Int32?>]: Specifies the position in which the content type appears in the selection UI.
[ParentId <String>]: The unique identifier of the content type.
[PropagateChanges <Boolean?>]: If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
[ReadOnly <Boolean?>]: If true, the content type can't be modified unless this value is first set to false.
[Sealed <Boolean?>]: If true, the content type can't be modified by users or through push-down operations.
Only site collection administrators can seal or unseal content types.
BASETYPES <IMicrosoftGraphContentType- []>: The collection of content types that are ancestors of this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[AssociatedHubsUrls <String- []>]: List of canonical URLs for hub sites with which this content type is associated to.
This contains all hub sites where this content type is queued to be enforced or is already enforced.
Enforcing a content type means that the content type is applied to the lists in the enforced sites.
[Base <IMicrosoftGraphContentType>]: contentType
[BaseTypes <IMicrosoftGraphContentType- []>]: The collection of content types that are ancestors of this content type.
[ColumnLinks <IMicrosoftGraphColumnLink- []>]: The collection of columns that are required by this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Name <String>]: The name of the column in this content type.
[ColumnPositions <IMicrosoftGraphColumnDefinition- []>]: Column order information in a content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
[Columns <IMicrosoftGraphColumnDefinition- []>]: The collection of column definitions for this content type.
[Description <String>]: The descriptive text for the item.
[(Any) <Object>]: This indicates any property can be added to this object.
[ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
[ListItemId <String>]: An integer identifier for the item within the containing list.
[ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
[SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
[SiteUrl <String>]: The SharePoint URL for the site that contains the item.
[TenantId <String>]: The unique identifier (guid) for the tenancy.
[WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
[SiteId <String>]: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource.
The value is the same as the id property of that site resource.
It's an opaque string that consists of three identifiers of the site.
For OneDrive, this property isn't populated.
[IsBuiltIn <Boolean?>]: Specifies if a content type is a built-in content type.
[(Any) <Object>]: This indicates any property can be added to this object.
[Default <Boolean?>]: Indicates whether this is the default content type.
[Position <Int32?>]: Specifies the position in which the content type appears in the selection UI.
[ParentId <String>]: The unique identifier of the content type.
[PropagateChanges <Boolean?>]: If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
[ReadOnly <Boolean?>]: If true, the content type can't be modified unless this value is first set to false.
[Sealed <Boolean?>]: If true, the content type can't be modified by users or through push-down operations.
Only site collection administrators can seal or unseal content types.
[(Any) <Object>]: This indicates any property can be added to this object.
[Id <String>]: The unique identifier for an entity.
Read-only.
[AssociatedHubsUrls <String- []>]: List of canonical URLs for hub sites with which this content type is associated to.
This contains all hub sites where this content type is queued to be enforced or is already enforced.
Enforcing a content type means that the content type is applied to the lists in the enforced sites.
[Base <IMicrosoftGraphContentType>]: contentType
[BaseTypes <IMicrosoftGraphContentType- []>]: The collection of content types that are ancestors of this content type.
[ColumnLinks <IMicrosoftGraphColumnLink- []>]: The collection of columns that are required by this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Name <String>]: The name of the column in this content type.
[ColumnPositions <IMicrosoftGraphColumnDefinition- []>]: Column order information in a content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
[Columns <IMicrosoftGraphColumnDefinition- []>]: The collection of column definitions for this content type.
[Description <String>]: The descriptive text for the item.
[(Any) <Object>]: This indicates any property can be added to this object.
[ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
[ListItemId <String>]: An integer identifier for the item within the containing list.
[ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
[SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
[SiteUrl <String>]: The SharePoint URL for the site that contains the item.
[TenantId <String>]: The unique identifier (guid) for the tenancy.
[WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
[SiteId <String>]: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource.
The value is the same as the id property of that site resource.
It's an opaque string that consists of three identifiers of the site.
For OneDrive, this property isn't populated.
[IsBuiltIn <Boolean?>]: Specifies if a content type is a built-in content type.
[(Any) <Object>]: This indicates any property can be added to this object.
[Default <Boolean?>]: Indicates whether this is the default content type.
[Position <Int32?>]: Specifies the position in which the content type appears in the selection UI.
[ParentId <String>]: The unique identifier of the content type.
[PropagateChanges <Boolean?>]: If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.
[ReadOnly <Boolean?>]: If true, the content type can't be modified unless this value is first set to false.
[Sealed <Boolean?>]: If true, the content type can't be modified by users or through push-down operations.
Only site collection administrators can seal or unseal content types.
COLUMNLINKS <IMicrosoftGraphColumnLink- []>: The collection of columns that are required by this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[Name <String>]: The name of the column in this content type.
COLUMNPOSITIONS <IMicrosoftGraphColumnDefinition- []>: Column order information in a content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
COLUMNS <IMicrosoftGraphColumnDefinition- []>: The collection of column definitions for this content type.
[Id <String>]: The unique identifier for an entity.
Read-only.
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
[(Any) <Object>]: This indicates any property can be added to this object.
[DisplayAs <String>]: How the value should be presented in the UX.
Must be one of default, friendly, or standard.
See below for more details.
If unspecified, treated as default.
[Format <String>]: Indicates whether the value should be presented as a date only or a date and time.
It must be either dateOnly or dateTime.
[(Any) <Object>]: This indicates any property can be added to this object.
[AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
[AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
[ColumnName <String>]: The name of the lookup source column.
[ListId <String>]: The unique identifier of the lookup source list.
[PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.
Use the list item looked up by the primary as the source for the column named here.
[Name <String>]: The API-facing name of the column as it appears in the fields on a listItem.
For the user-facing name, see displayName.
[(Any) <Object>]: This indicates any property can be added to this object.
[DefaultLanguage <String>]: Default BCP 47 language tag for the description.
[Descriptions <IMicrosoftGraphDisplayNameLocalization- []>]: Localized messages that explain what is needed for this column's value to be considered valid.
User will be prompted with this message if validation fails.
[DisplayName <String>]: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.
[LanguageTag <String>]: Provides the language culture-code and friendly name of the language that the displayName field has been provided in.
[Formula <String>]: The formula to validate column value.
For examples, see Examples of common formulas in lists
[ShouldPrefixNameToFile <Boolean?>]: Add the name of the Document Set to each file name.
[(Any) <Object>]: This indicates any property can be added to this object.
[ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
[ListItemId <String>]: An integer identifier for the item within the containing list.
[ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
[SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
[SiteUrl <String>]: The SharePoint URL for the site that contains the item.
[TenantId <String>]: The unique identifier (guid) for the tenancy.
[WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
[SiteId <String>]: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource.
The value is the same as the id property of that site resource.
It's an opaque string that consists of three identifiers of the site.
For OneDrive, this property isn't populated.
INPUTOBJECT <ISitesIdentity>: Identity Parameter
[BaseItemId <String>]: The unique identifier of baseItem
[BaseSitePageId <String>]: The unique identifier of baseSitePage
[BitlockerRecoveryKeyId <String>]: The unique identifier of bitlockerRecoveryKey
[ColumnDefinitionId <String>]: The unique identifier of columnDefinition
[ColumnLinkId <String>]: The unique identifier of columnLink
[ContentModelId <String>]: The unique identifier of contentModel
[ContentTypeId <String>]: The unique identifier of contentType
[ContentTypeId1 <String>]: The unique identifier of contentType
[DataLossPreventionPolicyId <String>]: The unique identifier of dataLossPreventionPolicy
[DocumentProcessingJobId <String>]: The unique identifier of documentProcessingJob
[DocumentSetVersionId <String>]: The unique identifier of documentSetVersion
[DriveId <String>]: The unique identifier of drive