Microsoft.Intune.PowerShellGraphSDK.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Intune.PowerShellGraphSDK</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.DerivedTypeAttribute">
            <summary>
            Indicates that the given property is defined on the specified type.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.DerivedTypeAttribute.FullName">
            <summary>
            The name of the type that this property is from.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.DerivedTypeAttribute.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.DerivedTypeAttribute" />.
            </summary>
            <param name="derivedTypeFullName">The name of the type that this property exists on.</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ExpandableAttribute">
            <summary>
            Indicates that this property is able to be included in the list of properties for the $expand
            query parameter when retrieving the entity from Graph.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.IdParameterAttribute">
            <summary>
            Indicates that the given property is used to specify an ID in the URL.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataTypeAttribute">
            <summary>
            Indicates that the parameter or cmdlet was generated from an OData property of the given type.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ODataTypeAttribute.TypeFullName">
            <summary>
            The name of the OData type.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ODataTypeAttribute.SubTypeFullNames">
            <summary>
            The names of all the subtypes of the given type.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ODataTypeAttribute.#ctor(System.String,System.String[])">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.ODataTypeAttribute" />.
            </summary>
            <param name="oDataTypeFullName">The name of the OData type.</param>
            <param name="oDataSubTypeFullNames">The names of all the subtypes of the given type.</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ParameterSetSelectorAttribute">
            <summary>
            Indicates that the switch parameter is used to select a particular parameter set.
            This attribute should only be included on <see cref="T:System.Management.Automation.SwitchParameter" /> properties.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ParameterSetSelectorAttribute.ParameterSetName">
            <summary>
            The name of the parameter set that this <see cref="T:System.Management.Automation.SwitchParameter" /> selects.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ParameterSetSelectorAttribute.#ctor(System.String)">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.ParameterSetSelectorAttribute" />.
            </summary>
            <param name="parameterSetName">The name of the parameter set that the switch parameter would select.</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ResourceIdParameterAttribute">
            <summary>
            Indicates that the given property is used to specify an entity's main ID in the URL.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ResourceReferenceAttribute">
            <summary>
            Indicates that the class represents a cmdlet that retrieves a resource that can be referenced in a "$ref" cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ResourceTypePropertyNameAttribute">
            <summary>
            Specifies the name of the property whose value can be used as an input to type cast parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.SelectableAttribute">
            <summary>
            Indicates that this property is able to be included in the list of properties for the $select
            query parameter when retrieving the entity from Graph.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.SortableAttribute">
            <summary>
            Indicates that this property is able to be included in the list of properties for the $orderBy
            query parameter when retrieving the entity from Graph.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.TypeCastParameterAttribute">
            <summary>
            Indicates that the given property is used to specify a type cast in the URL.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ValidateTypeAttribute">
            <summary>
            Validates that the parameter is set to a value which is one of the specified types.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ValidateTypeAttribute.Types">
            <summary>
            The list of valid types.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ValidateTypeAttribute.#ctor(System.Type[])">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.ValidateTypeAttribute" />.
            </summary>
            <param name="types">The list of valid types</param>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ValidateTypeAttribute.ValidateElement(System.Object)">
            <summary>
            Ensures that the value provided is a valid type.
            </summary>
            <param name="param"></param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ValidateUrlAttribute">
            <summary>
            Checks that a given property's value represents a valid URL string.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ValidateUrlAttribute.UriKind">
            <summary>
            The kind of URL (e.g. relative, absolute).
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ValidateUrlAttribute.#ctor(System.UriKind)">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.ValidateUrlAttribute" />.
            </summary>
            <param name="uriKind">The kind or URL</param>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ValidateUrlAttribute.ValidateElement(System.Object)">
            <summary>
            Validates that the given object represents a valid URL string.
            </summary>
            <param name="url">The URL to validate</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms">
            <summary>
            OData annotation term names.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Computed">
            <summary>
            The "Computed" term. This annotation (if set to "true") identifies a
            property which cannot be written to with an insert, update or delete operation.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Immutable">
            <summary>
            The "Immutable" term. This annotation (if set to "true") identifies a
            property which cannot be written to with an update or delete operation.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.InsertRestrictions">
            <summary>
            The "InsertRestrictions" term. This annotation (if the containing record's
            "Insertable" property is set to "true") identifies a resource which cannot be
            created through the given property.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Insertable">
            <summary>
            Indicates that the given property does not support insert operations.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.UpdateRestrictions">
            <summary>
            The "UpdateRestrictions" term. This annotation (if the containing record's
            "Updatable" property is set to "true") identifies a resource which cannot be
            updated through the given property.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Updatable">
            <summary>
            Indicates that the given property does not support update operations.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.DeleteRestrictions">
            <summary>
            The "DeleteRestrictions" term. This annotation (if the containing record's
            "Deletable" property is set to "true") identifies a resource which cannot be
            deleted through the given property.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.AnnotationTerms.Deletable">
            <summary>
            Indicates that the given property does not support delete operations.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames">
            <summary>
            The full names of EDM types.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Boolean">
            <summary>
            Edm.Boolean
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.String">
            <summary>
            Edm.String
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Byte">
            <summary>
            Edm.Byte
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.SByte">
            <summary>
            Edm.SByte
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Stream">
            <summary>
            Edm.Stream
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Binary">
            <summary>
            Edm.Binary
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int16">
            <summary>
            Edm.Int16
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt16">
            <summary>
            Edm.UInt16
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int32">
            <summary>
            Edm.Int32
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt32">
            <summary>
            Edm.UInt32
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Int64">
            <summary>
            Edm.Int64
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.UInt64">
            <summary>
            Edm.UInt64
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Single">
            <summary>
            Edm.Single
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Double">
            <summary>
            Edm.Double
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Decimal">
            <summary>
            Edm.Decimal
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Guid">
            <summary>
            Edm.Guid
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Date">
            <summary>
            Edm.Date
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.DateTime">
            <summary>
            Edm.DateTime
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.DateTimeOffset">
            <summary>
            Edm.DateTimeOffset
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.TimeOfDay">
            <summary>
            Edm.TimeOfDay
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Time">
            <summary>
            Edm.Time
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.EdmTypeNames.Duration">
            <summary>
            Edm.Duration
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters">
            <summary>
            The valid OData query parameter names.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Select">
            <summary>
            $select
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Expand">
            <summary>
            $expand
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Filter">
            <summary>
            $filter
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Search">
            <summary>
            $filter
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.OrderBy">
            <summary>
            $orderBy
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Skip">
            <summary>
            $skip
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.QueryParameters.Top">
            <summary>
            $top
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.RequestProperties">
            <summary>
            The properties that can be sent as part of a request body.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.RequestProperties.ODataType">
            <summary>
            @odata.type
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.RequestProperties.ODataId">
            <summary>
            @odata.id
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.RequestProperties.Id">
            <summary>
            id
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties">
            <summary>
            The properties that can be returned in a search result (i.e. GET on a collection).
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataContext">
            <summary>
            @odata.context
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataCount">
            <summary>
            @odata.count
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataNextLink">
            <summary>
            @odata.nextLink
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.Value">
            <summary>
            value
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.ODataType">
            <summary>
            @odata.type
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ODataConstants.SearchResultProperties.Id">
            <summary>
            id
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters">
            <summary>
            Keeps track of the parameters used by an AAD environment.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.AuthUrl">
            <summary>
            Location of the auth endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.ResourceId">
            <summary>
            The ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.GraphBaseAddress">
            <summary>
            The location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.AppId">
            <summary>
            The client ID to use when authenticating.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.RedirectLink">
            <summary>
            The redirect link to use when authenticating.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.SchemaVersion">
            <summary>
            The schema version to use when making a Graph call.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.#ctor">
            <summary>
            Creates a new EnvironmentParameters object.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.#ctor(Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters)">
            <summary>
            Copies an existing EnvironmentParameters object.
            </summary>
            <param name="toCopy">The EnvironmentParameters object to copy</param>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters.Copy">
            <summary>
            Creates a copy of this instance of <see cref="T:Microsoft.Intune.PowerShellGraphSDK.EnvironmentParameters" />.
            </summary>
            <returns>The copy of this instance.</returns>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PSGraphSDKException">
            <summary>
            The exception type that is thrown by cmdlets in the PowerShell Graph SDK.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PSGraphSDKException.ErrorPrefix">
            <summary>
            The prefix for the error name.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PSGraphSDKException.ErrorRecord">
            <summary>
            The PowerShell error record which contains the error details.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PSGraphSDKException.#ctor(System.Exception,System.String,System.Management.Automation.ErrorCategory,System.Object)">
            <summary>
            Creates a <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PSGraphSDKException" />.
            </summary>
            <param name="innerException">The inner exception</param>
            <param name="specificErrorId">The error ID which should be unique to this error type</param>
            <param name="errorCategory">The error category</param>
            <param name="targetObject">An object that can provide more debugging information (e.g. the object that caused the error)</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PSAuthenticationError">
            <summary>
            PowerShell authentication error.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PSAuthenticationError.#ctor(System.Exception,System.String,System.Management.Automation.ErrorCategory,System.Object)">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PSAuthenticationError" />.
            </summary>
            <param name="innerException">The inner exception</param>
            <param name="specificErrorId">The error ID which should be unique to this error type</param>
            <param name="errorCategory">The error category</param>
            <param name="targetObject">An object that can provide more debugging information (e.g. the object that caused the error)</param>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.AdminConsentQueryParameter">
            <summary>
            The query parameter to use when triggering the admin consent flow.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.ManagedServiceIdentityEndpoint">
            <summary>
            The endpoint to be used if Managed Service Identity (MSI) authentication is available.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.LatestAdalAuthResult">
            <summary>
            The last successful ADAL authentication attempt's result.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.LatestMsiAuthResult">
            <summary>
            The last successful MSI authentication attempt's result.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.CurrentEnvironmentParameters">
            <summary>
            The current environment parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.HasNeverLoggedIn">
            <summary>
            True if the user/app has never logged in successfully, otherwise false.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.UseMsiAuth">
            <summary>
            True if Managed Service Identity (MSI) authentication should be used, otherwise false.
            MSI auth will be used if the MSI_ENDPOINT environment variable has been set, and the user
            has never successfully logged in manually.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.AuthWithClientCredentials(System.String)">
            <summary>
            Authenticates with the currently set environment parameters and the provided client secret.
            </summary>
            <param name="clientSecret">The client secret</param>
            <returns>The authentication result.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.RefreshAdalAuth">
            <summary>
            Refreshes the access token using ADAL if required, otherwise returns the most recent still-valid refresh token.
            </summary>
            <returns>A valid access token.</returns>
            <exception cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException">If the silent login attempt fails</exception>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.RefreshMsiAuth">
            <summary>
            Refreshes the access token using MSI auth if required, otherwise returns the most recent still-valid refresh token.
            </summary>
            <returns>A valid access token.</returns>
            <exception cref="T:Microsoft.Intune.PowerShellGraphSDK.MsiAuthException">If the login attempt fails</exception>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.ToSdkAuthResult(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)">
            <summary>
            Utility method for converting an ADAL <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult" /> into an <see cref="T:Microsoft.Intune.PowerShellGraphSDK.SdkAuthResult" />.
            </summary>
            <param name="authenticationResult">The <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult" /></param>
            <returns>An <see cref="T:Microsoft.Intune.PowerShellGraphSDK.SdkAuthResult" />.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.ToSdkAuthResult(Microsoft.Intune.PowerShellGraphSDK.AuthUtils.MsiAuthResult)">
            <summary>
            Utility method for converting an ADAL <see cref="T:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.MsiAuthResult" /> into an <see cref="T:Microsoft.Intune.PowerShellGraphSDK.SdkAuthResult" />.
            </summary>
            <param name="authenticationResult">The <see cref="T:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.MsiAuthResult" /></param>
            <returns>An <see cref="T:Microsoft.Intune.PowerShellGraphSDK.SdkAuthResult" />.</returns>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.MsiAuthResult">
            <summary>
            Represents an auth result from an MSI endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.Auth(Microsoft.IdentityModel.Clients.ActiveDirectory.PromptBehavior)">
            <summary>
            Authenticates with the currently set environment parameters.
            </summary>
            <param name="promptBehavior">The ADAL prompt behavior (default is "Auto")</param>
            <returns>The authentication result.</returns>
            <exception cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException">If authentication fails</exception>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.AuthWithUserCredentials(System.String,System.String)">
            <summary>
            Authenticates with the currently set environment parameters and the provided username and password.
            </summary>
            <param name="upn">The username (e.g. admin@example.com)</param>
            <param name="password">The password</param>
            <returns>The authentication result.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.AuthUtils.GrantAdminConsent">
            <summary>
            Performs an admin consent interaction.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.CmdletUtils.GetCmdletNoun(System.Management.Automation.Cmdlet)">
            <summary>
            Gets the noun part of a cmdlet's name.
            </summary>
            <param name="cmdlet">The cmdlet</param>
            <returns>The noun part of the cmdlet's name</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.CmdletUtils.GetBoundProperties(System.Management.Automation.PSCmdlet,System.Boolean)">
            <summary>
            Gets the properties that are bound (set by the user) in the current invocation of this cmdlet.
            </summary>
            <param name="cmdlet">The cmdlet to get the properties from</param>
            <param name="includeInherited">Whether or not to include inherited properties</param>
            <returns>The properties that are bound in the current invocation of this cmdlet.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.CmdletUtils.GetProperties(System.Management.Automation.PSCmdlet,System.Boolean)">
            <summary>
            Gets all the properties declared on this class.
            </summary>
            <param name="cmdlet">The cmdlet to get the properties from</param>
            <param name="includeInherited">Whether or not to include inherited properties (defaults to true)</param>
            <returns>The properties that are defined on this cmdlet.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Utils.ExceptionUtils.WriteError(System.Management.Automation.Cmdlet,System.Exception)">
            <summary>
            Writes an exception to the PowerShell console. If the exception does not represent a PowerShell error,
            it will be wrapped in a PowerShell error object before being written to the console.
            </summary>
            <param name="cmdlet">The cmdlet which is writing the error</param>
            <param name="ex">The exception to write to the console</param>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ActionCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that call actions on OData resources.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.DeleteCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that remove OData resources.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningCollectionCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that call OData functions that return a collection of entities.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningCollectionCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningCollectionCmdlet" />.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningEntityCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that call OData functions that return a single entity.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningEntityCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.FunctionReturningEntityCmdlet" />.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AccessActionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.accessAction" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.accessAction" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.activityHistoryItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.activityHistoryItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.status".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
                <para type="description">
                     Valid values: 'active', 'updated', 'deleted', 'ignored', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.activeDurationSeconds">
            <summary>
                <para type="description">The "activeDurationSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.lastActiveDateTime">
            <summary>
                <para type="description">The "lastActiveDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.startedDateTime">
            <summary>
                <para type="description">The "startedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.userTimezone">
            <summary>
                <para type="description">The "userTimezone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ActivityHistoryItemObject.activity">
            <summary>
                <para type="description">The "activity" property, of type "microsoft.graph.userActivity".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.alertHistoryState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.alertHistoryState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.appId">
            <summary>
                <para type="description">The "appId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.assignedTo">
            <summary>
                <para type="description">The "assignedTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.comments">
            <summary>
                <para type="description">The "comments" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.feedback">
            <summary>
                <para type="description">The "feedback" property, of type "microsoft.graph.alertFeedback".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'truePositive', 'falsePositive', 'benignPositive', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.alertStatus".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'newAlert', 'inProgress', 'resolved', 'dismissed', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.updatedDateTime">
            <summary>
                <para type="description">The "updatedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertHistoryStateObject.user">
            <summary>
                <para type="description">The "user" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertHistoryState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.alert" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.alert" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.activityGroupName">
            <summary>
                <para type="description">The "activityGroupName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.assignedTo">
            <summary>
                <para type="description">The "assignedTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.azureSubscriptionId">
            <summary>
                <para type="description">The "azureSubscriptionId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.azureTenantId">
            <summary>
                <para type="description">The "azureTenantId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.category">
            <summary>
                <para type="description">The "category" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.closedDateTime">
            <summary>
                <para type="description">The "closedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.cloudAppStates">
            <summary>
                <para type="description">The "cloudAppStates" property, of type "microsoft.graph.cloudAppSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.comments">
            <summary>
                <para type="description">The "comments" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.confidence">
            <summary>
                <para type="description">The "confidence" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.detectionIds">
            <summary>
                <para type="description">The "detectionIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.feedback">
            <summary>
                <para type="description">The "feedback" property, of type "microsoft.graph.alertFeedback".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'truePositive', 'falsePositive', 'benignPositive', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.fileStates">
            <summary>
                <para type="description">The "fileStates" property, of type "microsoft.graph.fileSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.historyStates">
            <summary>
                <para type="description">The "historyStates" property, of type "microsoft.graph.alertHistoryState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.hostStates">
            <summary>
                <para type="description">The "hostStates" property, of type "microsoft.graph.hostSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.malwareStates">
            <summary>
                <para type="description">The "malwareStates" property, of type "microsoft.graph.malwareState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.networkConnections">
            <summary>
                <para type="description">The "networkConnections" property, of type "microsoft.graph.networkConnection".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.processes">
            <summary>
                <para type="description">The "processes" property, of type "microsoft.graph.process".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.recommendedActions">
            <summary>
                <para type="description">The "recommendedActions" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.registryKeyStates">
            <summary>
                <para type="description">The "registryKeyStates" property, of type "microsoft.graph.registryKeyState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.severity">
            <summary>
                <para type="description">The "severity" property, of type "microsoft.graph.alertSeverity".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'informational', 'low', 'medium', 'high', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.sourceMaterials">
            <summary>
                <para type="description">The "sourceMaterials" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.alertStatus".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'newAlert', 'inProgress', 'resolved', 'dismissed', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.tags">
            <summary>
                <para type="description">The "tags" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.triggers">
            <summary>
                <para type="description">The "triggers" property, of type "microsoft.graph.alertTrigger".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.userStates">
            <summary>
                <para type="description">The "userStates" property, of type "microsoft.graph.userSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.vendorInformation">
            <summary>
                <para type="description">The "vendorInformation" property, of type "microsoft.graph.securityVendorInformation".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertObject.vulnerabilityStates">
            <summary>
                <para type="description">The "vulnerabilityStates" property, of type "microsoft.graph.vulnerabilityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertTriggerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.alertTrigger" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.alertTrigger" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertTriggerObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertTrigger" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertTriggerObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertTrigger" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlertTriggerObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alertTrigger" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlternativeSecurityIdObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.alternativeSecurityId" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.alternativeSecurityId" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlternativeSecurityIdObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.alternativeSecurityId" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlternativeSecurityIdObject.identityProvider">
            <summary>
                <para type="description">The "identityProvider" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alternativeSecurityId" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AlternativeSecurityIdObject.key">
            <summary>
                <para type="description">The "key" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.alternativeSecurityId" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.androidMinimumOperatingSystem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.androidMinimumOperatingSystem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_0">
            <summary>
                <para type="description">The "v4_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_0_3">
            <summary>
                <para type="description">The "v4_0_3" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.0.3 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_1">
            <summary>
                <para type="description">The "v4_1" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.1 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_2">
            <summary>
                <para type="description">The "v4_2" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.2 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_3">
            <summary>
                <para type="description">The "v4_3" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.3 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v4_4">
            <summary>
                <para type="description">The "v4_4" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 4.4 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v5_0">
            <summary>
                <para type="description">The "v5_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 5.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AndroidMinimumOperatingSystemObject.v5_1">
            <summary>
                <para type="description">The "v5_1" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidMinimumOperatingSystem" type.</para>
                <para type="description">Version 5.1 or later.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppCatalogsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.appCatalogs" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.appCatalogs" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppCatalogsObject.teamsApps">
            <summary>
                <para type="description">The "teamsApps" property, of type "microsoft.graph.teamsApp".</para>
                <para type="description">This property is on the "microsoft.graph.appCatalogs" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppConfigurationSettingItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.appConfigurationSettingItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.appConfigurationSettingItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppConfigurationSettingItemObject.appConfigKey">
            <summary>
                <para type="description">The "appConfigKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appConfigurationSettingItem" type.</para>
                <para type="description">app configuration key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppConfigurationSettingItemObject.appConfigKeyType">
            <summary>
                <para type="description">The "appConfigKeyType" property, of type "microsoft.graph.mdmAppConfigKeyType".</para>
                <para type="description">This property is on the "microsoft.graph.appConfigurationSettingItem" type.</para>
                <para type="description">app configuration key type.</para>
                <para type="description">
                     Valid values: 'stringType', 'integerType', 'realType', 'booleanType', 'tokenType'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppConfigurationSettingItemObject.appConfigKeyValue">
            <summary>
                <para type="description">The "appConfigKeyValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appConfigurationSettingItem" type.</para>
                <para type="description">app configuration key value.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppIdentityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.appIdentity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.appIdentity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppIdentityObject.appId">
            <summary>
                <para type="description">The "appId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppIdentityObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppIdentityObject.servicePrincipalId">
            <summary>
                <para type="description">The "servicePrincipalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppIdentityObject.servicePrincipalName">
            <summary>
                <para type="description">The "servicePrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appIdentity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.applePushNotificationCertificate" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.applePushNotificationCertificate" (or one of its derived types).</para>
                <para type="description">Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject.appleIdentifier">
            <summary>
                <para type="description">The "appleIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Apple Id of the account used to create the MDM push certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject.topicIdentifier">
            <summary>
                <para type="description">The "topicIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Topic Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Last modified date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">The expiration date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ApplePushNotificationCertificateObject.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppliedConditionalAccessPolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.appliedConditionalAccessPolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.appliedConditionalAccessPolicy" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppliedConditionalAccessPolicyObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appliedConditionalAccessPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppliedConditionalAccessPolicyObject.enforcedGrantControls">
            <summary>
                <para type="description">The "enforcedGrantControls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appliedConditionalAccessPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppliedConditionalAccessPolicyObject.enforcedSessionControls">
            <summary>
                <para type="description">The "enforcedSessionControls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appliedConditionalAccessPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppliedConditionalAccessPolicyObject.result">
            <summary>
                <para type="description">The "result" property, of type "microsoft.graph.appliedConditionalAccessPolicyResult".</para>
                <para type="description">This property is on the "microsoft.graph.appliedConditionalAccessPolicy" type.</para>
                <para type="description">
                     Valid values: 'success', 'failure', 'notApplied', 'notEnabled', 'unknown', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppListItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.appListItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.appListItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppListItemObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appListItem" type.</para>
                <para type="description">The application name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppListItemObject.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appListItem" type.</para>
                <para type="description">The publisher of the application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppListItemObject.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appListItem" type.</para>
                <para type="description">The Store URL of the application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AppListItemObject.appId">
            <summary>
                <para type="description">The "appId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.appListItem" type.</para>
                <para type="description">The application or bundle identifier of the application</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedLicenseObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.assignedLicense" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.assignedLicense" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedLicenseObject.disabledPlans">
            <summary>
                <para type="description">The "disabledPlans" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.assignedLicense" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedLicenseObject.skuId">
            <summary>
                <para type="description">The "skuId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.assignedLicense" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedPlanObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.assignedPlan" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.assignedPlan" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedPlanObject.assignedDateTime">
            <summary>
                <para type="description">The "assignedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.assignedPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedPlanObject.capabilityStatus">
            <summary>
                <para type="description">The "capabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.assignedPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedPlanObject.service">
            <summary>
                <para type="description">The "service" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.assignedPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AssignedPlanObject.servicePlanId">
            <summary>
                <para type="description">The "servicePlanId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.assignedPlan" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.attachment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.attachment" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.isInline">
            <summary>
                <para type="description">The "isInline" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.referenceAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.referenceAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.itemAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.itemAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.item">
            <summary>
                <para type="description">The "item" property, of type "microsoft.graph.outlookItem".</para>
                <para type="description">This property is on the "microsoft.graph.itemAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.fileAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.contentId">
            <summary>
                <para type="description">The "contentId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.contentLocation">
            <summary>
                <para type="description">The "contentLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttachmentObject.contentBytes">
            <summary>
                <para type="description">The "contentBytes" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttendeeAvailabilityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.attendeeAvailability" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.attendeeAvailability" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttendeeAvailabilityObject.attendee">
            <summary>
                <para type="description">The "attendee" property, of type "microsoft.graph.attendeeBase".</para>
                <para type="description">This property is on the "microsoft.graph.attendeeAvailability" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AttendeeAvailabilityObject.availability">
            <summary>
                <para type="description">The "availability" property, of type "microsoft.graph.freeBusyStatus".</para>
                <para type="description">This property is on the "microsoft.graph.attendeeAvailability" type.</para>
                <para type="description">
                     Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.audio" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.audio" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.album">
            <summary>
                <para type="description">The "album" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.albumArtist">
            <summary>
                <para type="description">The "albumArtist" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.artist">
            <summary>
                <para type="description">The "artist" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.bitrate">
            <summary>
                <para type="description">The "bitrate" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.composers">
            <summary>
                <para type="description">The "composers" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.copyright">
            <summary>
                <para type="description">The "copyright" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.disc">
            <summary>
                <para type="description">The "disc" property, of type "Edm.Int16".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.discCount">
            <summary>
                <para type="description">The "discCount" property, of type "Edm.Int16".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.duration">
            <summary>
                <para type="description">The "duration" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.genre">
            <summary>
                <para type="description">The "genre" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.hasDrm">
            <summary>
                <para type="description">The "hasDrm" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.isVariableBitrate">
            <summary>
                <para type="description">The "isVariableBitrate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.track">
            <summary>
                <para type="description">The "track" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.trackCount">
            <summary>
                <para type="description">The "trackCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AudioObject.year">
            <summary>
                <para type="description">The "year" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.audio" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditActivityInitiatorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.auditActivityInitiator" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.auditActivityInitiator" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditActivityInitiatorObject.user">
            <summary>
                <para type="description">The "user" property, of type "microsoft.graph.userIdentity".</para>
                <para type="description">This property is on the "microsoft.graph.auditActivityInitiator" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditActivityInitiatorObject.app">
            <summary>
                <para type="description">The "app" property, of type "microsoft.graph.appIdentity".</para>
                <para type="description">This property is on the "microsoft.graph.auditActivityInitiator" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditLogRootObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.auditLogRoot" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.auditLogRoot" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditLogRootObject.signIns">
            <summary>
                <para type="description">The "signIns" property, of type "microsoft.graph.signIn".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditLogRootObject.directoryAudits">
            <summary>
                <para type="description">The "directoryAudits" property, of type "microsoft.graph.directoryAudit".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AuditLogRootObject.restrictedSignIns">
            <summary>
                <para type="description">The "restrictedSignIns" property, of type "microsoft.graph.restrictedSignIn".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesMailTipsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.automaticRepliesMailTips" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.automaticRepliesMailTips" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesMailTipsObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesMailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesMailTipsObject.messageLanguage">
            <summary>
                <para type="description">The "messageLanguage" property, of type "microsoft.graph.localeInfo".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesMailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesMailTipsObject.scheduledStartTime">
            <summary>
                <para type="description">The "scheduledStartTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesMailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesMailTipsObject.scheduledEndTime">
            <summary>
                <para type="description">The "scheduledEndTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesMailTips" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.automaticRepliesSetting" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.automaticRepliesSetting" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.automaticRepliesStatus".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
                <para type="description">
                     Valid values: 'disabled', 'alwaysEnabled', 'scheduled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.externalAudience">
            <summary>
                <para type="description">The "externalAudience" property, of type "microsoft.graph.externalAudienceScope".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
                <para type="description">
                     Valid values: 'none', 'contactsOnly', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.scheduledStartDateTime">
            <summary>
                <para type="description">The "scheduledStartDateTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.scheduledEndDateTime">
            <summary>
                <para type="description">The "scheduledEndDateTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.internalReplyMessage">
            <summary>
                <para type="description">The "internalReplyMessage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AutomaticRepliesSettingObject.externalReplyMessage">
            <summary>
                <para type="description">The "externalReplyMessage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.automaticRepliesSetting" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AverageComparativeScoreObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.averageComparativeScore" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.averageComparativeScore" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AverageComparativeScoreObject.averageScore">
            <summary>
                <para type="description">The "averageScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.averageComparativeScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_AverageComparativeScoreObject.basis">
            <summary>
                <para type="description">The "basis" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.averageComparativeScore" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.baseItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.baseItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.eTag">
            <summary>
                <para type="description">The "eTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.parentReference">
            <summary>
                <para type="description">The "parentReference" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.createdByUser">
            <summary>
                <para type="description">The "createdByUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.lastModifiedByUser">
            <summary>
                <para type="description">The "lastModifiedByUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.sharedDriveItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.driveItem">
            <summary>
                <para type="description">The "driveItem" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.items">
            <summary>
                <para type="description">The "items" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.list">
            <summary>
                <para type="description">The "list" property, of type "microsoft.graph.list".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.listItem">
            <summary>
                <para type="description">The "listItem" property, of type "microsoft.graph.listItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.root">
            <summary>
                <para type="description">The "root" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.site">
            <summary>
                <para type="description">The "site" property, of type "microsoft.graph.site".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "microsoft.graph.contentTypeInfo".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.sharepointIds">
            <summary>
                <para type="description">The "sharepointIds" property, of type "microsoft.graph.sharepointIds".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.analytics">
            <summary>
                <para type="description">The "analytics" property, of type "microsoft.graph.itemAnalytics".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.fields">
            <summary>
                <para type="description">The "fields" property, of type "microsoft.graph.fieldValueSet".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.versions">
            <summary>
                <para type="description">The "versions" property, of type "microsoft.graph.listItemVersion".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.system">
            <summary>
                <para type="description">The "system" property, of type "microsoft.graph.systemFacet".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.columns">
            <summary>
                <para type="description">The "columns" property, of type "microsoft.graph.columnDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.contentTypes">
            <summary>
                <para type="description">The "contentTypes" property, of type "microsoft.graph.contentType".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.drive">
            <summary>
                <para type="description">The "drive" property, of type "microsoft.graph.drive".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.audio">
            <summary>
                <para type="description">The "audio" property, of type "microsoft.graph.audio".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.Stream".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.cTag">
            <summary>
                <para type="description">The "cTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.deleted">
            <summary>
                <para type="description">The "deleted" property, of type "microsoft.graph.deleted".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.file">
            <summary>
                <para type="description">The "file" property, of type "microsoft.graph.file".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.fileSystemInfo">
            <summary>
                <para type="description">The "fileSystemInfo" property, of type "microsoft.graph.fileSystemInfo".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.folder">
            <summary>
                <para type="description">The "folder" property, of type "microsoft.graph.folder".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.image">
            <summary>
                <para type="description">The "image" property, of type "microsoft.graph.image".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.location">
            <summary>
                <para type="description">The "location" property, of type "microsoft.graph.geoCoordinates".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.package">
            <summary>
                <para type="description">The "package" property, of type "microsoft.graph.package".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.photo".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.publication">
            <summary>
                <para type="description">The "publication" property, of type "microsoft.graph.publicationFacet".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.remoteItem">
            <summary>
                <para type="description">The "remoteItem" property, of type "microsoft.graph.remoteItem".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.searchResult">
            <summary>
                <para type="description">The "searchResult" property, of type "microsoft.graph.searchResult".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.shared">
            <summary>
                <para type="description">The "shared" property, of type "microsoft.graph.shared".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.specialFolder">
            <summary>
                <para type="description">The "specialFolder" property, of type "microsoft.graph.specialFolder".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.video">
            <summary>
                <para type="description">The "video" property, of type "microsoft.graph.video".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.webDavUrl">
            <summary>
                <para type="description">The "webDavUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.children">
            <summary>
                <para type="description">The "children" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.permissions">
            <summary>
                <para type="description">The "permissions" property, of type "microsoft.graph.permission".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.subscriptions">
            <summary>
                <para type="description">The "subscriptions" property, of type "microsoft.graph.subscription".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.thumbnails">
            <summary>
                <para type="description">The "thumbnails" property, of type "microsoft.graph.thumbnailSet".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.workbook">
            <summary>
                <para type="description">The "workbook" property, of type "microsoft.graph.workbook".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.siteCollection">
            <summary>
                <para type="description">The "siteCollection" property, of type "microsoft.graph.siteCollection".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.drives">
            <summary>
                <para type="description">The "drives" property, of type "microsoft.graph.drive".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.lists">
            <summary>
                <para type="description">The "lists" property, of type "microsoft.graph.list".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.sites">
            <summary>
                <para type="description">The "sites" property, of type "microsoft.graph.site".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.onenote">
            <summary>
                <para type="description">The "onenote" property, of type "microsoft.graph.onenote".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.driveType">
            <summary>
                <para type="description">The "driveType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.quota">
            <summary>
                <para type="description">The "quota" property, of type "microsoft.graph.quota".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemObject.special">
            <summary>
                <para type="description">The "special" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.baseItemVersion" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.baseItemVersion" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.baseItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.baseItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.publication">
            <summary>
                <para type="description">The "publication" property, of type "microsoft.graph.publicationFacet".</para>
                <para type="description">This property is on the "microsoft.graph.baseItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.listItemVersion">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.listItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.fields">
            <summary>
                <para type="description">The "fields" property, of type "microsoft.graph.fieldValueSet".</para>
                <para type="description">This property is on the "microsoft.graph.listItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.driveItemVersion">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.driveItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.Stream".</para>
                <para type="description">This property is on the "microsoft.graph.driveItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BaseItemVersionObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.driveItemVersion" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BitLockerRemovableDrivePolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.bitLockerRemovableDrivePolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.bitLockerRemovableDrivePolicy" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BitLockerRemovableDrivePolicyObject.encryptionMethod">
            <summary>
                <para type="description">The "encryptionMethod" property, of type "microsoft.graph.bitLockerEncryptionMethod".</para>
                <para type="description">This property is on the "microsoft.graph.bitLockerRemovableDrivePolicy" type.</para>
                <para type="description">Select the encryption method for removable drives.</para>
                <para type="description">
                     Valid values: 'aesCbc128', 'aesCbc256', 'xtsAes128', 'xtsAes256'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BitLockerRemovableDrivePolicyObject.requireEncryptionForWriteAccess">
            <summary>
                <para type="description">The "requireEncryptionForWriteAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.bitLockerRemovableDrivePolicy" type.</para>
                <para type="description">Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BitLockerRemovableDrivePolicyObject.blockCrossOrganizationWriteAccess">
            <summary>
                <para type="description">The "blockCrossOrganizationWriteAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.bitLockerRemovableDrivePolicy" type.</para>
                <para type="description">This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_BooleanColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.booleanColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.booleanColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalculatedColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.calculatedColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.calculatedColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalculatedColumnObject.format">
            <summary>
                <para type="description">The "format" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calculatedColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalculatedColumnObject.formula">
            <summary>
                <para type="description">The "formula" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calculatedColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalculatedColumnObject.outputType">
            <summary>
                <para type="description">The "outputType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calculatedColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarGroupObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.calendarGroup" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.calendarGroup" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarGroupObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarGroupObject.classId">
            <summary>
                <para type="description">The "classId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarGroupObject.changeKey">
            <summary>
                <para type="description">The "changeKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarGroupObject.calendars">
            <summary>
                <para type="description">The "calendars" property, of type "microsoft.graph.calendar".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.calendar" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.calendar" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.color">
            <summary>
                <para type="description">The "color" property, of type "microsoft.graph.calendarColor".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
                <para type="description">
                     Valid values: 'lightBlue', 'lightGreen', 'lightOrange', 'lightGray', 'lightYellow', 'lightTeal', 'lightPink', 'lightBrown', 'lightRed', 'maxColor', 'auto'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.changeKey">
            <summary>
                <para type="description">The "changeKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.canShare">
            <summary>
                <para type="description">The "canShare" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.canViewPrivateItems">
            <summary>
                <para type="description">The "canViewPrivateItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.canEdit">
            <summary>
                <para type="description">The "canEdit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.events">
            <summary>
                <para type="description">The "events" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.calendarView">
            <summary>
                <para type="description">The "calendarView" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.singleValueExtendedProperties">
            <summary>
                <para type="description">The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CalendarObject.multiValueExtendedProperties">
            <summary>
                <para type="description">The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CertificationControlObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.certificationControl" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.certificationControl" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CertificationControlObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.certificationControl" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CertificationControlObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.certificationControl" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.channel" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.channel" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject.email">
            <summary>
                <para type="description">The "email" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChannelObject.tabs">
            <summary>
                <para type="description">The "tabs" property, of type "microsoft.graph.teamsTab".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChoiceColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.choiceColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.choiceColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChoiceColumnObject.allowTextEntry">
            <summary>
                <para type="description">The "allowTextEntry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.choiceColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChoiceColumnObject.choices">
            <summary>
                <para type="description">The "choices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.choiceColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ChoiceColumnObject.displayAs">
            <summary>
                <para type="description">The "displayAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.choiceColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CloudAppSecurityStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.cloudAppSecurityState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.cloudAppSecurityState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CloudAppSecurityStateObject.destinationServiceIp">
            <summary>
                <para type="description">The "destinationServiceIp" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.cloudAppSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CloudAppSecurityStateObject.destinationServiceName">
            <summary>
                <para type="description">The "destinationServiceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.cloudAppSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CloudAppSecurityStateObject.riskScore">
            <summary>
                <para type="description">The "riskScore" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.cloudAppSecurityState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.columnDefinition" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.columnDefinition" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.boolean">
            <summary>
                <para type="description">The "boolean" property, of type "microsoft.graph.booleanColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.calculated">
            <summary>
                <para type="description">The "calculated" property, of type "microsoft.graph.calculatedColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.choice">
            <summary>
                <para type="description">The "choice" property, of type "microsoft.graph.choiceColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.columnGroup">
            <summary>
                <para type="description">The "columnGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.currency">
            <summary>
                <para type="description">The "currency" property, of type "microsoft.graph.currencyColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.dateTime">
            <summary>
                <para type="description">The "dateTime" property, of type "microsoft.graph.dateTimeColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.defaultValue">
            <summary>
                <para type="description">The "defaultValue" property, of type "microsoft.graph.defaultColumnValue".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.enforceUniqueValues">
            <summary>
                <para type="description">The "enforceUniqueValues" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.hidden">
            <summary>
                <para type="description">The "hidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.indexed">
            <summary>
                <para type="description">The "indexed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.lookup">
            <summary>
                <para type="description">The "lookup" property, of type "microsoft.graph.lookupColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.number">
            <summary>
                <para type="description">The "number" property, of type "microsoft.graph.numberColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.personOrGroup">
            <summary>
                <para type="description">The "personOrGroup" property, of type "microsoft.graph.personOrGroupColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.readOnly">
            <summary>
                <para type="description">The "readOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.required">
            <summary>
                <para type="description">The "required" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnDefinitionObject.text">
            <summary>
                <para type="description">The "text" property, of type "microsoft.graph.textColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnLinkObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.columnLink" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.columnLink" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ColumnLinkObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnLink" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ComplexExtensionValueObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.ComplexExtensionValue" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.ComplexExtensionValue" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ComplianceInformationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.complianceInformation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.complianceInformation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ComplianceInformationObject.certificationControls">
            <summary>
                <para type="description">The "certificationControls" property, of type "microsoft.graph.certificationControl".</para>
                <para type="description">This property is on the "microsoft.graph.complianceInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ComplianceInformationObject.certificationName">
            <summary>
                <para type="description">The "certificationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.complianceInformation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.configurationManagerClientEnabledFeatures" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.configurationManagerClientEnabledFeatures" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.inventory">
            <summary>
                <para type="description">The "inventory" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether inventory is managed by Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.modernApps">
            <summary>
                <para type="description">The "modernApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether modern application is managed by Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.resourceAccess">
            <summary>
                <para type="description">The "resourceAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether resource access is managed by Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.deviceConfiguration">
            <summary>
                <para type="description">The "deviceConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether device configuration is managed by Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.compliancePolicy">
            <summary>
                <para type="description">The "compliancePolicy" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether compliance policy is managed by Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConfigurationManagerClientEnabledFeaturesObject.windowsUpdateForBusiness">
            <summary>
                <para type="description">The "windowsUpdateForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.configurationManagerClientEnabledFeatures" type.</para>
                <para type="description">Whether Windows Update for Business is managed by Intune</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.contactFolder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.contactFolder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.parentFolderId">
            <summary>
                <para type="description">The "parentFolderId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.contacts">
            <summary>
                <para type="description">The "contacts" property, of type "microsoft.graph.contact".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.childFolders">
            <summary>
                <para type="description">The "childFolders" property, of type "microsoft.graph.contactFolder".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.singleValueExtendedProperties">
            <summary>
                <para type="description">The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContactFolderObject.multiValueExtendedProperties">
            <summary>
                <para type="description">The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.contentTypeInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.contentTypeInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.contentType" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.contentType" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.group">
            <summary>
                <para type="description">The "group" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.hidden">
            <summary>
                <para type="description">The "hidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.inheritedFrom">
            <summary>
                <para type="description">The "inheritedFrom" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.order">
            <summary>
                <para type="description">The "order" property, of type "microsoft.graph.contentTypeOrder".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.parentId">
            <summary>
                <para type="description">The "parentId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.readOnly">
            <summary>
                <para type="description">The "readOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.sealed">
            <summary>
                <para type="description">The "sealed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeObject.columnLinks">
            <summary>
                <para type="description">The "columnLinks" property, of type "microsoft.graph.columnLink".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeOrderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.contentTypeOrder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.contentTypeOrder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeOrderObject.default">
            <summary>
                <para type="description">The "default" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentTypeOrder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ContentTypeOrderObject.position">
            <summary>
                <para type="description">The "position" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.contentTypeOrder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ControlScoreObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.controlScore" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.controlScore" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ControlScoreObject.controlCategory">
            <summary>
                <para type="description">The "controlCategory" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.controlScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ControlScoreObject.controlName">
            <summary>
                <para type="description">The "controlName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.controlScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ControlScoreObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.controlScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ControlScoreObject.score">
            <summary>
                <para type="description">The "score" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.controlScore" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.conversation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.conversation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.topic">
            <summary>
                <para type="description">The "topic" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.hasAttachments">
            <summary>
                <para type="description">The "hasAttachments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.lastDeliveredDateTime">
            <summary>
                <para type="description">The "lastDeliveredDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.uniqueSenders">
            <summary>
                <para type="description">The "uniqueSenders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.preview">
            <summary>
                <para type="description">The "preview" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationObject.threads">
            <summary>
                <para type="description">The "threads" property, of type "microsoft.graph.conversationThread".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.conversationThread" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.conversationThread" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.toRecipients">
            <summary>
                <para type="description">The "toRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.topic">
            <summary>
                <para type="description">The "topic" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.hasAttachments">
            <summary>
                <para type="description">The "hasAttachments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.lastDeliveredDateTime">
            <summary>
                <para type="description">The "lastDeliveredDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.uniqueSenders">
            <summary>
                <para type="description">The "uniqueSenders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.ccRecipients">
            <summary>
                <para type="description">The "ccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.preview">
            <summary>
                <para type="description">The "preview" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.isLocked">
            <summary>
                <para type="description">The "isLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ConversationThreadObject.posts">
            <summary>
                <para type="description">The "posts" property, of type "microsoft.graph.post".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.CopyNotebookModel" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.CopyNotebookModel" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.userRole">
            <summary>
                <para type="description">The "userRole" property, of type "microsoft.graph.onenoteUserRole".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
                <para type="description">
                     Valid values: 'Owner', 'Contributor', 'Reader', 'None'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.isShared">
            <summary>
                <para type="description">The "isShared" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.sectionsUrl">
            <summary>
                <para type="description">The "sectionsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.sectionGroupsUrl">
            <summary>
                <para type="description">The "sectionGroupsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.links">
            <summary>
                <para type="description">The "links" property, of type "microsoft.graph.notebookLinks".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.createdByIdentity">
            <summary>
                <para type="description">The "createdByIdentity" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.lastModifiedByIdentity">
            <summary>
                <para type="description">The "lastModifiedByIdentity" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.lastModifiedTime">
            <summary>
                <para type="description">The "lastModifiedTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.self">
            <summary>
                <para type="description">The "self" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CopyNotebookModelObject.createdTime">
            <summary>
                <para type="description">The "createdTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.CopyNotebookModel" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CurrencyColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.currencyColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.currencyColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_CurrencyColumnObject.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.currencyColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.dataPolicyOperation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.dataPolicyOperation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.completedDateTime">
            <summary>
                <para type="description">The "completedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.dataPolicyOperationStatus".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
                <para type="description">
                     Valid values: 'notStarted', 'running', 'complete', 'failed', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.storageLocation">
            <summary>
                <para type="description">The "storageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.submittedDateTime">
            <summary>
                <para type="description">The "submittedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DataPolicyOperationObject.progress">
            <summary>
                <para type="description">The "progress" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.dateTimeColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.dateTimeColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeColumnObject.displayAs">
            <summary>
                <para type="description">The "displayAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dateTimeColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeColumnObject.format">
            <summary>
                <para type="description">The "format" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dateTimeColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeTimeZoneObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.dateTimeTimeZone" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.dateTimeTimeZone" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeTimeZoneObject.dateTime">
            <summary>
                <para type="description">The "dateTime" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dateTimeTimeZone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DateTimeTimeZoneObject.timeZone">
            <summary>
                <para type="description">The "timeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dateTimeTimeZone" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefaultColumnValueObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.defaultColumnValue" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.defaultColumnValue" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefaultColumnValueObject.formula">
            <summary>
                <para type="description">The "formula" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultColumnValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefaultColumnValueObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultColumnValue" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefenderDetectedMalwareActionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.defenderDetectedMalwareActions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.defenderDetectedMalwareActions" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefenderDetectedMalwareActionsObject.lowSeverity">
            <summary>
                <para type="description">The "lowSeverity" property, of type "microsoft.graph.defenderThreatAction".</para>
                <para type="description">This property is on the "microsoft.graph.defenderDetectedMalwareActions" type.</para>
                <para type="description">Indicates a Defender action to take for low severity Malware threat detected.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'clean', 'quarantine', 'remove', 'allow', 'userDefined', 'block'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefenderDetectedMalwareActionsObject.moderateSeverity">
            <summary>
                <para type="description">The "moderateSeverity" property, of type "microsoft.graph.defenderThreatAction".</para>
                <para type="description">This property is on the "microsoft.graph.defenderDetectedMalwareActions" type.</para>
                <para type="description">Indicates a Defender action to take for moderate severity Malware threat detected.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'clean', 'quarantine', 'remove', 'allow', 'userDefined', 'block'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefenderDetectedMalwareActionsObject.highSeverity">
            <summary>
                <para type="description">The "highSeverity" property, of type "microsoft.graph.defenderThreatAction".</para>
                <para type="description">This property is on the "microsoft.graph.defenderDetectedMalwareActions" type.</para>
                <para type="description">Indicates a Defender action to take for high severity Malware threat detected.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'clean', 'quarantine', 'remove', 'allow', 'userDefined', 'block'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DefenderDetectedMalwareActionsObject.severeSeverity">
            <summary>
                <para type="description">The "severeSeverity" property, of type "microsoft.graph.defenderThreatAction".</para>
                <para type="description">This property is on the "microsoft.graph.defenderDetectedMalwareActions" type.</para>
                <para type="description">Indicates a Defender action to take for severe severity Malware threat detected.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'clean', 'quarantine', 'remove', 'allow', 'userDefined', 'block'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeletedObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deleted" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deleted" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeletedObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deleted" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.detectedApp" (or one of its derived types).</para>
                <para type="description">A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Name of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Version of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject.sizeInByte">
            <summary>
                <para type="description">The "sizeInByte" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Discovered application size in bytes. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The number of devices that have installed this application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DetectedAppObject.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The devices that have the discovered application installed</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceActionResult" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceActionResult" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.deviceActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceActionResult" type.</para>
                <para type="description">Action name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.actionState">
            <summary>
                <para type="description">The "actionState" property, of type "microsoft.graph.actionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceActionResult" type.</para>
                <para type="description">State of the action</para>
                <para type="description">
                     Valid values: 'none', 'pending', 'canceled', 'active', 'done', 'failed', 'notSupported'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.startDateTime">
            <summary>
                <para type="description">The "startDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceActionResult" type.</para>
                <para type="description">Time the action was initiated</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.lastUpdatedDateTime">
            <summary>
                <para type="description">The "lastUpdatedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceActionResult" type.</para>
                <para type="description">Time the action state was last updated</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.resetPasscodeActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.resetPasscodeActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.passcode">
            <summary>
                <para type="description">The "passcode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resetPasscodeActionResult" type.</para>
                <para type="description">Newly generated passcode for the device </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.remoteLockActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.remoteLockActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.unlockPin">
            <summary>
                <para type="description">The "unlockPin" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteLockActionResult" type.</para>
                <para type="description">Pin to unlock the client</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.locateDeviceActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.locateDeviceActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.deviceLocation">
            <summary>
                <para type="description">The "deviceLocation" property, of type "microsoft.graph.deviceGeoLocation".</para>
                <para type="description">This property is on the "microsoft.graph.locateDeviceActionResult" type.</para>
                <para type="description">device location</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.deleteUserFromSharedAppleDeviceActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deleteUserFromSharedAppleDeviceActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deleteUserFromSharedAppleDeviceActionResult" type.</para>
                <para type="description">User principal name of the user to be deleted</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.windowsDefenderScanActionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDefenderScanActionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceActionResultObject.scanType">
            <summary>
                <para type="description">The "scanType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderScanActionResult" type.</para>
                <para type="description">Scan type either full scan or quick scan</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceAndAppManagementAssignmentTarget" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceAndAppManagementAssignmentTarget" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject.allDevicesAssignmentTarget">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.allDevicesAssignmentTarget" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject.groupAssignmentTarget">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.groupAssignmentTarget" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject.groupId">
            <summary>
                <para type="description">The "groupId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupAssignmentTarget" type.</para>
                <para type="description">The group Id that is the target of the assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject.exclusionGroupAssignmentTarget">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.exclusionGroupAssignmentTarget" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAndAppManagementAssignmentTargetObject.allLicensedUsersAssignmentTarget">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.allLicensedUsersAssignmentTarget" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceAppManagement" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceAppManagement" (or one of its derived types).</para>
                <para type="description">Singleton entity that acts as a container for all device app management functionality.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.microsoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time the apps from the Microsoft Store for Business were synced successfully for the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.isEnabledForMicrosoftStoreForBusiness">
            <summary>
                <para type="description">The "isEnabledForMicrosoftStoreForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Whether the account is enabled for syncing applications from the Microsoft Store for Business.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.microsoftStoreForBusinessLanguage">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.microsoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastCompletedApplicationSyncTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time an application sync from the Microsoft Store for Business was completed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.mobileApps">
            <summary>
                <para type="description">The "mobileApps" property, of type "microsoft.graph.mobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.mobileAppCategories">
            <summary>
                <para type="description">The "mobileAppCategories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile app categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.mobileAppConfigurations">
            <summary>
                <para type="description">The "mobileAppConfigurations" property, of type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.vppTokens">
            <summary>
                <para type="description">The "vppTokens" property, of type "microsoft.graph.vppToken".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.managedAppPolicies">
            <summary>
                <para type="description">The "managedAppPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.iosManagedAppProtections">
            <summary>
                <para type="description">The "iosManagedAppProtections" property, of type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">iOS managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.androidManagedAppProtections">
            <summary>
                <para type="description">The "androidManagedAppProtections" property, of type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Android managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.defaultManagedAppProtections">
            <summary>
                <para type="description">The "defaultManagedAppProtections" property, of type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Default managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.targetedManagedAppConfigurations">
            <summary>
                <para type="description">The "targetedManagedAppConfigurations" property, of type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Targeted managed app configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.mdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "mdmWindowsInformationProtectionPolicies" property, of type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.windowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "windowsInformationProtectionPolicies" property, of type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.managedAppRegistrations">
            <summary>
                <para type="description">The "managedAppRegistrations" property, of type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app registrations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.managedAppStatuses">
            <summary>
                <para type="description">The "managedAppStatuses" property, of type "microsoft.graph.managedAppStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app statuses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagementObject.managedEBooks">
            <summary>
                <para type="description">The "managedEBooks" property, of type "microsoft.graph.managedEBook".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCategoryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCategory" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCategory" (or one of its derived types).</para>
                <para type="description">Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCategoryObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCategoryObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceActionItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceActionItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceActionItem" (or one of its derived types).</para>
                <para type="description">Scheduled Action Configuration</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceActionItemObject.gracePeriodHours">
            <summary>
                <para type="description">The "gracePeriodHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">Number of hours to wait till the action will be enforced. Valid values 0 to 8760</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceActionItemObject.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "microsoft.graph.deviceComplianceActionType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What action to take</para>
                <para type="description">
                     Valid values: 'noAction', 'notification', 'block', 'retire', 'wipe', 'removeResourceAccessProfiles', 'pushNotification'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceActionItemObject.notificationTemplateId">
            <summary>
                <para type="description">The "notificationTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What notification Message template to use</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceActionItemObject.notificationMessageCCList">
            <summary>
                <para type="description">The "notificationMessageCCList" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">A list of group IDs to speicify who to CC this notification message to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceDeviceOverview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceDeviceOverview" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceOverviewObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceDeviceStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceDeviceStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceDeviceStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyAssignment" (or one of its derived types).</para>
                <para type="description">Device compliance policy assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyAssignment" type.</para>
                <para type="description">Target for the compliance policy assignment.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.inGracePeriodCount">
            <summary>
                <para type="description">The "inGracePeriodCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that are in grace period</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.configManagerCount">
            <summary>
                <para type="description">The "configManagerCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that have compliance managed by System Center Configuration Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyDeviceStateSummaryObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicy" (or one of its derived types).</para>
                <para type="description">This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.scheduledActionsForRule">
            <summary>
                <para type="description">The "scheduledActionsForRule" property, of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The list of scheduled action for this rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Compliance Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceCompliancePolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.windowsPhone81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The required password type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Require encryption on windows phone devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.windows81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.windows10MobileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordRequireToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequireToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.earlyLaunchAntiMalwareDriverEnabled">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.bitLockerEnabled">
            <summary>
                <para type="description">The "bitLockerEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.secureBootEnabled">
            <summary>
                <para type="description">The "secureBootEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.codeIntegrityEnabled">
            <summary>
                <para type="description">The "codeIntegrityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.windows10CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passwordRequiredToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequiredToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.requireHealthyDeviceReport">
            <summary>
                <para type="description">The "requireHealthyDeviceReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.mobileOsMinimumVersion">
            <summary>
                <para type="description">The "mobileOsMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.mobileOsMaximumVersion">
            <summary>
                <para type="description">The "mobileOsMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.macOSCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.systemIntegrityProtectionEnabled">
            <summary>
                <para type="description">The "systemIntegrityProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled system integrity protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.deviceThreatProtectionEnabled">
            <summary>
                <para type="description">The "deviceThreatProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled device threat protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.deviceThreatProtectionRequiredSecurityLevel">
            <summary>
                <para type="description">The "deviceThreatProtectionRequiredSecurityLevel" property, of type "microsoft.graph.deviceThreatProtectionLevel".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require Mobile Threat Protection minimum risk level to report noncompliance.</para>
                <para type="description">
                     Valid values: 'unavailable', 'secured', 'low', 'medium', 'high', 'notSet'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Whether the firewall should be enabled or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.firewallBlockAllIncoming">
            <summary>
                <para type="description">The "firewallBlockAllIncoming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to the “Block all incoming connections” option.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.firewallEnableStealthMode">
            <summary>
                <para type="description">The "firewallEnableStealthMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to “Enable stealth mode.”</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.iosCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The required passcode type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityBlockJailbrokenDevices">
            <summary>
                <para type="description">The "securityBlockJailbrokenDevices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Devices must not be jailbroken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.managedEmailProfileRequired">
            <summary>
                <para type="description">The "managedEmailProfileRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a managed email profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.androidWorkProfileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityPreventInstallAppsFromUnknownSources">
            <summary>
                <para type="description">The "securityPreventInstallAppsFromUnknownSources" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require that devices disallow installation of apps from unknown sources.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityDisableUsbDebugging">
            <summary>
                <para type="description">The "securityDisableUsbDebugging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Disable USB debugging on Android devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.minAndroidSecurityPatchLevel">
            <summary>
                <para type="description">The "minAndroidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Minimum Android security patch level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationBasicIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet basic integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationCertifiedDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet certified device check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireGooglePlayServices">
            <summary>
                <para type="description">The "securityRequireGooglePlayServices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require Google Play Services to be installed and enabled on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireUpToDateSecurityProviders">
            <summary>
                <para type="description">The "securityRequireUpToDateSecurityProviders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.securityRequireCompanyPortalAppIntegrity">
            <summary>
                <para type="description">The "securityRequireCompanyPortalAppIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the Company Portal client app runtime integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyObject.androidCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicySettingState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicySettingState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">The setting that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Localized/user friendly setting name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.instanceDisplayName">
            <summary>
                <para type="description">The "instanceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Name of setting instance that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Error code for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.errorDescription">
            <summary>
                <para type="description">The "errorDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Error description</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">UserId</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">UserName</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">UserEmail</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.sources">
            <summary>
                <para type="description">The "sources" property, of type "microsoft.graph.settingSource".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Contributing policies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateObject.currentValue">
            <summary>
                <para type="description">The "currentValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingState" type.</para>
                <para type="description">Current value of setting on device</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicySettingStateSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicySettingStateSummary" (or one of its derived types).</para>
                <para type="description">Device Compilance Policy Setting State summary across the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Name of the setting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Setting platform</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicySettingStateSummaryObject.deviceComplianceSettingStates">
            <summary>
                <para type="description">The "deviceComplianceSettingStates" property, of type "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceCompliancePolicyState" (or one of its derived types).</para>
                <para type="description">Device Compliance Policy State for a given device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceCompliancePolicySettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceCompliancePolicyStateObject.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceScheduledActionForRuleObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceScheduledActionForRule" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceScheduledActionForRule" (or one of its derived types).</para>
                <para type="description">Scheduled Action for Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceScheduledActionForRuleObject.ruleName">
            <summary>
                <para type="description">The "ruleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">Name of the rule which this scheduled action applies to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceScheduledActionForRuleObject.scheduledActionConfigurations">
            <summary>
                <para type="description">The "scheduledActionConfigurations" property, of type "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceSettingState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceSettingState" (or one of its derived types).</para>
                <para type="description">Device compliance setting State for a given device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Setting Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The user Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User email address that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User PrincipalName that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceSettingStateObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceUserOverview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceUserOverview" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserOverviewObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceComplianceUserStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceComplianceUserStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceComplianceUserStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationAssignment" (or one of its derived types).</para>
                <para type="description">The device configuration assignment entity assigns an AAD group to a specific device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationAssignment" type.</para>
                <para type="description">The assignment target for the device configuration.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceOverview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceOverview" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceOverviewObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceStateSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceStateSummary" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStateSummaryObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationDeviceStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationDeviceStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfiguration" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfiguration" (or one of its derived types).</para>
                <para type="description">Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceConfigurationDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceConfigurationUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10TeamGeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.azureOperationalInsightsBlockTelemetry">
            <summary>
                <para type="description">The "azureOperationalInsightsBlockTelemetry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Azure Operational Insights.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.azureOperationalInsightsWorkspaceId">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights workspace id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.azureOperationalInsightsWorkspaceKey">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights Workspace key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.connectAppBlockAutoLaunch">
            <summary>
                <para type="description">The "connectAppBlockAutoLaunch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to automatically launch the Connect app whenever a projection is initiated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.maintenanceWindowBlocked">
            <summary>
                <para type="description">The "maintenanceWindowBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block setting a maintenance window for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.maintenanceWindowDurationInHours">
            <summary>
                <para type="description">The "maintenanceWindowDurationInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window duration for device updates. Valid values 0 to 5</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.maintenanceWindowStartTime">
            <summary>
                <para type="description">The "maintenanceWindowStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window start time for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.miracastChannel">
            <summary>
                <para type="description">The "miracastChannel" property, of type "microsoft.graph.miracastChannel".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The channel.</para>
                <para type="description">
                     Valid values: 'userDefined', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'thirtySix', 'forty', 'fortyFour', 'fortyEight', 'oneHundredFortyNine', 'oneHundredFiftyThree', 'oneHundredFiftySeven', 'oneHundredSixtyOne', 'oneHundredSixtyFive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.miracastBlocked">
            <summary>
                <para type="description">The "miracastBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.miracastRequirePin">
            <summary>
                <para type="description">The "miracastRequirePin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a pin for wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockMyMeetingsAndFiles">
            <summary>
                <para type="description">The "settingsBlockMyMeetingsAndFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockSessionResume">
            <summary>
                <para type="description">The "settingsBlockSessionResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to allow the ability to resume a session when the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockSigninSuggestions">
            <summary>
                <para type="description">The "settingsBlockSigninSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsDefaultVolume">
            <summary>
                <para type="description">The "settingsDefaultVolume" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsScreenTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsScreenTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub screen turns off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsSessionTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSessionTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsSleepTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSleepTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub enters sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.welcomeScreenBlockAutomaticWakeUp">
            <summary>
                <para type="description">The "welcomeScreenBlockAutomaticWakeUp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.welcomeScreenBackgroundImageUrl">
            <summary>
                <para type="description">The "welcomeScreenBackgroundImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.welcomeScreenMeetingInformation">
            <summary>
                <para type="description">The "welcomeScreenMeetingInformation" property, of type "microsoft.graph.welcomeScreenMeetingInformation".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen meeting information shown.</para>
                <para type="description">
                     Valid values: 'userDefined', 'showOrganizerAndTimeOnly', 'showOrganizerAndTimeAndSubject'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsPhone81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applyOnlyToWindowsPhone81">
            <summary>
                <para type="description">The "applyOnlyToWindowsPhone81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsBlockCopyPaste">
            <summary>
                <para type="description">The "appsBlockCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothBlocked">
            <summary>
                <para type="description">The "bluetoothBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block bluetooth.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cameraBlocked">
            <summary>
                <para type="description">The "cameraBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockWifiTethering">
            <summary>
                <para type="description">The "cellularBlockWifiTethering" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.compliantAppsList">
            <summary>
                <para type="description">The "compliantAppsList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.compliantAppListType">
            <summary>
                <para type="description">The "compliantAppListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List that is in the AppComplianceList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.diagnosticDataBlockSubmission">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.emailBlockAddingAccounts">
            <summary>
                <para type="description">The "emailBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block custom email accounts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.locationServicesBlocked">
            <summary>
                <para type="description">The "locationServicesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block location services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.microsoftAccountBlocked">
            <summary>
                <para type="description">The "microsoftAccountBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block using a Microsoft Account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.nfcBlocked">
            <summary>
                <para type="description">The "nfcBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Near-Field Communication.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minutes of inactivity before screen timeout.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of character sets a password must contain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "passwordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Password type that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block screenshots.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageBlockRemovableStorage">
            <summary>
                <para type="description">The "storageBlockRemovableStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block removable storage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webBrowserBlocked">
            <summary>
                <para type="description">The "webBrowserBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wifiBlocked">
            <summary>
                <para type="description">The "wifiBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wifiBlockAutomaticConnectHotspots">
            <summary>
                <para type="description">The "wifiBlockAutomaticConnectHotspots" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wifiBlockHotspotReporting">
            <summary>
                <para type="description">The "wifiBlockHotspotReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsStoreBlocked">
            <summary>
                <para type="description">The "windowsStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.accountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
                <para type="description">The "accountsBlockAddingNonMicrosoftAccountEmail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applyOnlyToWindows81">
            <summary>
                <para type="description">The "applyOnlyToWindows81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockAutofill">
            <summary>
                <para type="description">The "browserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockAutomaticDetectionOfIntranetSites">
            <summary>
                <para type="description">The "browserBlockAutomaticDetectionOfIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic detection of Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockEnterpriseModeAccess">
            <summary>
                <para type="description">The "browserBlockEnterpriseModeAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block enterprise mode access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockJavaScript">
            <summary>
                <para type="description">The "browserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockPlugins">
            <summary>
                <para type="description">The "browserBlockPlugins" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block plug-ins.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockPopups">
            <summary>
                <para type="description">The "browserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "browserBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserBlockSingleWordEntryOnIntranetSites">
            <summary>
                <para type="description">The "browserBlockSingleWordEntryOnIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block a single word entry on Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserRequireSmartScreen">
            <summary>
                <para type="description">The "browserRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "browserEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserInternetSecurityLevel">
            <summary>
                <para type="description">The "browserInternetSecurityLevel" property, of type "microsoft.graph.internetSiteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The internet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserIntranetSecurityLevel">
            <summary>
                <para type="description">The "browserIntranetSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The Intranet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserLoggingReportLocation">
            <summary>
                <para type="description">The "browserLoggingReportLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The logging report location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserRequireHighSecurityForRestrictedSites">
            <summary>
                <para type="description">The "browserRequireHighSecurityForRestrictedSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require high security for restricted sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserRequireFirewall">
            <summary>
                <para type="description">The "browserRequireFirewall" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a firewall.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserRequireFraudWarning">
            <summary>
                <para type="description">The "browserRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.browserTrustedSitesSecurityLevel">
            <summary>
                <para type="description">The "browserTrustedSitesSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The trusted sites security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockDataRoaming">
            <summary>
                <para type="description">The "cellularBlockDataRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block data roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.diagnosticsBlockDataSubmission">
            <summary>
                <para type="description">The "diagnosticsBlockDataSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordBlockPicturePasswordAndPin">
            <summary>
                <para type="description">The "passwordBlockPicturePasswordAndPin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using a pictures password and pin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRequireDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.updatesRequireAutomaticUpdates">
            <summary>
                <para type="description">The "updatesRequireAutomaticUpdates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require automatic updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.userAccountControlSettings">
            <summary>
                <para type="description">The "userAccountControlSettings" property, of type "microsoft.graph.windowsUserAccountControlSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The user account control settings.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysNotify', 'notifyOnAppChanges', 'notifyOnAppChangesWithoutDimming', 'neverNotify'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workFoldersUrl">
            <summary>
                <para type="description">The "workFoldersUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The work folders url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsUpdateForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deliveryOptimizationMode">
            <summary>
                <para type="description">The "deliveryOptimizationMode" property, of type "microsoft.graph.windowsDeliveryOptimizationMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Delivery Optimization Mode</para>
                <para type="description">
                     Valid values: 'userDefined', 'httpOnly', 'httpWithPeeringNat', 'httpWithPeeringPrivateGroup', 'httpWithInternetPeering', 'simpleDownload', 'bypassMode'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.prereleaseFeatures">
            <summary>
                <para type="description">The "prereleaseFeatures" property, of type "microsoft.graph.prereleaseFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">The pre-release features.</para>
                <para type="description">
                     Valid values: 'userDefined', 'settingsOnly', 'settingsAndExperimentations', 'notAllowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.automaticUpdateMode">
            <summary>
                <para type="description">The "automaticUpdateMode" property, of type "microsoft.graph.automaticUpdateMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Automatic update mode.</para>
                <para type="description">
                     Valid values: 'userDefined', 'notifyDownload', 'autoInstallAtMaintenanceTime', 'autoInstallAndRebootAtMaintenanceTime', 'autoInstallAndRebootAtScheduledTime', 'autoInstallAndRebootWithoutEndUserControl'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.microsoftUpdateServiceAllowed">
            <summary>
                <para type="description">The "microsoftUpdateServiceAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Allow Microsoft Update Service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.driversExcluded">
            <summary>
                <para type="description">The "driversExcluded" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Exclude Windows update Drivers</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.installationSchedule">
            <summary>
                <para type="description">The "installationSchedule" property, of type "microsoft.graph.windowsUpdateInstallScheduleType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Installation schedule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.qualityUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "qualityUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Quality Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.featureUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "featureUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Feature Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.qualityUpdatesPaused">
            <summary>
                <para type="description">The "qualityUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Quality Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.featureUpdatesPaused">
            <summary>
                <para type="description">The "featureUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Feature Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.qualityUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "qualityUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Quality Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.featureUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "featureUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Feature Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.businessReadyUpdatesOnly">
            <summary>
                <para type="description">The "businessReadyUpdatesOnly" property, of type "microsoft.graph.windowsUpdateType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Determines which branch devices will receive their updates from</para>
                <para type="description">
                     Valid values: 'userDefined', 'all', 'businessReadyOnly', 'windowsInsiderBuildFast', 'windowsInsiderBuildSlow', 'windowsInsiderBuildRelease'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsPhone81CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.omaSettings">
            <summary>
                <para type="description">The "omaSettings" property, of type "microsoft.graph.omaSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
                <para type="description">OMA settings. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10SecureAssessmentConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.launchUri">
            <summary>
                <para type="description">The "launchUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.configurationAccount">
            <summary>
                <para type="description">The "configurationAccount" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowPrinting">
            <summary>
                <para type="description">The "allowPrinting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the app from printing during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowScreenCapture">
            <summary>
                <para type="description">The "allowScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen capture capability during a test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowTextSuggestion">
            <summary>
                <para type="description">The "allowTextSuggestion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow text suggestions during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.sharedPCConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedPCConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.accountManagerPolicy">
            <summary>
                <para type="description">The "accountManagerPolicy" property, of type "microsoft.graph.sharedPCAccountManagerPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowedAccounts">
            <summary>
                <para type="description">The "allowedAccounts" property, of type "microsoft.graph.sharedPCAllowedAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Indicates which type of accounts are allowed to use on a shared PC.</para>
                <para type="description">
                     Valid values: 'guest', 'domain'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowLocalStorage">
            <summary>
                <para type="description">The "allowLocalStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether local storage is allowed on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.disableAccountManager">
            <summary>
                <para type="description">The "disableAccountManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the account manager for shared PC mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.disableEduPolicies">
            <summary>
                <para type="description">The "disableEduPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.disablePowerPolicies">
            <summary>
                <para type="description">The "disablePowerPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC power policies should be disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.disableSignInOnResume">
            <summary>
                <para type="description">The "disableSignInOnResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the requirement to sign in whenever the device wakes up from sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Enables shared PC mode and applies the shared pc policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.idleTimeBeforeSleepInSeconds">
            <summary>
                <para type="description">The "idleTimeBeforeSleepInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskAppDisplayName">
            <summary>
                <para type="description">The "kioskAppDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskAppUserModelId">
            <summary>
                <para type="description">The "kioskAppUserModelId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the application user model ID of the app to use with assigned access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.maintenanceStartTime">
            <summary>
                <para type="description">The "maintenanceStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the daily start time of maintenance hour.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10EnterpriseModernAppManagementConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.uninstallBuiltInApps">
            <summary>
                <para type="description">The "uninstallBuiltInApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
                <para type="description">Indicates whether or not to uninstall a fixed list of built-in Windows apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.editionUpgradeConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.editionUpgradeConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.editionUpgradeLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License Type.</para>
                <para type="description">
                     Valid values: 'productKey', 'licenseFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.targetEdition">
            <summary>
                <para type="description">The "targetEdition" property, of type "microsoft.graph.windows10EditionType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Target Edition.</para>
                <para type="description">
                     Valid values: 'windows10Enterprise', 'windows10EnterpriseN', 'windows10Education', 'windows10EducationN', 'windows10MobileEnterprise', 'windows10HolographicEnterprise', 'windows10Professional', 'windows10ProfessionalN', 'windows10ProfessionalEducation', 'windows10ProfessionalEducationN', 'windows10ProfessionalWorkstation', 'windows10ProfessionalWorkstationN'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.license">
            <summary>
                <para type="description">The "license" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License File Content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Product Key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.allowSampleSharing">
            <summary>
                <para type="description">The "allowSampleSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enableExpeditedTelemetryReporting">
            <summary>
                <para type="description">The "enableExpeditedTelemetryReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintDiscoveryEndPoint">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryEndPoint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Endpoint for discovering cloud printers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintOAuthAuthority">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthAuthority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Authentication endpoint for acquiring OAuth tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintOAuthClientIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthClientIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for print service as configured in the Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryMaxLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for printer discovery service as configured in Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchBlockDiacritics">
            <summary>
                <para type="description">The "searchBlockDiacritics" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies if search can use diacritics.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchDisableAutoLanguageDetection">
            <summary>
                <para type="description">The "searchDisableAutoLanguageDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies whether to use automatic language detection when indexing content and properties.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchDisableIndexingEncryptedItems">
            <summary>
                <para type="description">The "searchDisableIndexingEncryptedItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchEnableRemoteQueries">
            <summary>
                <para type="description">The "searchEnableRemoteQueries" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block remote queries of this computer’s index.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchDisableIndexerBackoff">
            <summary>
                <para type="description">The "searchDisableIndexerBackoff" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the search indexer backoff feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchDisableIndexingRemovableDrive">
            <summary>
                <para type="description">The "searchDisableIndexingRemovableDrive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.searchEnableAutomaticIndexSizeManangement">
            <summary>
                <para type="description">The "searchEnableAutomaticIndexSizeManangement" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.diagnosticsDataSubmissionMode">
            <summary>
                <para type="description">The "diagnosticsDataSubmissionMode" property, of type "microsoft.graph.diagnosticDataSubmissionMode".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson.</para>
                <para type="description">
                     Valid values: 'userDefined', 'none', 'basic', 'enhanced', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.oneDriveDisableFileSync">
            <summary>
                <para type="description">The "oneDriveDisableFileSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.smartScreenEnableAppInstallControl">
            <summary>
                <para type="description">The "smartScreenEnableAppInstallControl" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users are allowed to install apps from places other than the Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.personalizationDesktopImageUrl">
            <summary>
                <para type="description">The "personalizationDesktopImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.personalizationLockScreenImageUrl">
            <summary>
                <para type="description">The "personalizationLockScreenImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothAllowedServices">
            <summary>
                <para type="description">The "bluetoothAllowedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify a list of allowed Bluetooth services and profiles in hex formatted strings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothBlockAdvertising">
            <summary>
                <para type="description">The "bluetoothBlockAdvertising" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth advertising.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothBlockDiscoverableMode">
            <summary>
                <para type="description">The "bluetoothBlockDiscoverableMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth discoverable mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothBlockPrePairing">
            <summary>
                <para type="description">The "bluetoothBlockPrePairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockAutofill">
            <summary>
                <para type="description">The "edgeBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlocked">
            <summary>
                <para type="description">The "edgeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeCookiePolicy">
            <summary>
                <para type="description">The "edgeCookiePolicy" property, of type "microsoft.graph.edgeCookiePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates which cookies to block in the Edge browser.</para>
                <para type="description">
                     Valid values: 'userDefined', 'allow', 'blockThirdParty', 'blockAll'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockDeveloperTools">
            <summary>
                <para type="description">The "edgeBlockDeveloperTools" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block developer tools in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "edgeBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockExtensions">
            <summary>
                <para type="description">The "edgeBlockExtensions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block extensions in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockInPrivateBrowsing">
            <summary>
                <para type="description">The "edgeBlockInPrivateBrowsing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockJavaScript">
            <summary>
                <para type="description">The "edgeBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockPasswordManager">
            <summary>
                <para type="description">The "edgeBlockPasswordManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block password manager.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockAddressBarDropdown">
            <summary>
                <para type="description">The "edgeBlockAddressBarDropdown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockCompatibilityList">
            <summary>
                <para type="description">The "edgeBlockCompatibilityList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeClearBrowsingDataOnExit">
            <summary>
                <para type="description">The "edgeClearBrowsingDataOnExit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Clear browsing data on exiting Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeAllowStartPagesModification">
            <summary>
                <para type="description">The "edgeAllowStartPagesModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeDisableFirstRunPage">
            <summary>
                <para type="description">The "edgeDisableFirstRunPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockLiveTileDataCollection">
            <summary>
                <para type="description">The "edgeBlockLiveTileDataCollection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeSyncFavoritesWithInternetExplorer">
            <summary>
                <para type="description">The "edgeSyncFavoritesWithInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockDataWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockDataWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using data over cellular while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockVpn">
            <summary>
                <para type="description">The "cellularBlockVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockVpnWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockVpnWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN when roaming over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderBlockEndUserAccess">
            <summary>
                <para type="description">The "defenderBlockEndUserAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block end user access to Defender.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
                <para type="description">The "defenderDaysBeforeDeletingQuarantinedMalware" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Number of days before deleting quarantined malware. Valid values 0 to 90</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderDetectedMalwareActions">
            <summary>
                <para type="description">The "defenderDetectedMalwareActions" property, of type "microsoft.graph.defenderDetectedMalwareActions".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets Defender’s actions to take on detected Malware per threat level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderSystemScanSchedule">
            <summary>
                <para type="description">The "defenderSystemScanSchedule" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Defender day of the week for the system scan.</para>
                <para type="description">
                     Valid values: 'userDefined', 'everyday', 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderFilesAndFoldersToExclude">
            <summary>
                <para type="description">The "defenderFilesAndFoldersToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Files and folder to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderFileExtensionsToExclude">
            <summary>
                <para type="description">The "defenderFileExtensionsToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">File extensions to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanMaxCpu">
            <summary>
                <para type="description">The "defenderScanMaxCpu" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Max CPU usage percentage during scan. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderMonitorFileActivity">
            <summary>
                <para type="description">The "defenderMonitorFileActivity" property, of type "microsoft.graph.defenderMonitorFileActivity".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Value for monitoring file activity.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disable', 'monitorAllFiles', 'monitorIncomingFilesOnly', 'monitorOutgoingFilesOnly'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderProcessesToExclude">
            <summary>
                <para type="description">The "defenderProcessesToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Processes to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderPromptForSampleSubmission">
            <summary>
                <para type="description">The "defenderPromptForSampleSubmission" property, of type "microsoft.graph.defenderPromptForSampleSubmission".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The configuration for how to prompt user for sample submission.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysPrompt', 'promptBeforeSendingPersonalData', 'neverSendData', 'sendAllDataWithoutPrompting'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderRequireBehaviorMonitoring">
            <summary>
                <para type="description">The "defenderRequireBehaviorMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require behavior monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderRequireCloudProtection">
            <summary>
                <para type="description">The "defenderRequireCloudProtection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require cloud protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderRequireNetworkInspectionSystem">
            <summary>
                <para type="description">The "defenderRequireNetworkInspectionSystem" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require network inspection system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderRequireRealTimeMonitoring">
            <summary>
                <para type="description">The "defenderRequireRealTimeMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require real time monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanArchiveFiles">
            <summary>
                <para type="description">The "defenderScanArchiveFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan archive files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanDownloads">
            <summary>
                <para type="description">The "defenderScanDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan downloads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanNetworkFiles">
            <summary>
                <para type="description">The "defenderScanNetworkFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan files opened from a network folder.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanIncomingMail">
            <summary>
                <para type="description">The "defenderScanIncomingMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan incoming mail messages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanMappedNetworkDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan mapped network drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanRemovableDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanRemovableDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan removable drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanScriptsLoadedInInternetExplorer">
            <summary>
                <para type="description">The "defenderScanScriptsLoadedInInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan scripts loaded in Internet Explorer browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderSignatureUpdateIntervalInHours">
            <summary>
                <para type="description">The "defenderSignatureUpdateIntervalInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScanType">
            <summary>
                <para type="description">The "defenderScanType" property, of type "microsoft.graph.defenderScanType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender system scan type.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disabled', 'quick', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScheduledScanTime">
            <summary>
                <para type="description">The "defenderScheduledScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender time for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderScheduledQuickScanTime">
            <summary>
                <para type="description">The "defenderScheduledQuickScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The time to perform a daily quick scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderCloudBlockLevel">
            <summary>
                <para type="description">The "defenderCloudBlockLevel" property, of type "microsoft.graph.defenderCloudBlockLevelType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the level of cloud-delivered protection.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'high', 'highPlus', 'zeroTolerance'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenAllowTimeoutConfiguration">
            <summary>
                <para type="description">The "lockScreenAllowTimeoutConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockActionCenterNotifications">
            <summary>
                <para type="description">The "lockScreenBlockActionCenterNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block action center notifications over lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockCortana">
            <summary>
                <para type="description">The "lockScreenBlockCortana" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not the user can interact with Cortana using speech while the system is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockToastNotifications">
            <summary>
                <para type="description">The "lockScreenBlockToastNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether to allow toast notifications above the device lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenTimeoutInSeconds">
            <summary>
                <para type="description">The "lockScreenTimeoutInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordRequireWhenResumeFromIdleState">
            <summary>
                <para type="description">The "passwordRequireWhenResumeFromIdleState" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password upon resuming from an idle state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.privacyAdvertisingId">
            <summary>
                <para type="description">The "privacyAdvertisingId" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enables or disables the use of advertising ID. Added in Windows 10, version 1607.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.privacyAutoAcceptPairingAndConsentPrompts">
            <summary>
                <para type="description">The "privacyAutoAcceptPairingAndConsentPrompts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.privacyBlockInputPersonalization">
            <summary>
                <para type="description">The "privacyBlockInputPersonalization" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startBlockUnpinningAppsFromTaskbar">
            <summary>
                <para type="description">The "startBlockUnpinningAppsFromTaskbar" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from unpinning apps from taskbar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuAppListVisibility">
            <summary>
                <para type="description">The "startMenuAppListVisibility" property, of type "microsoft.graph.windowsStartMenuAppListVisibilityType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.</para>
                <para type="description">
                     Valid values: 'userDefined', 'collapse', 'remove', 'disableSettingsApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideChangeAccountSettings">
            <summary>
                <para type="description">The "startMenuHideChangeAccountSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the change account setting from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideFrequentlyUsedApps">
            <summary>
                <para type="description">The "startMenuHideFrequentlyUsedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideHibernate">
            <summary>
                <para type="description">The "startMenuHideHibernate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides hibernate from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideLock">
            <summary>
                <para type="description">The "startMenuHideLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides lock from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHidePowerButton">
            <summary>
                <para type="description">The "startMenuHidePowerButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the power button from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideRecentJumpLists">
            <summary>
                <para type="description">The "startMenuHideRecentJumpLists" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideRecentlyAddedApps">
            <summary>
                <para type="description">The "startMenuHideRecentlyAddedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideRestartOptions">
            <summary>
                <para type="description">The "startMenuHideRestartOptions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideShutDown">
            <summary>
                <para type="description">The "startMenuHideShutDown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideSignOut">
            <summary>
                <para type="description">The "startMenuHideSignOut" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sign out from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideSleep">
            <summary>
                <para type="description">The "startMenuHideSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sleep from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideSwitchAccount">
            <summary>
                <para type="description">The "startMenuHideSwitchAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides switch account from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuHideUserTile">
            <summary>
                <para type="description">The "startMenuHideUserTile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the user tile from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuLayoutEdgeAssetsXml">
            <summary>
                <para type="description">The "startMenuLayoutEdgeAssetsXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuLayoutXml">
            <summary>
                <para type="description">The "startMenuLayoutXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuMode">
            <summary>
                <para type="description">The "startMenuMode" property, of type "microsoft.graph.windowsStartMenuModeType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to decide how the Start menu is displayed.</para>
                <para type="description">
                     Valid values: 'userDefined', 'fullScreen', 'nonFullScreen'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderDocuments">
            <summary>
                <para type="description">The "startMenuPinnedFolderDocuments" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderDownloads">
            <summary>
                <para type="description">The "startMenuPinnedFolderDownloads" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderFileExplorer">
            <summary>
                <para type="description">The "startMenuPinnedFolderFileExplorer" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderHomeGroup">
            <summary>
                <para type="description">The "startMenuPinnedFolderHomeGroup" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderMusic">
            <summary>
                <para type="description">The "startMenuPinnedFolderMusic" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderNetwork">
            <summary>
                <para type="description">The "startMenuPinnedFolderNetwork" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderPersonalFolder">
            <summary>
                <para type="description">The "startMenuPinnedFolderPersonalFolder" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderPictures">
            <summary>
                <para type="description">The "startMenuPinnedFolderPictures" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderSettings">
            <summary>
                <para type="description">The "startMenuPinnedFolderSettings" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.startMenuPinnedFolderVideos">
            <summary>
                <para type="description">The "startMenuPinnedFolderVideos" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockSettingsApp">
            <summary>
                <para type="description">The "settingsBlockSettingsApp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockSystemPage">
            <summary>
                <para type="description">The "settingsBlockSystemPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to System in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockDevicesPage">
            <summary>
                <para type="description">The "settingsBlockDevicesPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Devices in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockNetworkInternetPage">
            <summary>
                <para type="description">The "settingsBlockNetworkInternetPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Network &amp; Internet in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockPersonalizationPage">
            <summary>
                <para type="description">The "settingsBlockPersonalizationPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Personalization in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockAccountsPage">
            <summary>
                <para type="description">The "settingsBlockAccountsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Accounts in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockTimeLanguagePage">
            <summary>
                <para type="description">The "settingsBlockTimeLanguagePage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Time &amp; Language in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockEaseOfAccessPage">
            <summary>
                <para type="description">The "settingsBlockEaseOfAccessPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Ease of Access in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockPrivacyPage">
            <summary>
                <para type="description">The "settingsBlockPrivacyPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Privacy in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockUpdateSecurityPage">
            <summary>
                <para type="description">The "settingsBlockUpdateSecurityPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Update &amp; Security in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockAppsPage">
            <summary>
                <para type="description">The "settingsBlockAppsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Apps in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockGamingPage">
            <summary>
                <para type="description">The "settingsBlockGamingPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Gaming in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
                <para type="description">The "windowsSpotlightBlockConsumerSpecificFeatures" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlocked">
            <summary>
                <para type="description">The "windowsSpotlightBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off all Windows Spotlight features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockOnActionCenter">
            <summary>
                <para type="description">The "windowsSpotlightBlockOnActionCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockTailoredExperiences">
            <summary>
                <para type="description">The "windowsSpotlightBlockTailoredExperiences" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block personalized content in Windows spotlight based on user’s device usage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockThirdPartyNotifications">
            <summary>
                <para type="description">The "windowsSpotlightBlockThirdPartyNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block third party content delivered via Windows Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockWelcomeExperience">
            <summary>
                <para type="description">The "windowsSpotlightBlockWelcomeExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Windows Spotlight Windows welcome experience</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightBlockWindowsTips">
            <summary>
                <para type="description">The "windowsSpotlightBlockWindowsTips" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off the popup of Windows Tips.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsSpotlightConfigureOnLockScreen">
            <summary>
                <para type="description">The "windowsSpotlightConfigureOnLockScreen" property, of type "microsoft.graph.windowsSpotlightEnablementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the type of Spotlight</para>
                <para type="description">
                     Valid values: 'notConfigured', 'disabled', 'enabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.networkProxyApplySettingsDeviceWide">
            <summary>
                <para type="description">The "networkProxyApplySettingsDeviceWide" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.networkProxyDisableAutoDetect">
            <summary>
                <para type="description">The "networkProxyDisableAutoDetect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.networkProxyAutomaticConfigurationUrl">
            <summary>
                <para type="description">The "networkProxyAutomaticConfigurationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Address to the proxy auto-config (PAC) script you want to use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.networkProxyServer">
            <summary>
                <para type="description">The "networkProxyServer" property, of type "microsoft.graph.windows10NetworkProxyServer".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies manual proxy server settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.antiTheftModeBlocked">
            <summary>
                <para type="description">The "antiTheftModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.connectedDevicesServiceBlocked">
            <summary>
                <para type="description">The "connectedDevicesServiceBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.certificatesBlockManualRootCertificateInstallation">
            <summary>
                <para type="description">The "certificatesBlockManualRootCertificateInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from doing manual root certificate installation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.copyPasteBlocked">
            <summary>
                <para type="description">The "copyPasteBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cortanaBlocked">
            <summary>
                <para type="description">The "cortanaBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using Cortana.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceManagementBlockFactoryResetOnMobile">
            <summary>
                <para type="description">The "deviceManagementBlockFactoryResetOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from resetting their phone.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceManagementBlockManualUnenroll">
            <summary>
                <para type="description">The "deviceManagementBlockManualUnenroll" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from doing manual un-enrollment from device management.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safeSearchFilter">
            <summary>
                <para type="description">The "safeSearchFilter" property, of type "microsoft.graph.safeSearchFilterType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies what filter level of safe search is required.</para>
                <para type="description">
                     Valid values: 'userDefined', 'strict', 'moderate'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockPopups">
            <summary>
                <para type="description">The "edgeBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockSearchSuggestions">
            <summary>
                <para type="description">The "edgeBlockSearchSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the search suggestions in the address bar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeBlockSendingIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeSendIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeSendIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeRequireSmartScreen">
            <summary>
                <para type="description">The "edgeRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "edgeEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates the enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeFirstRunUrl">
            <summary>
                <para type="description">The "edgeFirstRunUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The first run URL for when Edge browser is opened for the first time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeSearchEngine">
            <summary>
                <para type="description">The "edgeSearchEngine" property, of type "microsoft.graph.edgeSearchEngineBase".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeHomepageUrls">
            <summary>
                <para type="description">The "edgeHomepageUrls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.edgeBlockAccessToAboutFlags">
            <summary>
                <para type="description">The "edgeBlockAccessToAboutFlags" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent access to about flags on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.smartScreenBlockPromptOverride">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.smartScreenBlockPromptOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webRtcBlockLocalhostIpAddress">
            <summary>
                <para type="description">The "webRtcBlockLocalhostIpAddress" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.internetSharingBlocked">
            <summary>
                <para type="description">The "internetSharingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using internet sharing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockAddProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockAddProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockRemoveProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockRemoveProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the runtime configuration agent from removing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockChangeSystemTime">
            <summary>
                <para type="description">The "settingsBlockChangeSystemTime" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing date and time settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockEditDeviceName">
            <summary>
                <para type="description">The "settingsBlockEditDeviceName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from editing the device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockChangeRegion">
            <summary>
                <para type="description">The "settingsBlockChangeRegion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the region settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockChangeLanguage">
            <summary>
                <para type="description">The "settingsBlockChangeLanguage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the language settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.settingsBlockChangePowerSleep">
            <summary>
                <para type="description">The "settingsBlockChangePowerSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing power and sleep settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.microsoftAccountBlockSettingsSync">
            <summary>
                <para type="description">The "microsoftAccountBlockSettingsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Microsoft account settings sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.resetProtectionModeBlocked">
            <summary>
                <para type="description">The "resetProtectionModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from reset protection mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRequireMobileDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireMobileDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicating whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.usbBlocked">
            <summary>
                <para type="description">The "usbBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from USB connection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.voiceRecordingBlocked">
            <summary>
                <para type="description">The "voiceRecordingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from voice recording.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wiFiBlockManualConfiguration">
            <summary>
                <para type="description">The "wiFiBlockManualConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using Wi-Fi manual configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wiFiScanInterval">
            <summary>
                <para type="description">The "wiFiScanInterval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wirelessDisplayBlockProjectionToThisDevice">
            <summary>
                <para type="description">The "wirelessDisplayBlockProjectionToThisDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow other devices from discovering this PC for projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wirelessDisplayBlockUserInputFromReceiver">
            <summary>
                <para type="description">The "wirelessDisplayBlockUserInputFromReceiver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow user input from wireless display receiver.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wirelessDisplayRequirePinForPairing">
            <summary>
                <para type="description">The "wirelessDisplayRequirePinForPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a PIN for new devices to initiate pairing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsAllowTrustedAppsSideloading">
            <summary>
                <para type="description">The "appsAllowTrustedAppsSideloading" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsStoreBlockAutoUpdate">
            <summary>
                <para type="description">The "windowsStoreBlockAutoUpdate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic update of apps from Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.developerUnlockSetting">
            <summary>
                <para type="description">The "developerUnlockSetting" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow developer unlock.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.sharedUserAppDataAllowed">
            <summary>
                <para type="description">The "sharedUserAppDataAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block multiple users of the same app to share data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsBlockWindowsStoreOriginatedApps">
            <summary>
                <para type="description">The "appsBlockWindowsStoreOriginatedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windowsStoreEnablePrivateStoreOnly">
            <summary>
                <para type="description">The "windowsStoreEnablePrivateStoreOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable Private Store Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRestrictAppDataToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppDataToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether application data is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRestrictAppInstallToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppInstallToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether the installation of applications is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.gameDvrBlocked">
            <summary>
                <para type="description">The "gameDvrBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block DVR and broadcasting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.experienceBlockDeviceDiscovery">
            <summary>
                <para type="description">The "experienceBlockDeviceDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable device discovery UX.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.experienceBlockErrorDialogWhenNoSIM">
            <summary>
                <para type="description">The "experienceBlockErrorDialogWhenNoSIM" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.experienceBlockTaskSwitcher">
            <summary>
                <para type="description">The "experienceBlockTaskSwitcher" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable task switching on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.logonBlockFastUserSwitching">
            <summary>
                <para type="description">The "logonBlockFastUserSwitching" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disables the ability to quickly switch between users that are logged on simultaneously without logging off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.tenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
                <para type="description">The "tenantLockdownRequireNetworkDuringOutOfBoxExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether the device is required to connect to the network.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.windows10EndpointProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallBlockStatefulFTP">
            <summary>
                <para type="description">The "firewallBlockStatefulFTP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Blocks stateful FTP connections to the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
                <para type="description">The "firewallIdleTimeoutForSecurityAssociationInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallPreSharedKeyEncodingMethod">
            <summary>
                <para type="description">The "firewallPreSharedKeyEncodingMethod" property, of type "microsoft.graph.firewallPreSharedKeyEncodingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Select the preshared key encoding to be used</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'utF8'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowNeighborDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallIPSecExemptionsAllowICMP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowICMP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow ICMP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowRouterDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallIPSecExemptionsAllowDHCP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowDHCP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallCertificateRevocationListCheckMethod">
            <summary>
                <para type="description">The "firewallCertificateRevocationListCheckMethod" property, of type "microsoft.graph.firewallCertificateRevocationListCheckMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Specify how the certificate revocation list is to be enforced</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'attempt', 'require'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallMergeKeyingModuleSettings">
            <summary>
                <para type="description">The "firewallMergeKeyingModuleSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallPacketQueueingMethod">
            <summary>
                <para type="description">The "firewallPacketQueueingMethod" property, of type "microsoft.graph.firewallPacketQueueingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures how packet queueing should be applied in the tunnel gateway scenario</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'disabled', 'queueInbound', 'queueOutbound', 'queueBoth'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallProfileDomain">
            <summary>
                <para type="description">The "firewallProfileDomain" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for domain networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallProfilePublic">
            <summary>
                <para type="description">The "firewallProfilePublic" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for public networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.firewallProfilePrivate">
            <summary>
                <para type="description">The "firewallProfilePrivate" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for private networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderAttackSurfaceReductionExcludedPaths">
            <summary>
                <para type="description">The "defenderAttackSurfaceReductionExcludedPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of exe files and folders to be excluded from attack surface reduction rules</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderGuardedFoldersAllowedAppPaths">
            <summary>
                <para type="description">The "defenderGuardedFoldersAllowedAppPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of paths to exe that are allowed to access protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderAdditionalGuardedFolders">
            <summary>
                <para type="description">The "defenderAdditionalGuardedFolders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of folder paths to be added to the list of protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderExploitProtectionXml">
            <summary>
                <para type="description">The "defenderExploitProtectionXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Xml content containing information regarding exploit protection details.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderExploitProtectionXmlFileName">
            <summary>
                <para type="description">The "defenderExploitProtectionXmlFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Name of the file from which DefenderExploitProtectionXml was obtained.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.defenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
                <para type="description">The "defenderSecurityCenterBlockExploitProtectionOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user from overriding Exploit Protection settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appLockerApplicationControl">
            <summary>
                <para type="description">The "appLockerApplicationControl" property, of type "microsoft.graph.appLockerApplicationControlType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enables the Admin to choose what types of app to allow on devices.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enforceComponentsAndStoreApps', 'auditComponentsAndStoreApps', 'enforceComponentsStoreAppsAndSmartlocker', 'auditComponentsStoreAppsAndSmartlocker'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.smartScreenEnableInShell">
            <summary>
                <para type="description">The "smartScreenEnableInShell" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to configure SmartScreen for Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.smartScreenBlockOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardEnabled">
            <summary>
                <para type="description">The "applicationGuardEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enable Windows Defender Application Guard</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardBlockFileTransfer">
            <summary>
                <para type="description">The "applicationGuardBlockFileTransfer" property, of type "microsoft.graph.applicationGuardBlockFileTransferType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to transfer image file, text file or neither of them</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockImageAndTextFile', 'blockImageFile', 'blockNone', 'blockTextFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardBlockNonEnterpriseContent">
            <summary>
                <para type="description">The "applicationGuardBlockNonEnterpriseContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block enterprise sites to load non-enterprise content, such as third party plug-ins</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardAllowPersistence">
            <summary>
                <para type="description">The "applicationGuardAllowPersistence" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardForceAuditing">
            <summary>
                <para type="description">The "applicationGuardForceAuditing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardBlockClipboardSharing">
            <summary>
                <para type="description">The "applicationGuardBlockClipboardSharing" property, of type "microsoft.graph.applicationGuardBlockClipboardSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockBoth', 'blockHostToContainer', 'blockContainerToHost', 'blockNone'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardAllowPrintToPDF">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToPDF" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to PDF from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardAllowPrintToXPS">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToXPS" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to XPS from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardAllowPrintToLocalPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToLocalPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Local Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.applicationGuardAllowPrintToNetworkPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToNetworkPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Network Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bitLockerDisableWarningForOtherDiskEncryption">
            <summary>
                <para type="description">The "bitLockerDisableWarningForOtherDiskEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the Admin to disable the warning prompt for other disk encryption on the user machines.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
                <para type="description">The "bitLockerEnableStorageCardEncryptionOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bitLockerEncryptDevice">
            <summary>
                <para type="description">The "bitLockerEncryptDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bitLockerRemovableDrivePolicy">
            <summary>
                <para type="description">The "bitLockerRemovableDrivePolicy" property, of type "microsoft.graph.bitLockerRemovableDrivePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">BitLocker Removable Drive Policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.macOSDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iosDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.assetTagTemplate">
            <summary>
                <para type="description">The "assetTagTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Asset tag information for the device, displayed on the login window and lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenFootnote">
            <summary>
                <para type="description">The "lockScreenFootnote" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.homeScreenDockIcons">
            <summary>
                <para type="description">The "homeScreenDockIcons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.homeScreenPages">
            <summary>
                <para type="description">The "homeScreenPages" property, of type "microsoft.graph.iosHomeScreenPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.notificationSettings">
            <summary>
                <para type="description">The "notificationSettings" property, of type "microsoft.graph.iosNotificationSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.macOSGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.emailInDomainSuffixes">
            <summary>
                <para type="description">The "emailInDomainSuffixes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">An email address lacking a suffix that matches any of these strings will be considered out-of-domain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity required before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.macOSCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.payloadName">
            <summary>
                <para type="description">The "payloadName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Name that is displayed to the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.payloadFileName">
            <summary>
                <para type="description">The "payloadFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload file name (*.mobileconfig | *.xml).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.payload">
            <summary>
                <para type="description">The "payload" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload. (UTF8 encoded byte array)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iosUpdateConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosUpdateConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours Start (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours End (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.scheduledInstallDays">
            <summary>
                <para type="description">The "scheduledInstallDays" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.utcTimeOffsetInMinutes">
            <summary>
                <para type="description">The "utcTimeOffsetInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">UTC Time Offset indicated in minutes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iosGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.accountBlockModification">
            <summary>
                <para type="description">The "accountBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow account modification when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.activationLockAllowWhenSupervised">
            <summary>
                <para type="description">The "activationLockAllowWhenSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow activation lock when the device is in the supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.airDropBlocked">
            <summary>
                <para type="description">The "airDropBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow AirDrop when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.airDropForceUnmanagedDropTarget">
            <summary>
                <para type="description">The "airDropForceUnmanagedDropTarget" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.airPlayForcePairingPasswordForOutgoingRequests">
            <summary>
                <para type="description">The "airPlayForcePairingPasswordForOutgoingRequests" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appleWatchBlockPairing">
            <summary>
                <para type="description">The "appleWatchBlockPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appleWatchForceWristDetection">
            <summary>
                <para type="description">The "appleWatchForceWristDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appleNewsBlocked">
            <summary>
                <para type="description">The "appleNewsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsSingleAppModeList">
            <summary>
                <para type="description">The "appsSingleAppModeList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsVisibilityList">
            <summary>
                <para type="description">The "appsVisibilityList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsVisibilityListType">
            <summary>
                <para type="description">The "appsVisibilityListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of list that is in the AppsVisibilityList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appStoreBlockAutomaticDownloads">
            <summary>
                <para type="description">The "appStoreBlockAutomaticDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appStoreBlocked">
            <summary>
                <para type="description">The "appStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appStoreBlockInAppPurchases">
            <summary>
                <para type="description">The "appStoreBlockInAppPurchases" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from making in app purchases.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appStoreBlockUIAppInstallation">
            <summary>
                <para type="description">The "appStoreBlockUIAppInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appStoreRequirePassword">
            <summary>
                <para type="description">The "appStoreRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password when using the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.bluetoothBlockModification">
            <summary>
                <para type="description">The "bluetoothBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
                <para type="description">The "cellularBlockGlobalBackgroundFetchWhileRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block global background fetch while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockPerAppDataModification">
            <summary>
                <para type="description">The "cellularBlockPerAppDataModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockPersonalHotspot">
            <summary>
                <para type="description">The "cellularBlockPersonalHotspot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Personal Hotspot.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockVoiceRoaming">
            <summary>
                <para type="description">The "cellularBlockVoiceRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.certificatesBlockUntrustedTlsCertificates">
            <summary>
                <para type="description">The "certificatesBlockUntrustedTlsCertificates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block untrusted TLS certificates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.classroomAppBlockRemoteScreenObservation">
            <summary>
                <para type="description">The "classroomAppBlockRemoteScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.classroomAppForceUnpromptedScreenObservation">
            <summary>
                <para type="description">The "classroomAppForceUnpromptedScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.configurationProfileBlockChanges">
            <summary>
                <para type="description">The "configurationProfileBlockChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.definitionLookupBlocked">
            <summary>
                <para type="description">The "definitionLookupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceBlockEnableRestrictions">
            <summary>
                <para type="description">The "deviceBlockEnableRestrictions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceBlockEraseContentAndSettings">
            <summary>
                <para type="description">The "deviceBlockEraseContentAndSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceBlockNameModification">
            <summary>
                <para type="description">The "deviceBlockNameModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.diagnosticDataBlockSubmissionModification">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmissionModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.documentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
                <para type="description">The "documentsBlockManagedDocumentsInUnmanagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing managed documents in unmanaged apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.documentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
                <para type="description">The "documentsBlockUnmanagedDocumentsInManagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing unmanaged documents in managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseAppBlockTrust">
            <summary>
                <para type="description">The "enterpriseAppBlockTrust" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from trusting an enterprise app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.enterpriseAppBlockTrustModification">
            <summary>
                <para type="description">The "enterpriseAppBlockTrustModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from modifying the enterprise app trust settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.faceTimeBlocked">
            <summary>
                <para type="description">The "faceTimeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using FaceTime.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.findMyFriendsBlocked">
            <summary>
                <para type="description">The "findMyFriendsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Find My Friends when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.gamingBlockGameCenterFriends">
            <summary>
                <para type="description">The "gamingBlockGameCenterFriends" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from having friends in Game Center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.gamingBlockMultiplayer">
            <summary>
                <para type="description">The "gamingBlockMultiplayer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using multiplayer gaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.gameCenterBlocked">
            <summary>
                <para type="description">The "gameCenterBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Game Center when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.hostPairingBlocked">
            <summary>
                <para type="description">The "hostPairingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iBooksStoreBlocked">
            <summary>
                <para type="description">The "iBooksStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iBooksStoreBlockErotica">
            <summary>
                <para type="description">The "iBooksStoreBlockErotica" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockActivityContinuation">
            <summary>
                <para type="description">The "iCloudBlockActivityContinuation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockBackup">
            <summary>
                <para type="description">The "iCloudBlockBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockDocumentSync">
            <summary>
                <para type="description">The "iCloudBlockDocumentSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud document sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockManagedAppsSync">
            <summary>
                <para type="description">The "iCloudBlockManagedAppsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Managed Apps Cloud Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockPhotoLibrary">
            <summary>
                <para type="description">The "iCloudBlockPhotoLibrary" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Library.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockPhotoStreamSync">
            <summary>
                <para type="description">The "iCloudBlockPhotoStreamSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Stream Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudBlockSharedPhotoStream">
            <summary>
                <para type="description">The "iCloudBlockSharedPhotoStream" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Shared Photo Stream.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iCloudRequireEncryptedBackup">
            <summary>
                <para type="description">The "iCloudRequireEncryptedBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require backups to iCloud be encrypted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iTunesBlockExplicitContent">
            <summary>
                <para type="description">The "iTunesBlockExplicitContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iTunesBlockMusicService">
            <summary>
                <para type="description">The "iTunesBlockMusicService" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iTunesBlockRadio">
            <summary>
                <para type="description">The "iTunesBlockRadio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.keyboardBlockAutoCorrect">
            <summary>
                <para type="description">The "keyboardBlockAutoCorrect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.keyboardBlockDictation">
            <summary>
                <para type="description">The "keyboardBlockDictation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using dictation input when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.keyboardBlockPredictive">
            <summary>
                <para type="description">The "keyboardBlockPredictive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.keyboardBlockShortcuts">
            <summary>
                <para type="description">The "keyboardBlockShortcuts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.keyboardBlockSpellCheck">
            <summary>
                <para type="description">The "keyboardBlockSpellCheck" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowAssistiveSpeak">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveSpeak" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow assistive speak while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowAssistiveTouchSettings">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveTouchSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowAutoLock">
            <summary>
                <para type="description">The "kioskModeAllowAutoLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device auto lock while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowColorInversionSettings">
            <summary>
                <para type="description">The "kioskModeAllowColorInversionSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowRingerSwitch">
            <summary>
                <para type="description">The "kioskModeAllowRingerSwitch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the ringer switch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowScreenRotation">
            <summary>
                <para type="description">The "kioskModeAllowScreenRotation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen rotation while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowSleepButton">
            <summary>
                <para type="description">The "kioskModeAllowSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the sleep button while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowTouchscreen">
            <summary>
                <para type="description">The "kioskModeAllowTouchscreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the touchscreen while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowVoiceOverSettings">
            <summary>
                <para type="description">The "kioskModeAllowVoiceOverSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the voice over settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowVolumeButtons">
            <summary>
                <para type="description">The "kioskModeAllowVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the volume buttons while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAllowZoomSettings">
            <summary>
                <para type="description">The "kioskModeAllowZoomSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the zoom settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeAppStoreUrl">
            <summary>
                <para type="description">The "kioskModeAppStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeBuiltInAppId">
            <summary>
                <para type="description">The "kioskModeBuiltInAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeRequireAssistiveTouch">
            <summary>
                <para type="description">The "kioskModeRequireAssistiveTouch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require assistive touch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeRequireColorInversion">
            <summary>
                <para type="description">The "kioskModeRequireColorInversion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require color inversion while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeRequireMonoAudio">
            <summary>
                <para type="description">The "kioskModeRequireMonoAudio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require mono audio while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeRequireVoiceOver">
            <summary>
                <para type="description">The "kioskModeRequireVoiceOver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require voice over while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeRequireZoom">
            <summary>
                <para type="description">The "kioskModeRequireZoom" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require zoom while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeManagedAppId">
            <summary>
                <para type="description">The "kioskModeManagedAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockControlCenter">
            <summary>
                <para type="description">The "lockScreenBlockControlCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using control center on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockNotificationView">
            <summary>
                <para type="description">The "lockScreenBlockNotificationView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the notification view on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockPassbook">
            <summary>
                <para type="description">The "lockScreenBlockPassbook" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using passbook when the device is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.lockScreenBlockTodayView">
            <summary>
                <para type="description">The "lockScreenBlockTodayView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Today View on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingAustralia">
            <summary>
                <para type="description">The "mediaContentRatingAustralia" property, of type "microsoft.graph.mediaContentRatingAustralia".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Australia</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingCanada">
            <summary>
                <para type="description">The "mediaContentRatingCanada" property, of type "microsoft.graph.mediaContentRatingCanada".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Canada</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingFrance">
            <summary>
                <para type="description">The "mediaContentRatingFrance" property, of type "microsoft.graph.mediaContentRatingFrance".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for France</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingGermany">
            <summary>
                <para type="description">The "mediaContentRatingGermany" property, of type "microsoft.graph.mediaContentRatingGermany".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Germany</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingIreland">
            <summary>
                <para type="description">The "mediaContentRatingIreland" property, of type "microsoft.graph.mediaContentRatingIreland".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Ireland</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingJapan">
            <summary>
                <para type="description">The "mediaContentRatingJapan" property, of type "microsoft.graph.mediaContentRatingJapan".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Japan</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingNewZealand">
            <summary>
                <para type="description">The "mediaContentRatingNewZealand" property, of type "microsoft.graph.mediaContentRatingNewZealand".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for New Zealand</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingUnitedKingdom">
            <summary>
                <para type="description">The "mediaContentRatingUnitedKingdom" property, of type "microsoft.graph.mediaContentRatingUnitedKingdom".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United Kingdom</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingUnitedStates">
            <summary>
                <para type="description">The "mediaContentRatingUnitedStates" property, of type "microsoft.graph.mediaContentRatingUnitedStates".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United States</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.networkUsageRules">
            <summary>
                <para type="description">The "networkUsageRules" property, of type "microsoft.graph.iosNetworkUsageRule".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.mediaContentRatingApps">
            <summary>
                <para type="description">The "mediaContentRatingApps" property, of type "microsoft.graph.ratingAppsType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Apps</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove4', 'agesAbove9', 'agesAbove12', 'agesAbove17'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.messagesBlocked">
            <summary>
                <para type="description">The "messagesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Messages app on the supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.notificationsBlockSettingsModification">
            <summary>
                <para type="description">The "notificationsBlockSettingsModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passcodeBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeBlockFingerprintModification">
            <summary>
                <para type="description">The "passcodeBlockFingerprintModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Block modification of registered Touch ID fingerprints when in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeBlockModification">
            <summary>
                <para type="description">The "passcodeBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of character sets a passcode must contain. Valid values 0 to 4</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeSignInFailureCountBeforeWipe">
            <summary>
                <para type="description">The "passcodeSignInFailureCountBeforeWipe" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before wiping the device. Valid values 4 to 11</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of passcode that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.podcastsBlocked">
            <summary>
                <para type="description">The "podcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariBlockAutofill">
            <summary>
                <para type="description">The "safariBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Auto fill in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariBlockJavaScript">
            <summary>
                <para type="description">The "safariBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariBlockPopups">
            <summary>
                <para type="description">The "safariBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariBlocked">
            <summary>
                <para type="description">The "safariBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariCookieSettings">
            <summary>
                <para type="description">The "safariCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings for Safari.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariManagedDomains">
            <summary>
                <para type="description">The "safariManagedDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URLs matching the patterns listed here will be considered managed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariPasswordAutoFillDomains">
            <summary>
                <para type="description">The "safariPasswordAutoFillDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.safariRequireFraudWarning">
            <summary>
                <para type="description">The "safariRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.siriBlocked">
            <summary>
                <para type="description">The "siriBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.siriBlockedWhenLocked">
            <summary>
                <para type="description">The "siriBlockedWhenLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri when locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.siriBlockUserGeneratedContent">
            <summary>
                <para type="description">The "siriBlockUserGeneratedContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.siriRequireProfanityFilter">
            <summary>
                <para type="description">The "siriRequireProfanityFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.spotlightBlockInternetResults">
            <summary>
                <para type="description">The "spotlightBlockInternetResults" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Spotlight search from returning internet results on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.voiceDialingBlocked">
            <summary>
                <para type="description">The "voiceDialingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice dialing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wallpaperBlockModification">
            <summary>
                <para type="description">The "wallpaperBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.wiFiConnectOnlyToConfiguredNetworks">
            <summary>
                <para type="description">The "wiFiConnectOnlyToConfiguredNetworks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.iosCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.androidWorkProfileGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passwordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.passwordBlockTrustAgents">
            <summary>
                <para type="description">The "passwordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileDataSharingType">
            <summary>
                <para type="description">The "workProfileDataSharingType" property, of type "microsoft.graph.androidWorkProfileCrossProfileDataSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of data sharing that is allowed.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'preventAny', 'allowPersonalToWork', 'noRestrictions'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockNotificationsWhileDeviceLocked">
            <summary>
                <para type="description">The "workProfileBlockNotificationsWhileDeviceLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block notifications while device locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockAddingAccounts">
            <summary>
                <para type="description">The "workProfileBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block users from adding/removing accounts in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBluetoothEnableContactSharing">
            <summary>
                <para type="description">The "workProfileBluetoothEnableContactSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Allow bluetooth devices to access enterprise contacts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockScreenCapture">
            <summary>
                <para type="description">The "workProfileBlockScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block screen capture in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockCrossProfileCallerId">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCallerId" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block display work profile caller ID in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockCamera">
            <summary>
                <para type="description">The "workProfileBlockCamera" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockCrossProfileContactsSearch">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileContactsSearch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile contacts availability in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileBlockCrossProfileCopyPaste">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Boolean that indicates if the setting disallow cross profile copy/paste is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileDefaultAppPermissionPolicy">
            <summary>
                <para type="description">The "workProfileDefaultAppPermissionPolicy" property, of type "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'prompt', 'autoGrant', 'autoDeny'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "workProfilePasswordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordBlockTrustAgents">
            <summary>
                <para type="description">The "workProfilePasswordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordExpirationDays">
            <summary>
                <para type="description">The "workProfilePasswordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the work profile password expires. Valid values 1 to 365</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinimumLength">
            <summary>
                <para type="description">The "workProfilePasswordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of work profile password. Valid values 4 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinNumericCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNumericCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of numeric characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinNonLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNonLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of non-letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinLowerCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLowerCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of lower-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinUpperCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinUpperCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of upper-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinSymbolCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinSymbolCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of symbols required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "workProfilePasswordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous work profile passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "workProfilePasswordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfilePasswordRequiredType">
            <summary>
                <para type="description">The "workProfilePasswordRequiredType" property, of type "microsoft.graph.androidWorkProfileRequiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of work profile password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'lowSecurityBiometric', 'required', 'atLeastNumeric', 'numericComplex', 'atLeastAlphabetic', 'atLeastAlphanumeric', 'alphanumericWithSymbols'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.workProfileRequirePassword">
            <summary>
                <para type="description">The "workProfileRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Password is required or not for work profile</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.androidWorkProfileCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.androidGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsBlockClipboardSharing">
            <summary>
                <para type="description">The "appsBlockClipboardSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block clipboard sharing to copy and paste between applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsBlockYouTube">
            <summary>
                <para type="description">The "appsBlockYouTube" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the YouTube app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.cellularBlockMessaging">
            <summary>
                <para type="description">The "cellularBlockMessaging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block SMS/MMS messaging.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.googleAccountBlockAutoSync">
            <summary>
                <para type="description">The "googleAccountBlockAutoSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google account auto sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.googlePlayStoreBlocked">
            <summary>
                <para type="description">The "googlePlayStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Google Play store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeBlockSleepButton">
            <summary>
                <para type="description">The "kioskModeBlockSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the screen sleep button while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeBlockVolumeButtons">
            <summary>
                <para type="description">The "kioskModeBlockVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the volume buttons while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.kioskModeApps">
            <summary>
                <para type="description">The "kioskModeApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.powerOffBlocked">
            <summary>
                <para type="description">The "powerOffBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block powering off the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.factoryResetBlocked">
            <summary>
                <para type="description">The "factoryResetBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user performing a factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.deviceSharingAllowed">
            <summary>
                <para type="description">The "deviceSharingAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device sharing mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageBlockGoogleBackup">
            <summary>
                <para type="description">The "storageBlockGoogleBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google Backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.storageRequireRemovableStorageEncryption">
            <summary>
                <para type="description">The "storageRequireRemovableStorageEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require removable storage encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.voiceAssistantBlocked">
            <summary>
                <para type="description">The "voiceAssistantBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the use of the Voice Assistant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webBrowserBlockPopups">
            <summary>
                <para type="description">The "webBrowserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webBrowserBlockAutofill">
            <summary>
                <para type="description">The "webBrowserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser's auto fill feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webBrowserBlockJavaScript">
            <summary>
                <para type="description">The "webBrowserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.webBrowserCookieSettings">
            <summary>
                <para type="description">The "webBrowserCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings within the web browser.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsInstallAllowList">
            <summary>
                <para type="description">The "appsInstallAllowList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsLaunchBlockList">
            <summary>
                <para type="description">The "appsLaunchBlockList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.appsHideList">
            <summary>
                <para type="description">The "appsHideList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationObject.androidCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationSettingState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationSettingState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">The setting that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Localized/user friendly setting name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.instanceDisplayName">
            <summary>
                <para type="description">The "instanceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Name of setting instance that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Error code for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.errorDescription">
            <summary>
                <para type="description">The "errorDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Error description</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">UserId</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">UserName</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">UserEmail</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.sources">
            <summary>
                <para type="description">The "sources" property, of type "microsoft.graph.settingSource".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Contributing policies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationSettingStateObject.currentValue">
            <summary>
                <para type="description">The "currentValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationSettingState" type.</para>
                <para type="description">Current value of setting on device</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationState" (or one of its derived types).</para>
                <para type="description">Device Configuration State for a given device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceConfigurationSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationStateObject.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationUserOverview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationUserOverview" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserOverviewObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceConfigurationUserStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceConfigurationUserStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceConfigurationUserStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceDetail" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceDetail" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.browser">
            <summary>
                <para type="description">The "browser" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceDetailObject.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceDetail" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.deviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinMaximumLength">
            <summary>
                <para type="description">The "pinMaximumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinUppercaseCharactersUsage">
            <summary>
                <para type="description">The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinLowercaseCharactersUsage">
            <summary>
                <para type="description">The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinSpecialCharactersUsage">
            <summary>
                <para type="description">The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.securityDeviceRequired">
            <summary>
                <para type="description">The "securityDeviceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.unlockWithBiometricsEnabled">
            <summary>
                <para type="description">The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.remotePassportEnabled">
            <summary>
                <para type="description">The "remotePassportEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinPreviousBlockCount">
            <summary>
                <para type="description">The "pinPreviousBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.pinExpirationInDays">
            <summary>
                <para type="description">The "pinExpirationInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.enhancedBiometricsState">
            <summary>
                <para type="description">The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.deviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.iosRestriction">
            <summary>
                <para type="description">The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.windowsRestriction">
            <summary>
                <para type="description">The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.windowsMobileRestriction">
            <summary>
                <para type="description">The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.androidRestriction">
            <summary>
                <para type="description">The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.macOSRestriction">
            <summary>
                <para type="description">The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.deviceEnrollmentLimitConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentConfigurationObject.limit">
            <summary>
                <para type="description">The "limit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentPlatformRestrictionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceEnrollmentPlatformRestriction" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceEnrollmentPlatformRestriction" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentPlatformRestrictionObject.platformBlocked">
            <summary>
                <para type="description">The "platformBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestriction" type.</para>
                <para type="description">Block the platform from enrolling</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentPlatformRestrictionObject.personalDeviceEnrollmentBlocked">
            <summary>
                <para type="description">The "personalDeviceEnrollmentBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestriction" type.</para>
                <para type="description">Block personally owned devices from enrolling</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentPlatformRestrictionObject.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestriction" type.</para>
                <para type="description">Min OS version supported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceEnrollmentPlatformRestrictionObject.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestriction" type.</para>
                <para type="description">Max OS version supported</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceExchangeAccessStateSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceExchangeAccessStateSummary" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject.allowedDeviceCount">
            <summary>
                <para type="description">The "allowedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceExchangeAccessStateSummary" type.</para>
                <para type="description">Total count of devices with Exchange Access State: Allowed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject.blockedDeviceCount">
            <summary>
                <para type="description">The "blockedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceExchangeAccessStateSummary" type.</para>
                <para type="description">Total count of devices with Exchange Access State: Blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject.quarantinedDeviceCount">
            <summary>
                <para type="description">The "quarantinedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceExchangeAccessStateSummary" type.</para>
                <para type="description">Total count of devices with Exchange Access State: Quarantined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceExchangeAccessStateSummary" type.</para>
                <para type="description">Total count of devices with Exchange Access State: Unknown.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceExchangeAccessStateSummaryObject.unavailableDeviceCount">
            <summary>
                <para type="description">The "unavailableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceExchangeAccessStateSummary" type.</para>
                <para type="description">Total count of devices for which no Exchange Access State could be found.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceGeoLocation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceGeoLocation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.lastCollectedDateTime">
            <summary>
                <para type="description">The "lastCollectedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Time at which location was recorded, relative to UTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.longitude">
            <summary>
                <para type="description">The "longitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Longitude coordinate of the device's location</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.latitude">
            <summary>
                <para type="description">The "latitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Latitude coordinate of the device's location</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.altitude">
            <summary>
                <para type="description">The "altitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Altitude, given in meters above sea level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.horizontalAccuracy">
            <summary>
                <para type="description">The "horizontalAccuracy" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Accuracy of longitude and latitude in meters</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.verticalAccuracy">
            <summary>
                <para type="description">The "verticalAccuracy" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Accuracy of altitude in meters</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.heading">
            <summary>
                <para type="description">The "heading" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Heading in degrees from true north</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceGeoLocationObject.speed">
            <summary>
                <para type="description">The "speed" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.deviceGeoLocation" type.</para>
                <para type="description">Speed the device is traveling in meters per second</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceHealthAttestationState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceHealthAttestationState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The Timestamp of the last update.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.contentNamespaceUrl">
            <summary>
                <para type="description">The "contentNamespaceUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The DHA report version. (Namespace version)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.deviceHealthAttestationStatus">
            <summary>
                <para type="description">The "deviceHealthAttestationStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The DHA report version. (Namespace version)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.contentVersion">
            <summary>
                <para type="description">The "contentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The HealthAttestation state schema version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.issuedDateTime">
            <summary>
                <para type="description">The "issuedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The DateTime when device was evaluated or issued to MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.attestationIdentityKey">
            <summary>
                <para type="description">The "attestationIdentityKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.resetCount">
            <summary>
                <para type="description">The "resetCount" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The number of times a PC device has hibernated or resumed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.restartCount">
            <summary>
                <para type="description">The "restartCount" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The number of times a PC device has rebooted</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.dataExcutionPolicy">
            <summary>
                <para type="description">The "dataExcutionPolicy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">DEP Policy defines a set of hardware and software technologies that perform additional checks on memory </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bitLockerStatus">
            <summary>
                <para type="description">The "bitLockerStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">On or Off of BitLocker Drive Encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bootManagerVersion">
            <summary>
                <para type="description">The "bootManagerVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The version of the Boot Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.codeIntegrityCheckVersion">
            <summary>
                <para type="description">The "codeIntegrityCheckVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The version of the Boot Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.secureBoot">
            <summary>
                <para type="description">The "secureBoot" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">When Secure Boot is enabled, the core components must have the correct cryptographic signatures</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bootDebugging">
            <summary>
                <para type="description">The "bootDebugging" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">When bootDebugging is enabled, the device is used in development and testing</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.operatingSystemKernelDebugging">
            <summary>
                <para type="description">The "operatingSystemKernelDebugging" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">When operatingSystemKernelDebugging is enabled, the device is used in development and testing</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.codeIntegrity">
            <summary>
                <para type="description">The "codeIntegrity" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description"> When code integrity is enabled, code execution is restricted to integrity verified code</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.testSigning">
            <summary>
                <para type="description">The "testSigning" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">When test signing is allowed, the device does not enforce signature validation during boot</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.safeMode">
            <summary>
                <para type="description">The "safeMode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">Safe mode is a troubleshooting option for Windows that starts your computer in a limited state</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.windowsPE">
            <summary>
                <para type="description">The "windowsPE" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">Operating system running with limited services that is used to prepare a computer for Windows</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.earlyLaunchAntiMalwareDriverProtection">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverProtection" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">ELAM provides protection for the computers in your network when they start up</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.virtualSecureMode">
            <summary>
                <para type="description">The "virtualSecureMode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">VSM is a container that protects high value assets from a compromised kernel</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.pcrHashAlgorithm">
            <summary>
                <para type="description">The "pcrHashAlgorithm" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">Informational attribute that identifies the HASH algorithm that was used by TPM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bootAppSecurityVersion">
            <summary>
                <para type="description">The "bootAppSecurityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The security version number of the Boot Application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bootManagerSecurityVersion">
            <summary>
                <para type="description">The "bootManagerSecurityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The security version number of the Boot Application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.tpmVersion">
            <summary>
                <para type="description">The "tpmVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The security version number of the Boot Application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.pcr0">
            <summary>
                <para type="description">The "pcr0" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The measurement that is captured in PCR[0]</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.secureBootConfigurationPolicyFingerPrint">
            <summary>
                <para type="description">The "secureBootConfigurationPolicyFingerPrint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">Fingerprint of the Custom Secure Boot Configuration Policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.codeIntegrityPolicy">
            <summary>
                <para type="description">The "codeIntegrityPolicy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The Code Integrity policy that is controlling the security of the boot environment</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.bootRevisionListInfo">
            <summary>
                <para type="description">The "bootRevisionListInfo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The Boot Revision List that was loaded during initial boot on the attested device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.operatingSystemRevListInfo">
            <summary>
                <para type="description">The "operatingSystemRevListInfo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">The Operating System Revision List that was loaded during initial boot on the attested device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.healthStatusMismatchInfo">
            <summary>
                <para type="description">The "healthStatusMismatchInfo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">This attribute appears if DHA-Service detects an integrity issue</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceHealthAttestationStateObject.healthAttestationSupportedStatus">
            <summary>
                <para type="description">The "healthAttestationSupportedStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceHealthAttestationState" type.</para>
                <para type="description">This attribute indicates if DHA is supported for the device</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceInstallState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceInstallState" (or one of its derived types).</para>
                <para type="description">Contains properties for the installation state for a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceInstallStateObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceManagementExchangeConnector" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceManagementExchangeConnector" (or one of its derived types).</para>
                <para type="description">Entity which represents a connection to an Exchange environment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Last sync time for the Exchange Connector</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.deviceManagementExchangeConnectorStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Connector Status</para>
                <para type="description">
                     Valid values: 'none', 'connectionPending', 'connected', 'disconnected'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.primarySmtpAddress">
            <summary>
                <para type="description">The "primarySmtpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Email address used to configure the Service To Service Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.serverName">
            <summary>
                <para type="description">The "serverName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the Exchange server.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.connectorServerName">
            <summary>
                <para type="description">The "connectorServerName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the server hosting the Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.exchangeConnectorType">
            <summary>
                <para type="description">The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The type of Exchange Connector Configured.</para>
                <para type="description">
                     Valid values: 'onPremises', 'hosted', 'serviceToService', 'dedicated'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The version of the ExchangeConnectorAgent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.exchangeAlias">
            <summary>
                <para type="description">The "exchangeAlias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">An alias assigned to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementExchangeConnectorObject.exchangeOrganization">
            <summary>
                <para type="description">The "exchangeOrganization" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Organization to the Exchange server</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceManagement" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceManagement" (or one of its derived types).</para>
                <para type="description">Singleton entity that acts as a container for all device management functionality.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.subscriptionState">
            <summary>
                <para type="description">The "subscriptionState" property, of type "microsoft.graph.deviceManagementSubscriptionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Tenant mobile device management subscription state.</para>
                <para type="description">
                     Valid values: 'pending', 'active', 'warning', 'disabled', 'deleted', 'blocked', 'lockedOut'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.deviceManagementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Account level settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.intuneBrand">
            <summary>
                <para type="description">The "intuneBrand" property, of type "microsoft.graph.intuneBrand".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.applePushNotificationCertificate">
            <summary>
                <para type="description">The "applePushNotificationCertificate" property, of type "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.managedDeviceOverview">
            <summary>
                <para type="description">The "managedDeviceOverview" property, of type "microsoft.graph.managedDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Device overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.detectedApps">
            <summary>
                <para type="description">The "detectedApps" property, of type "microsoft.graph.detectedApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of detected apps associated with a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of managed devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceConfigurations">
            <summary>
                <para type="description">The "deviceConfigurations" property, of type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceCompliancePolicies">
            <summary>
                <para type="description">The "deviceCompliancePolicies" property, of type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.softwareUpdateStatusSummary">
            <summary>
                <para type="description">The "softwareUpdateStatusSummary" property, of type "microsoft.graph.softwareUpdateStatusSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The software update status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="description">The "deviceCompliancePolicyDeviceStateSummary" property, of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="description">The "deviceCompliancePolicySettingStateSummaries" property, of type "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="description">The "deviceConfigurationDeviceStateSummaries" property, of type "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configuration device state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.iosUpdateStatuses">
            <summary>
                <para type="description">The "iosUpdateStatuses" property, of type "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceCategories">
            <summary>
                <para type="description">The "deviceCategories" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device categories with the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.exchangeConnectors">
            <summary>
                <para type="description">The "exchangeConnectors" property, of type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceEnrollmentConfigurations">
            <summary>
                <para type="description">The "deviceEnrollmentConfigurations" property, of type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device enrollment configurations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.conditionalAccessSettings">
            <summary>
                <para type="description">The "conditionalAccessSettings" property, of type "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.mobileThreatDefenseConnectors">
            <summary>
                <para type="description">The "mobileThreatDefenseConnectors" property, of type "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.deviceManagementPartners">
            <summary>
                <para type="description">The "deviceManagementPartners" property, of type "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.notificationMessageTemplates">
            <summary>
                <para type="description">The "notificationMessageTemplates" property, of type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Notification Message Templates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.roleDefinitions">
            <summary>
                <para type="description">The "roleDefinitions" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Definitions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.deviceAndAppManagementRoleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Assignments.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.resourceOperations">
            <summary>
                <para type="description">The "resourceOperations" property, of type "microsoft.graph.resourceOperation".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Resource Operations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.telecomExpenseManagementPartners">
            <summary>
                <para type="description">The "telecomExpenseManagementPartners" property, of type "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The telecom expense management partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.remoteAssistancePartners">
            <summary>
                <para type="description">The "remoteAssistancePartners" property, of type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The remote assist partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.windowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionAppLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection app learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.windowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionNetworkLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection network learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementObject.troubleshootingEvents">
            <summary>
                <para type="description">The "troubleshootingEvents" property, of type "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceManagementPartner" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceManagementPartner" (or one of its derived types).</para>
                <para type="description">Entity which represents a connection to device management partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Timestamp of last heartbeat after admin enabled option Connect to Device management Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.deviceManagementPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner state of this tenant</para>
                <para type="description">
                     Valid values: 'unknown', 'unavailable', 'enabled', 'terminated', 'rejected', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.partnerAppType">
            <summary>
                <para type="description">The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner App type</para>
                <para type="description">
                     Valid values: 'unknown', 'singleTenantApp', 'multiTenantApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.singleTenantAppId">
            <summary>
                <para type="description">The "singleTenantAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner Single tenant App id</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.isConfigured">
            <summary>
                <para type="description">The "isConfigured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Whether device management partner is configured or not</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.whenPartnerDevicesWillBeRemovedDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeRemovedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be removed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementPartnerObject.whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be marked as NonCompliant</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceManagementSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceManagementSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementSettingsObject.deviceComplianceCheckinThresholdDays">
            <summary>
                <para type="description">The "deviceComplianceCheckinThresholdDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementSettings" type.</para>
                <para type="description">The number of days a device is allowed to go without checking in to remain compliant. Valid values 0 to 120</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementSettingsObject.isScheduledActionEnabled">
            <summary>
                <para type="description">The "isScheduledActionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementSettings" type.</para>
                <para type="description">Is feature enabled or not for scheduled action for rule.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementSettingsObject.secureByDefault">
            <summary>
                <para type="description">The "secureByDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementSettings" type.</para>
                <para type="description">Device should be noncompliant when there is no compliance policy targeted when this is true</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceManagementTroubleshootingEvent" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceManagementTroubleshootingEvent" (or one of its derived types).</para>
                <para type="description">Event representing an general failure.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.deviceManagementTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Time when the event occurred .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Id used for tracing the failure in the service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.enrollmentTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.managedDeviceIdentifier">
            <summary>
                <para type="description">The "managedDeviceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Device identifier created or collected by Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Operating System.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Identifier for the user that tried to enroll the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Azure AD device identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.enrollmentType">
            <summary>
                <para type="description">The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Type of the enrollment.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.failureCategory">
            <summary>
                <para type="description">The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Highlevel failure category.</para>
                <para type="description">
                     Valid values: 'unknown', 'authentication', 'authorization', 'accountValidation', 'userValidation', 'deviceNotSupported', 'inMaintenance', 'badRequest', 'featureNotSupported', 'enrollmentRestrictionsEnforced', 'clientDisconnected', 'userAbandonment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagementTroubleshootingEventObject.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Detailed failure reason.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.deviceOperatingSystemSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.deviceOperatingSystemSummary" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.androidCount">
            <summary>
                <para type="description">The "androidCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of android device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.iosCount">
            <summary>
                <para type="description">The "iosCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of iOS device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.macOSCount">
            <summary>
                <para type="description">The "macOSCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of Mac OS X device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.windowsMobileCount">
            <summary>
                <para type="description">The "windowsMobileCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of Windows mobile device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.windowsCount">
            <summary>
                <para type="description">The "windowsCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of Windows device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceOperatingSystemSummaryObject.unknownCount">
            <summary>
                <para type="description">The "unknownCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceOperatingSystemSummary" type.</para>
                <para type="description">Number of unknown device count.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DiagnosticObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.diagnostic" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.diagnostic" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DiagnosticObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.diagnostic" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DiagnosticObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.diagnostic" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.directoryAudit" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.directoryAudit" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.category">
            <summary>
                <para type="description">The "category" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.result">
            <summary>
                <para type="description">The "result" property, of type "microsoft.graph.operationResult".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
                <para type="description">
                     Valid values: 'success', 'failure', 'timeout', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.resultReason">
            <summary>
                <para type="description">The "resultReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.activityDisplayName">
            <summary>
                <para type="description">The "activityDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.activityDateTime">
            <summary>
                <para type="description">The "activityDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.loggedByService">
            <summary>
                <para type="description">The "loggedByService" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.operationType">
            <summary>
                <para type="description">The "operationType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.initiatedBy">
            <summary>
                <para type="description">The "initiatedBy" property, of type "microsoft.graph.auditActivityInitiator".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.targetResources">
            <summary>
                <para type="description">The "targetResources" property, of type "microsoft.graph.targetResource".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryAuditObject.additionalDetails">
            <summary>
                <para type="description">The "additionalDetails" property, of type "microsoft.graph.keyValue".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.directory" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.directory" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObject.deletedItems">
            <summary>
                <para type="description">The "deletedItems" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.directory" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.directoryObject" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.directoryObject" (or one of its derived types).</para>
                <para type="description">Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.directoryObject">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.administrativeUnit">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.administrativeUnit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.groupSettingTemplate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.user">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.organization">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
                <para type="description">
                     Valid values: 'unknown', 'intune', 'sccm', 'office365'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.contract">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.group">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.directoryRoleTemplate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryRoleTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.directoryRole">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.directoryObjectPartnerReference">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.device">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DirectoryObjectObject.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.domainDnsRecord" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.isOptional">
            <summary>
                <para type="description">The "isOptional" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.label">
            <summary>
                <para type="description">The "label" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.recordType">
            <summary>
                <para type="description">The "recordType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.supportedService">
            <summary>
                <para type="description">The "supportedService" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.ttl">
            <summary>
                <para type="description">The "ttl" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsUnavailableRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsUnavailableRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsUnavailableRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsTxtRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsTxtRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.text">
            <summary>
                <para type="description">The "text" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsTxtRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsSrvRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.nameTarget">
            <summary>
                <para type="description">The "nameTarget" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.port">
            <summary>
                <para type="description">The "port" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.protocol">
            <summary>
                <para type="description">The "protocol" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.service">
            <summary>
                <para type="description">The "service" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.weight">
            <summary>
                <para type="description">The "weight" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsMxRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.mailExchange">
            <summary>
                <para type="description">The "mailExchange" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.preference">
            <summary>
                <para type="description">The "preference" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.domainDnsCnameRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsCnameRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainDnsRecordObject.canonicalName">
            <summary>
                <para type="description">The "canonicalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsCnameRecord" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.domain" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.domain" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.authenticationType">
            <summary>
                <para type="description">The "authenticationType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.availabilityStatus">
            <summary>
                <para type="description">The "availabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.isAdminManaged">
            <summary>
                <para type="description">The "isAdminManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.isInitial">
            <summary>
                <para type="description">The "isInitial" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.isRoot">
            <summary>
                <para type="description">The "isRoot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.isVerified">
            <summary>
                <para type="description">The "isVerified" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.passwordNotificationWindowInDays">
            <summary>
                <para type="description">The "passwordNotificationWindowInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.passwordValidityPeriodInDays">
            <summary>
                <para type="description">The "passwordValidityPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.supportedServices">
            <summary>
                <para type="description">The "supportedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.domainState".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.serviceConfigurationRecords">
            <summary>
                <para type="description">The "serviceConfigurationRecords" property, of type "microsoft.graph.domainDnsRecord".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.verificationDnsRecords">
            <summary>
                <para type="description">The "verificationDnsRecords" property, of type "microsoft.graph.domainDnsRecord".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainObject.domainNameReferences">
            <summary>
                <para type="description">The "domainNameReferences" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.domainState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.domainState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainStateObject.status">
            <summary>
                <para type="description">The "status" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainStateObject.operation">
            <summary>
                <para type="description">The "operation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DomainStateObject.lastActionDateTime">
            <summary>
                <para type="description">The "lastActionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.domainState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveItemUploadablePropertiesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.driveItemUploadableProperties" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.driveItemUploadableProperties" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveItemUploadablePropertiesObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItemUploadableProperties" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveItemUploadablePropertiesObject.fileSystemInfo">
            <summary>
                <para type="description">The "fileSystemInfo" property, of type "microsoft.graph.fileSystemInfo".</para>
                <para type="description">This property is on the "microsoft.graph.driveItemUploadableProperties" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveItemUploadablePropertiesObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItemUploadableProperties" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveRecipientObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.driveRecipient" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.driveRecipient" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveRecipientObject.alias">
            <summary>
                <para type="description">The "alias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveRecipient" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveRecipientObject.email">
            <summary>
                <para type="description">The "email" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveRecipient" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DriveRecipientObject.objectId">
            <summary>
                <para type="description">The "objectId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveRecipient" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.eBookInstallSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.eBookInstallSummary" (or one of its derived types).</para>
                <para type="description">Contains properties for the installation summary of a book for a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have successfully installed this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that does not have this book installed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.installedUserCount">
            <summary>
                <para type="description">The "installedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users whose devices have all succeeded to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.failedUserCount">
            <summary>
                <para type="description">The "failedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that have 1 or more device that failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EBookInstallSummaryObject.notInstalledUserCount">
            <summary>
                <para type="description">The "notInstalledUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that did not install this book.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EdgeSearchEngineBaseObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.edgeSearchEngineBase" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.edgeSearchEngineBase" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EdgeSearchEngineBaseObject.edgeSearchEngine">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.edgeSearchEngine" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EdgeSearchEngineBaseObject.edgeSearchEngineType">
            <summary>
                <para type="description">The "edgeSearchEngineType" property, of type "microsoft.graph.edgeSearchEngineType".</para>
                <para type="description">This property is on the "microsoft.graph.edgeSearchEngine" type.</para>
                <para type="description">Allows IT admins to set a predefined default search engine for MDM-Controlled devices.</para>
                <para type="description">
                     Valid values: 'default', 'bing'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EdgeSearchEngineBaseObject.edgeSearchEngineCustom">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.edgeSearchEngineCustom" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EdgeSearchEngineBaseObject.edgeSearchEngineOpenSearchXmlUrl">
            <summary>
                <para type="description">The "edgeSearchEngineOpenSearchXmlUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.edgeSearchEngineCustom" type.</para>
                <para type="description">Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationClass" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationClass" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.classCode">
            <summary>
                <para type="description">The "classCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.externalName">
            <summary>
                <para type="description">The "externalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.externalSource">
            <summary>
                <para type="description">The "externalSource" property, of type "microsoft.graph.educationExternalSource".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
                <para type="description">
                     Valid values: 'sis', 'manual', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.term">
            <summary>
                <para type="description">The "term" property, of type "microsoft.graph.educationTerm".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.schools">
            <summary>
                <para type="description">The "schools" property, of type "microsoft.graph.educationSchool".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.teachers">
            <summary>
                <para type="description">The "teachers" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationClassObject.group">
            <summary>
                <para type="description">The "group" property, of type "microsoft.graph.group".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationOrganization" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationOrganization" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationOrganization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationOrganization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.externalSource">
            <summary>
                <para type="description">The "externalSource" property, of type "microsoft.graph.educationExternalSource".</para>
                <para type="description">This property is on the "microsoft.graph.educationOrganization" type.</para>
                <para type="description">
                     Valid values: 'sis', 'manual', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.educationSchool">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.principalEmail">
            <summary>
                <para type="description">The "principalEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.principalName">
            <summary>
                <para type="description">The "principalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.externalPrincipalId">
            <summary>
                <para type="description">The "externalPrincipalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.lowestGrade">
            <summary>
                <para type="description">The "lowestGrade" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.highestGrade">
            <summary>
                <para type="description">The "highestGrade" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.schoolNumber">
            <summary>
                <para type="description">The "schoolNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.phone">
            <summary>
                <para type="description">The "phone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.fax">
            <summary>
                <para type="description">The "fax" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.address">
            <summary>
                <para type="description">The "address" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.classes">
            <summary>
                <para type="description">The "classes" property, of type "microsoft.graph.educationClass".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationOrganizationObject.users">
            <summary>
                <para type="description">The "users" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationRootObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationRoot" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationRoot" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationRootObject.classes">
            <summary>
                <para type="description">The "classes" property, of type "microsoft.graph.educationClass".</para>
                <para type="description">This property is on the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationRootObject.schools">
            <summary>
                <para type="description">The "schools" property, of type "microsoft.graph.educationSchool".</para>
                <para type="description">This property is on the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationRootObject.users">
            <summary>
                <para type="description">The "users" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationRootObject.me">
            <summary>
                <para type="description">The "me" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationStudent" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationStudent" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.graduationYear">
            <summary>
                <para type="description">The "graduationYear" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.grade">
            <summary>
                <para type="description">The "grade" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.birthDate">
            <summary>
                <para type="description">The "birthDate" property, of type "Edm.Date".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.gender">
            <summary>
                <para type="description">The "gender" property, of type "microsoft.graph.educationGender".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
                <para type="description">
                     Valid values: 'female', 'male', 'other', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.studentNumber">
            <summary>
                <para type="description">The "studentNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationStudentObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationStudent" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTeacherObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationTeacher" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationTeacher" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTeacherObject.teacherNumber">
            <summary>
                <para type="description">The "teacherNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationTeacher" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTeacherObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationTeacher" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTermObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationTerm" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationTerm" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTermObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationTerm" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTermObject.startDate">
            <summary>
                <para type="description">The "startDate" property, of type "Edm.Date".</para>
                <para type="description">This property is on the "microsoft.graph.educationTerm" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTermObject.endDate">
            <summary>
                <para type="description">The "endDate" property, of type "Edm.Date".</para>
                <para type="description">This property is on the "microsoft.graph.educationTerm" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationTermObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationTerm" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.educationUser" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.educationUser" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.primaryRole">
            <summary>
                <para type="description">The "primaryRole" property, of type "microsoft.graph.educationUserRole".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
                <para type="description">
                     Valid values: 'student', 'teacher', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.middleName">
            <summary>
                <para type="description">The "middleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.externalSource">
            <summary>
                <para type="description">The "externalSource" property, of type "microsoft.graph.educationExternalSource".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
                <para type="description">
                     Valid values: 'sis', 'manual', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.residenceAddress">
            <summary>
                <para type="description">The "residenceAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.mailingAddress">
            <summary>
                <para type="description">The "mailingAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.student">
            <summary>
                <para type="description">The "student" property, of type "microsoft.graph.educationStudent".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.teacher">
            <summary>
                <para type="description">The "teacher" property, of type "microsoft.graph.educationTeacher".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.refreshTokensValidFromDateTime">
            <summary>
                <para type="description">The "refreshTokensValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.schools">
            <summary>
                <para type="description">The "schools" property, of type "microsoft.graph.educationSchool".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.classes">
            <summary>
                <para type="description">The "classes" property, of type "microsoft.graph.educationClass".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EducationUserObject.user">
            <summary>
                <para type="description">The "user" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EmailAddressObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.emailAddress" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.emailAddress" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EmailAddressObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.emailAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EmailAddressObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.emailAddress" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EnrollmentConfigurationAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.enrollmentConfigurationAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.enrollmentConfigurationAssignment" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EnrollmentConfigurationAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.entity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.entity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.auditLogRoot">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.signIns">
            <summary>
                <para type="description">The "signIns" property, of type "microsoft.graph.signIn".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryAudits">
            <summary>
                <para type="description">The "directoryAudits" property, of type "microsoft.graph.directoryAudit".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.restrictedSignIns">
            <summary>
                <para type="description">The "restrictedSignIns" property, of type "microsoft.graph.restrictedSignIn".</para>
                <para type="description">This property is on the "microsoft.graph.auditLogRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.signIn">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appId">
            <summary>
                <para type="description">The "appId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appDisplayName">
            <summary>
                <para type="description">The "appDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ipAddress">
            <summary>
                <para type="description">The "ipAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.signInStatus".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.clientAppUsed">
            <summary>
                <para type="description">The "clientAppUsed" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceDetail">
            <summary>
                <para type="description">The "deviceDetail" property, of type "microsoft.graph.deviceDetail".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.location">
            <summary>
                <para type="description">The "location" property, of type "microsoft.graph.signInLocation".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conditionalAccessStatus">
            <summary>
                <para type="description">The "conditionalAccessStatus" property, of type "microsoft.graph.conditionalAccessStatus".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'success', 'failure', 'notApplied', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appliedConditionalAccessPolicies">
            <summary>
                <para type="description">The "appliedConditionalAccessPolicies" property, of type "microsoft.graph.appliedConditionalAccessPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isInteractive">
            <summary>
                <para type="description">The "isInteractive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.riskDetail">
            <summary>
                <para type="description">The "riskDetail" property, of type "microsoft.graph.riskDetail".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'none', 'adminGeneratedTemporaryPassword', 'userPerformedSecuredPasswordChange', 'userPerformedSecuredPasswordReset', 'adminConfirmedSigninSafe', 'aiConfirmedSigninSafe', 'userPassedMFADrivenByRiskBasedPolicy', 'adminDismissedAllRiskForUser', 'adminConfirmedSigninCompromised', 'hidden', 'adminConfirmedUserCompromised', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.riskLevelAggregated">
            <summary>
                <para type="description">The "riskLevelAggregated" property, of type "microsoft.graph.riskLevel".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'low', 'medium', 'high', 'hidden', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.riskLevelDuringSignIn">
            <summary>
                <para type="description">The "riskLevelDuringSignIn" property, of type "microsoft.graph.riskLevel".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'low', 'medium', 'high', 'hidden', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.riskState">
            <summary>
                <para type="description">The "riskState" property, of type "microsoft.graph.riskState".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'none', 'confirmedSafe', 'remediated', 'dismissed', 'atRisk', 'confirmedCompromised', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.riskEventTypes">
            <summary>
                <para type="description">The "riskEventTypes" property, of type "microsoft.graph.riskEventType".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'unlikelyTravel', 'anonymizedIPAddress', 'maliciousIPAddress', 'unfamiliarFeatures', 'malwareInfectedIPAddress', 'suspiciousIPAddress', 'leakedCredentials', 'investigationsThreatIntelligence', 'generic', 'adminConfirmedUserCompromised', 'mcasImpossibleTravel', 'mcasSuspiciousInboxManipulationRules', 'investigationsThreatIntelligenceSigninLinked', 'maliciousIPAddressValidCredentialsBlockedIP', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceDisplayName">
            <summary>
                <para type="description">The "resourceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceId">
            <summary>
                <para type="description">The "resourceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.restrictedSignIn">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.restrictedSignIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetTenantId">
            <summary>
                <para type="description">The "targetTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.restrictedSignIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryAudit">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.category">
            <summary>
                <para type="description">The "category" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.result">
            <summary>
                <para type="description">The "result" property, of type "microsoft.graph.operationResult".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
                <para type="description">
                     Valid values: 'success', 'failure', 'timeout', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resultReason">
            <summary>
                <para type="description">The "resultReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activityDisplayName">
            <summary>
                <para type="description">The "activityDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activityDateTime">
            <summary>
                <para type="description">The "activityDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.loggedByService">
            <summary>
                <para type="description">The "loggedByService" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.operationType">
            <summary>
                <para type="description">The "operationType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.initiatedBy">
            <summary>
                <para type="description">The "initiatedBy" property, of type "microsoft.graph.auditActivityInitiator".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetResources">
            <summary>
                <para type="description">The "targetResources" property, of type "microsoft.graph.targetResource".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.additionalDetails">
            <summary>
                <para type="description">The "additionalDetails" property, of type "microsoft.graph.keyValue".</para>
                <para type="description">This property is on the "microsoft.graph.directoryAudit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.identityProvider">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.clientId">
            <summary>
                <para type="description">The "clientId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.clientSecret">
            <summary>
                <para type="description">The "clientSecret" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dataPolicyOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.completedDateTime">
            <summary>
                <para type="description">The "completedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageLocation">
            <summary>
                <para type="description">The "storageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.submittedDateTime">
            <summary>
                <para type="description">The "submittedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.progress">
            <summary>
                <para type="description">The "progress" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.dataPolicyOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsTab">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configuration">
            <summary>
                <para type="description">The "configuration" property, of type "microsoft.graph.teamsTabConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsApp">
            <summary>
                <para type="description">The "teamsApp" property, of type "microsoft.graph.teamsApp".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsAppDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsAppId">
            <summary>
                <para type="description">The "teamsAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsAsyncOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastActionDateTime">
            <summary>
                <para type="description">The "lastActionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.attemptsCount">
            <summary>
                <para type="description">The "attemptsCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetResourceId">
            <summary>
                <para type="description">The "targetResourceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetResourceLocation">
            <summary>
                <para type="description">The "targetResourceLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.error">
            <summary>
                <para type="description">The "error" property, of type "microsoft.graph.operationError".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsAppInstallation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.teamsAppInstallation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.channel">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.email">
            <summary>
                <para type="description">The "email" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tabs">
            <summary>
                <para type="description">The "tabs" property, of type "microsoft.graph.teamsTab".</para>
                <para type="description">This property is on the "microsoft.graph.channel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.distributionMethod">
            <summary>
                <para type="description">The "distributionMethod" property, of type "microsoft.graph.teamsAppDistributionMethod".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
                <para type="description">
                     Valid values: 'store', 'organization', 'sideloaded', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appDefinitions">
            <summary>
                <para type="description">The "appDefinitions" property, of type "microsoft.graph.teamsAppDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appCatalogs">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.appCatalogs" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teamsApps">
            <summary>
                <para type="description">The "teamsApps" property, of type "microsoft.graph.teamsApp".</para>
                <para type="description">This property is on the "microsoft.graph.appCatalogs" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.usedInsight">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastUsed">
            <summary>
                <para type="description">The "lastUsed" property, of type "microsoft.graph.usageDetails".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceVisualization">
            <summary>
                <para type="description">The "resourceVisualization" property, of type "microsoft.graph.resourceVisualization".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceReference">
            <summary>
                <para type="description">The "resourceReference" property, of type "microsoft.graph.resourceReference".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resource">
            <summary>
                <para type="description">The "resource" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharedInsight">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastShared">
            <summary>
                <para type="description">The "lastShared" property, of type "microsoft.graph.sharingDetail".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharingHistory">
            <summary>
                <para type="description">The "sharingHistory" property, of type "microsoft.graph.sharingDetail".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastSharedMethod">
            <summary>
                <para type="description">The "lastSharedMethod" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.trending">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.weight">
            <summary>
                <para type="description">The "weight" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.secureScore">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activeUserCount">
            <summary>
                <para type="description">The "activeUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.averageComparativeScores">
            <summary>
                <para type="description">The "averageComparativeScores" property, of type "microsoft.graph.averageComparativeScore".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureTenantId">
            <summary>
                <para type="description">The "azureTenantId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.controlScores">
            <summary>
                <para type="description">The "controlScores" property, of type "microsoft.graph.controlScore".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.currentScore">
            <summary>
                <para type="description">The "currentScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enabledServices">
            <summary>
                <para type="description">The "enabledServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licensedUserCount">
            <summary>
                <para type="description">The "licensedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maxScore">
            <summary>
                <para type="description">The "maxScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vendorInformation">
            <summary>
                <para type="description">The "vendorInformation" property, of type "microsoft.graph.securityVendorInformation".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.secureScoreControlProfile">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.actionUrl">
            <summary>
                <para type="description">The "actionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.complianceInformation">
            <summary>
                <para type="description">The "complianceInformation" property, of type "microsoft.graph.complianceInformation".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.controlCategory">
            <summary>
                <para type="description">The "controlCategory" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.controlStateUpdates">
            <summary>
                <para type="description">The "controlStateUpdates" property, of type "microsoft.graph.secureScoreControlStateUpdate".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deprecated">
            <summary>
                <para type="description">The "deprecated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.implementationCost">
            <summary>
                <para type="description">The "implementationCost" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rank">
            <summary>
                <para type="description">The "rank" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remediation">
            <summary>
                <para type="description">The "remediation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remediationImpact">
            <summary>
                <para type="description">The "remediationImpact" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.service">
            <summary>
                <para type="description">The "service" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.threats">
            <summary>
                <para type="description">The "threats" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tier">
            <summary>
                <para type="description">The "tier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userImpact">
            <summary>
                <para type="description">The "userImpact" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.alert">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activityGroupName">
            <summary>
                <para type="description">The "activityGroupName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assignedTo">
            <summary>
                <para type="description">The "assignedTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureSubscriptionId">
            <summary>
                <para type="description">The "azureSubscriptionId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.closedDateTime">
            <summary>
                <para type="description">The "closedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cloudAppStates">
            <summary>
                <para type="description">The "cloudAppStates" property, of type "microsoft.graph.cloudAppSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.comments">
            <summary>
                <para type="description">The "comments" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.confidence">
            <summary>
                <para type="description">The "confidence" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.detectionIds">
            <summary>
                <para type="description">The "detectionIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.feedback">
            <summary>
                <para type="description">The "feedback" property, of type "microsoft.graph.alertFeedback".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'truePositive', 'falsePositive', 'benignPositive', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileStates">
            <summary>
                <para type="description">The "fileStates" property, of type "microsoft.graph.fileSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.historyStates">
            <summary>
                <para type="description">The "historyStates" property, of type "microsoft.graph.alertHistoryState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hostStates">
            <summary>
                <para type="description">The "hostStates" property, of type "microsoft.graph.hostSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.malwareStates">
            <summary>
                <para type="description">The "malwareStates" property, of type "microsoft.graph.malwareState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkConnections">
            <summary>
                <para type="description">The "networkConnections" property, of type "microsoft.graph.networkConnection".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.processes">
            <summary>
                <para type="description">The "processes" property, of type "microsoft.graph.process".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.recommendedActions">
            <summary>
                <para type="description">The "recommendedActions" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.registryKeyStates">
            <summary>
                <para type="description">The "registryKeyStates" property, of type "microsoft.graph.registryKeyState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.severity">
            <summary>
                <para type="description">The "severity" property, of type "microsoft.graph.alertSeverity".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'informational', 'low', 'medium', 'high', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sourceMaterials">
            <summary>
                <para type="description">The "sourceMaterials" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tags">
            <summary>
                <para type="description">The "tags" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.triggers">
            <summary>
                <para type="description">The "triggers" property, of type "microsoft.graph.alertTrigger".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userStates">
            <summary>
                <para type="description">The "userStates" property, of type "microsoft.graph.userSecurityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vulnerabilityStates">
            <summary>
                <para type="description">The "vulnerabilityStates" property, of type "microsoft.graph.vulnerabilityState".</para>
                <para type="description">This property is on the "microsoft.graph.alert" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.security">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.alerts">
            <summary>
                <para type="description">The "alerts" property, of type "microsoft.graph.alert".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.secureScoreControlProfiles">
            <summary>
                <para type="description">The "secureScoreControlProfiles" property, of type "microsoft.graph.secureScoreControlProfile".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.secureScores">
            <summary>
                <para type="description">The "secureScores" property, of type "microsoft.graph.secureScore".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activityHistoryItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activeDurationSeconds">
            <summary>
                <para type="description">The "activeDurationSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastActiveDateTime">
            <summary>
                <para type="description">The "lastActiveDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startedDateTime">
            <summary>
                <para type="description">The "startedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userTimezone">
            <summary>
                <para type="description">The "userTimezone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activity">
            <summary>
                <para type="description">The "activity" property, of type "microsoft.graph.userActivity".</para>
                <para type="description">This property is on the "microsoft.graph.activityHistoryItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userInstallStateSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.userInstallStateSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">User name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Installed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Failed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Not installed device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceInstallState">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceInstallState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.eBookInstallSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.eBookInstallSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installedUserCount">
            <summary>
                <para type="description">The "installedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users whose devices have all succeeded to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.failedUserCount">
            <summary>
                <para type="description">The "failedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that have 1 or more device that failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notInstalledUserCount">
            <summary>
                <para type="description">The "notInstalledUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that did not install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The assignment target for eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installIntent">
            <summary>
                <para type="description">The "installIntent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The install intent for eBook.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosVppEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.localizedNotificationMessage">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.localizedNotificationMessage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Locale for which this message is destined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template Subject.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messageTemplate">
            <summary>
                <para type="description">The "messageTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionAppLockerFile">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppPolicyDeploymentSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The current state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetedManagedAppPolicyAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedMobileApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedMobileApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enrollmentConfigurationAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.enrollmentConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceSettingState">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceSettingState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Setting Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User email address that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceActionItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceActionItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.gracePeriodHours">
            <summary>
                <para type="description">The "gracePeriodHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">Number of hours to wait till the action will be enforced. Valid values 0 to 8760</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationTemplateId">
            <summary>
                <para type="description">The "notificationTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What notification Message template to use</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationMessageCCList">
            <summary>
                <para type="description">The "notificationMessageCCList" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">A list of group IDs to speicify who to CC this notification message to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceUserOverview">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceUserOverview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceDeviceOverview">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceUserStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceUserStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceDeviceStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceScheduledActionForRule">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ruleName">
            <summary>
                <para type="description">The "ruleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">Name of the rule which this scheduled action applies to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.scheduledActionConfigurations">
            <summary>
                <para type="description">The "scheduledActionConfigurations" property, of type "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicyAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceCompliancePolicyAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingStateDeviceSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.settingStateDeviceSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationUserOverview">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationDeviceOverview">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationUserStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationDeviceStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicyState">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceCompliancePolicySettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationState">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.termsAndConditionsAcceptanceStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.acceptedVersion">
            <summary>
                <para type="description">The "acceptedVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Most recent version number of the T&amp;C accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.acceptedDateTime">
            <summary>
                <para type="description">The "acceptedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">DateTime when the terms were last accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Navigation link to the terms and conditions that are assigned.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.termsAndConditionsAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.termsAndConditionsAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionNetworkLearningSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Website url</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionAppLearningSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationType">
            <summary>
                <para type="description">The "applicationType" property, of type "microsoft.graph.applicationType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Type</para>
                <para type="description">
                     Valid values: 'universal', 'desktop'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remoteAssistancePartner">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.remoteAssistancePartner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onboardingUrl">
            <summary>
                <para type="description">The "onboardingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onboardingStatus">
            <summary>
                <para type="description">The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">TBD</para>
                <para type="description">
                     Valid values: 'notOnboarded', 'onboarding', 'onboarded'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.telecomExpenseManagementPartner">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appAuthorized">
            <summary>
                <para type="description">The "appAuthorized" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether the partner's AAD app has been authorized to access Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether Intune's connection to the TEM service is currently enabled or disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.resourceOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceName">
            <summary>
                <para type="description">The "resourceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Name of the Resource this operation is performed on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceAndAppManagementRoleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceAndAppManagementRoleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationMessageTemplate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.notificationMessageTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defaultLocale">
            <summary>
                <para type="description">The "defaultLocale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The default locale to fallback onto when the requested locale is not available.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.brandingOptions">
            <summary>
                <para type="description">The "brandingOptions" property, of type "microsoft.graph.notificationTemplateBrandingOptions".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The Message Template Branding Options. Branding is defined in the Intune Admin Console.</para>
                <para type="description">
                     Valid values: 'none', 'includeCompanyLogo', 'includeCompanyName', 'includeContactInformation'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.localizedNotificationMessages">
            <summary>
                <para type="description">The "localizedNotificationMessages" property, of type "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementPartner">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementPartner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Timestamp of last heartbeat after admin enabled option Connect to Device management Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.deviceManagementPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner state of this tenant</para>
                <para type="description">
                     Valid values: 'unknown', 'unavailable', 'enabled', 'terminated', 'rejected', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.partnerAppType">
            <summary>
                <para type="description">The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner App type</para>
                <para type="description">
                     Valid values: 'unknown', 'singleTenantApp', 'multiTenantApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.singleTenantAppId">
            <summary>
                <para type="description">The "singleTenantAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner Single tenant App id</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isConfigured">
            <summary>
                <para type="description">The "isConfigured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Whether device management partner is configured or not</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.whenPartnerDevicesWillBeRemovedDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeRemovedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be removed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be marked as NonCompliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileThreatDefenseConnector">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidEnabled">
            <summary>
                <para type="description">The "androidEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosEnabled">
            <summary>
                <para type="description">The "iosEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, get or set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.partnerUnsupportedOsVersionBlocked">
            <summary>
                <para type="description">The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.partnerUnresponsivenessThresholdInDays">
            <summary>
                <para type="description">The "partnerUnresponsivenessThresholdInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or Set days the per tenant tolerance to unresponsiveness for this partner integration</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesConditionalAccessSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.includedGroups">
            <summary>
                <para type="description">The "includedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.excludedGroups">
            <summary>
                <para type="description">The "excludedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.overrideDefaultRule">
            <summary>
                <para type="description">The "overrideDefaultRule" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Override the default access rule when allowing a device to ensure access is granted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinMaximumLength">
            <summary>
                <para type="description">The "pinMaximumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinUppercaseCharactersUsage">
            <summary>
                <para type="description">The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinLowercaseCharactersUsage">
            <summary>
                <para type="description">The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinSpecialCharactersUsage">
            <summary>
                <para type="description">The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityDeviceRequired">
            <summary>
                <para type="description">The "securityDeviceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unlockWithBiometricsEnabled">
            <summary>
                <para type="description">The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remotePassportEnabled">
            <summary>
                <para type="description">The "remotePassportEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinPreviousBlockCount">
            <summary>
                <para type="description">The "pinPreviousBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinExpirationInDays">
            <summary>
                <para type="description">The "pinExpirationInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enhancedBiometricsState">
            <summary>
                <para type="description">The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosRestriction">
            <summary>
                <para type="description">The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsRestriction">
            <summary>
                <para type="description">The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsMobileRestriction">
            <summary>
                <para type="description">The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidRestriction">
            <summary>
                <para type="description">The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSRestriction">
            <summary>
                <para type="description">The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentLimitConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.limit">
            <summary>
                <para type="description">The "limit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementExchangeConnector">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.primarySmtpAddress">
            <summary>
                <para type="description">The "primarySmtpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Email address used to configure the Service To Service Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.serverName">
            <summary>
                <para type="description">The "serverName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the Exchange server.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.connectorServerName">
            <summary>
                <para type="description">The "connectorServerName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the server hosting the Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeConnectorType">
            <summary>
                <para type="description">The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The type of Exchange Connector Configured.</para>
                <para type="description">
                     Valid values: 'onPremises', 'hosted', 'serviceToService', 'dedicated'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeAlias">
            <summary>
                <para type="description">The "exchangeAlias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">An alias assigned to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeOrganization">
            <summary>
                <para type="description">The "exchangeOrganization" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Organization to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCategory">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceCategory" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosUpdateDeviceStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installStatus">
            <summary>
                <para type="description">The "installStatus" property, of type "microsoft.graph.iosUpdatesInstallStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The installation status of the policy report.</para>
                <para type="description">
                     Valid values: 'success', 'available', 'idle', 'unknown', 'downloading', 'downloadFailed', 'downloadRequiresComputer', 'downloadInsufficientSpace', 'downloadInsufficientPower', 'downloadInsufficientNetwork', 'installing', 'installInsufficientSpace', 'installInsufficientPower', 'installPhoneCallInProgress', 'installFailed', 'notSupportedOperation', 'sharedDeviceUserLoggedInError'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationDeviceStateSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicySettingStateSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceSettingStates">
            <summary>
                <para type="description">The "deviceComplianceSettingStates" property, of type "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inGracePeriodCount">
            <summary>
                <para type="description">The "inGracePeriodCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that are in grace period</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configManagerCount">
            <summary>
                <para type="description">The "configManagerCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that have compliance managed by System Center Configuration Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.softwareUpdateStatusSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.compliantUserCount">
            <summary>
                <para type="description">The "compliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.nonCompliantUserCount">
            <summary>
                <para type="description">The "nonCompliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remediatedUserCount">
            <summary>
                <para type="description">The "remediatedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.errorUserCount">
            <summary>
                <para type="description">The "errorUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of users had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unknownUserCount">
            <summary>
                <para type="description">The "unknownUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conflictUserCount">
            <summary>
                <para type="description">The "conflictUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notApplicableUserCount">
            <summary>
                <para type="description">The "notApplicableUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.scheduledActionsForRule">
            <summary>
                <para type="description">The "scheduledActionsForRule" property, of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The list of scheduled action for this rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Compliance Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsPhone81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The required password type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Require encryption on windows phone devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10MobileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordRequireToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequireToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.earlyLaunchAntiMalwareDriverEnabled">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bitLockerEnabled">
            <summary>
                <para type="description">The "bitLockerEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.secureBootEnabled">
            <summary>
                <para type="description">The "secureBootEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.codeIntegrityEnabled">
            <summary>
                <para type="description">The "codeIntegrityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordRequiredToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequiredToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.requireHealthyDeviceReport">
            <summary>
                <para type="description">The "requireHealthyDeviceReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileOsMinimumVersion">
            <summary>
                <para type="description">The "mobileOsMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileOsMaximumVersion">
            <summary>
                <para type="description">The "mobileOsMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.systemIntegrityProtectionEnabled">
            <summary>
                <para type="description">The "systemIntegrityProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled system integrity protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceThreatProtectionEnabled">
            <summary>
                <para type="description">The "deviceThreatProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled device threat protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceThreatProtectionRequiredSecurityLevel">
            <summary>
                <para type="description">The "deviceThreatProtectionRequiredSecurityLevel" property, of type "microsoft.graph.deviceThreatProtectionLevel".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require Mobile Threat Protection minimum risk level to report noncompliance.</para>
                <para type="description">
                     Valid values: 'unavailable', 'secured', 'low', 'medium', 'high', 'notSet'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Whether the firewall should be enabled or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallBlockAllIncoming">
            <summary>
                <para type="description">The "firewallBlockAllIncoming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to the “Block all incoming connections” option.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallEnableStealthMode">
            <summary>
                <para type="description">The "firewallEnableStealthMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to “Enable stealth mode.”</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The required passcode type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityBlockJailbrokenDevices">
            <summary>
                <para type="description">The "securityBlockJailbrokenDevices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Devices must not be jailbroken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedEmailProfileRequired">
            <summary>
                <para type="description">The "managedEmailProfileRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a managed email profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidWorkProfileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityPreventInstallAppsFromUnknownSources">
            <summary>
                <para type="description">The "securityPreventInstallAppsFromUnknownSources" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require that devices disallow installation of apps from unknown sources.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityDisableUsbDebugging">
            <summary>
                <para type="description">The "securityDisableUsbDebugging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Disable USB debugging on Android devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minAndroidSecurityPatchLevel">
            <summary>
                <para type="description">The "minAndroidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Minimum Android security patch level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationBasicIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet basic integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationCertifiedDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet certified device check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireGooglePlayServices">
            <summary>
                <para type="description">The "securityRequireGooglePlayServices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require Google Play Services to be installed and enabled on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireUpToDateSecurityProviders">
            <summary>
                <para type="description">The "securityRequireUpToDateSecurityProviders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityRequireCompanyPortalAppIntegrity">
            <summary>
                <para type="description">The "securityRequireCompanyPortalAppIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the Company Portal client app runtime integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10TeamGeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureOperationalInsightsBlockTelemetry">
            <summary>
                <para type="description">The "azureOperationalInsightsBlockTelemetry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Azure Operational Insights.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureOperationalInsightsWorkspaceId">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights workspace id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureOperationalInsightsWorkspaceKey">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights Workspace key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.connectAppBlockAutoLaunch">
            <summary>
                <para type="description">The "connectAppBlockAutoLaunch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to automatically launch the Connect app whenever a projection is initiated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maintenanceWindowBlocked">
            <summary>
                <para type="description">The "maintenanceWindowBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block setting a maintenance window for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maintenanceWindowDurationInHours">
            <summary>
                <para type="description">The "maintenanceWindowDurationInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window duration for device updates. Valid values 0 to 5</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maintenanceWindowStartTime">
            <summary>
                <para type="description">The "maintenanceWindowStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window start time for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.miracastChannel">
            <summary>
                <para type="description">The "miracastChannel" property, of type "microsoft.graph.miracastChannel".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The channel.</para>
                <para type="description">
                     Valid values: 'userDefined', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'thirtySix', 'forty', 'fortyFour', 'fortyEight', 'oneHundredFortyNine', 'oneHundredFiftyThree', 'oneHundredFiftySeven', 'oneHundredSixtyOne', 'oneHundredSixtyFive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.miracastBlocked">
            <summary>
                <para type="description">The "miracastBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.miracastRequirePin">
            <summary>
                <para type="description">The "miracastRequirePin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a pin for wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockMyMeetingsAndFiles">
            <summary>
                <para type="description">The "settingsBlockMyMeetingsAndFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockSessionResume">
            <summary>
                <para type="description">The "settingsBlockSessionResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to allow the ability to resume a session when the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockSigninSuggestions">
            <summary>
                <para type="description">The "settingsBlockSigninSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsDefaultVolume">
            <summary>
                <para type="description">The "settingsDefaultVolume" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsScreenTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsScreenTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub screen turns off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsSessionTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSessionTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsSleepTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSleepTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub enters sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.welcomeScreenBlockAutomaticWakeUp">
            <summary>
                <para type="description">The "welcomeScreenBlockAutomaticWakeUp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.welcomeScreenBackgroundImageUrl">
            <summary>
                <para type="description">The "welcomeScreenBackgroundImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.welcomeScreenMeetingInformation">
            <summary>
                <para type="description">The "welcomeScreenMeetingInformation" property, of type "microsoft.graph.welcomeScreenMeetingInformation".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen meeting information shown.</para>
                <para type="description">
                     Valid values: 'userDefined', 'showOrganizerAndTimeOnly', 'showOrganizerAndTimeAndSubject'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsPhone81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applyOnlyToWindowsPhone81">
            <summary>
                <para type="description">The "applyOnlyToWindowsPhone81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsBlockCopyPaste">
            <summary>
                <para type="description">The "appsBlockCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothBlocked">
            <summary>
                <para type="description">The "bluetoothBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block bluetooth.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cameraBlocked">
            <summary>
                <para type="description">The "cameraBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockWifiTethering">
            <summary>
                <para type="description">The "cellularBlockWifiTethering" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.compliantAppsList">
            <summary>
                <para type="description">The "compliantAppsList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.compliantAppListType">
            <summary>
                <para type="description">The "compliantAppListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List that is in the AppComplianceList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.diagnosticDataBlockSubmission">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.emailBlockAddingAccounts">
            <summary>
                <para type="description">The "emailBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block custom email accounts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.locationServicesBlocked">
            <summary>
                <para type="description">The "locationServicesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block location services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftAccountBlocked">
            <summary>
                <para type="description">The "microsoftAccountBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block using a Microsoft Account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.nfcBlocked">
            <summary>
                <para type="description">The "nfcBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Near-Field Communication.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minutes of inactivity before screen timeout.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "passwordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block screenshots.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageBlockRemovableStorage">
            <summary>
                <para type="description">The "storageBlockRemovableStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block removable storage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webBrowserBlocked">
            <summary>
                <para type="description">The "webBrowserBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wifiBlocked">
            <summary>
                <para type="description">The "wifiBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wifiBlockAutomaticConnectHotspots">
            <summary>
                <para type="description">The "wifiBlockAutomaticConnectHotspots" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wifiBlockHotspotReporting">
            <summary>
                <para type="description">The "wifiBlockHotspotReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsStoreBlocked">
            <summary>
                <para type="description">The "windowsStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.accountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
                <para type="description">The "accountsBlockAddingNonMicrosoftAccountEmail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applyOnlyToWindows81">
            <summary>
                <para type="description">The "applyOnlyToWindows81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockAutofill">
            <summary>
                <para type="description">The "browserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockAutomaticDetectionOfIntranetSites">
            <summary>
                <para type="description">The "browserBlockAutomaticDetectionOfIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic detection of Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockEnterpriseModeAccess">
            <summary>
                <para type="description">The "browserBlockEnterpriseModeAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block enterprise mode access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockJavaScript">
            <summary>
                <para type="description">The "browserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockPlugins">
            <summary>
                <para type="description">The "browserBlockPlugins" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block plug-ins.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockPopups">
            <summary>
                <para type="description">The "browserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "browserBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserBlockSingleWordEntryOnIntranetSites">
            <summary>
                <para type="description">The "browserBlockSingleWordEntryOnIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block a single word entry on Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserRequireSmartScreen">
            <summary>
                <para type="description">The "browserRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "browserEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserInternetSecurityLevel">
            <summary>
                <para type="description">The "browserInternetSecurityLevel" property, of type "microsoft.graph.internetSiteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The internet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserIntranetSecurityLevel">
            <summary>
                <para type="description">The "browserIntranetSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The Intranet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserLoggingReportLocation">
            <summary>
                <para type="description">The "browserLoggingReportLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The logging report location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserRequireHighSecurityForRestrictedSites">
            <summary>
                <para type="description">The "browserRequireHighSecurityForRestrictedSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require high security for restricted sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserRequireFirewall">
            <summary>
                <para type="description">The "browserRequireFirewall" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a firewall.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserRequireFraudWarning">
            <summary>
                <para type="description">The "browserRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.browserTrustedSitesSecurityLevel">
            <summary>
                <para type="description">The "browserTrustedSitesSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The trusted sites security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockDataRoaming">
            <summary>
                <para type="description">The "cellularBlockDataRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block data roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.diagnosticsBlockDataSubmission">
            <summary>
                <para type="description">The "diagnosticsBlockDataSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordBlockPicturePasswordAndPin">
            <summary>
                <para type="description">The "passwordBlockPicturePasswordAndPin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using a pictures password and pin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRequireDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.updatesRequireAutomaticUpdates">
            <summary>
                <para type="description">The "updatesRequireAutomaticUpdates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require automatic updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userAccountControlSettings">
            <summary>
                <para type="description">The "userAccountControlSettings" property, of type "microsoft.graph.windowsUserAccountControlSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The user account control settings.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysNotify', 'notifyOnAppChanges', 'notifyOnAppChangesWithoutDimming', 'neverNotify'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workFoldersUrl">
            <summary>
                <para type="description">The "workFoldersUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The work folders url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsUpdateForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deliveryOptimizationMode">
            <summary>
                <para type="description">The "deliveryOptimizationMode" property, of type "microsoft.graph.windowsDeliveryOptimizationMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Delivery Optimization Mode</para>
                <para type="description">
                     Valid values: 'userDefined', 'httpOnly', 'httpWithPeeringNat', 'httpWithPeeringPrivateGroup', 'httpWithInternetPeering', 'simpleDownload', 'bypassMode'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.prereleaseFeatures">
            <summary>
                <para type="description">The "prereleaseFeatures" property, of type "microsoft.graph.prereleaseFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">The pre-release features.</para>
                <para type="description">
                     Valid values: 'userDefined', 'settingsOnly', 'settingsAndExperimentations', 'notAllowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.automaticUpdateMode">
            <summary>
                <para type="description">The "automaticUpdateMode" property, of type "microsoft.graph.automaticUpdateMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Automatic update mode.</para>
                <para type="description">
                     Valid values: 'userDefined', 'notifyDownload', 'autoInstallAtMaintenanceTime', 'autoInstallAndRebootAtMaintenanceTime', 'autoInstallAndRebootAtScheduledTime', 'autoInstallAndRebootWithoutEndUserControl'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftUpdateServiceAllowed">
            <summary>
                <para type="description">The "microsoftUpdateServiceAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Allow Microsoft Update Service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.driversExcluded">
            <summary>
                <para type="description">The "driversExcluded" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Exclude Windows update Drivers</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installationSchedule">
            <summary>
                <para type="description">The "installationSchedule" property, of type "microsoft.graph.windowsUpdateInstallScheduleType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Installation schedule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.qualityUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "qualityUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Quality Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.featureUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "featureUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Feature Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.qualityUpdatesPaused">
            <summary>
                <para type="description">The "qualityUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Quality Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.featureUpdatesPaused">
            <summary>
                <para type="description">The "featureUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Feature Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.qualityUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "qualityUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Quality Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.featureUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "featureUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Feature Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.businessReadyUpdatesOnly">
            <summary>
                <para type="description">The "businessReadyUpdatesOnly" property, of type "microsoft.graph.windowsUpdateType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Determines which branch devices will receive their updates from</para>
                <para type="description">
                     Valid values: 'userDefined', 'all', 'businessReadyOnly', 'windowsInsiderBuildFast', 'windowsInsiderBuildSlow', 'windowsInsiderBuildRelease'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsPhone81CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.omaSettings">
            <summary>
                <para type="description">The "omaSettings" property, of type "microsoft.graph.omaSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
                <para type="description">OMA settings. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10SecureAssessmentConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.launchUri">
            <summary>
                <para type="description">The "launchUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationAccount">
            <summary>
                <para type="description">The "configurationAccount" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowPrinting">
            <summary>
                <para type="description">The "allowPrinting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the app from printing during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowScreenCapture">
            <summary>
                <para type="description">The "allowScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen capture capability during a test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowTextSuggestion">
            <summary>
                <para type="description">The "allowTextSuggestion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow text suggestions during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharedPCConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedPCConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.accountManagerPolicy">
            <summary>
                <para type="description">The "accountManagerPolicy" property, of type "microsoft.graph.sharedPCAccountManagerPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowedAccounts">
            <summary>
                <para type="description">The "allowedAccounts" property, of type "microsoft.graph.sharedPCAllowedAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Indicates which type of accounts are allowed to use on a shared PC.</para>
                <para type="description">
                     Valid values: 'guest', 'domain'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowLocalStorage">
            <summary>
                <para type="description">The "allowLocalStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether local storage is allowed on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disableAccountManager">
            <summary>
                <para type="description">The "disableAccountManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the account manager for shared PC mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disableEduPolicies">
            <summary>
                <para type="description">The "disableEduPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disablePowerPolicies">
            <summary>
                <para type="description">The "disablePowerPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC power policies should be disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disableSignInOnResume">
            <summary>
                <para type="description">The "disableSignInOnResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the requirement to sign in whenever the device wakes up from sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.idleTimeBeforeSleepInSeconds">
            <summary>
                <para type="description">The "idleTimeBeforeSleepInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskAppDisplayName">
            <summary>
                <para type="description">The "kioskAppDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskAppUserModelId">
            <summary>
                <para type="description">The "kioskAppUserModelId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the application user model ID of the app to use with assigned access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maintenanceStartTime">
            <summary>
                <para type="description">The "maintenanceStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the daily start time of maintenance hour.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10EnterpriseModernAppManagementConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.uninstallBuiltInApps">
            <summary>
                <para type="description">The "uninstallBuiltInApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
                <para type="description">Indicates whether or not to uninstall a fixed list of built-in Windows apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.editionUpgradeConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.editionUpgradeConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.editionUpgradeLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License Type.</para>
                <para type="description">
                     Valid values: 'productKey', 'licenseFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetEdition">
            <summary>
                <para type="description">The "targetEdition" property, of type "microsoft.graph.windows10EditionType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Target Edition.</para>
                <para type="description">
                     Valid values: 'windows10Enterprise', 'windows10EnterpriseN', 'windows10Education', 'windows10EducationN', 'windows10MobileEnterprise', 'windows10HolographicEnterprise', 'windows10Professional', 'windows10ProfessionalN', 'windows10ProfessionalEducation', 'windows10ProfessionalEducationN', 'windows10ProfessionalWorkstation', 'windows10ProfessionalWorkstationN'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.license">
            <summary>
                <para type="description">The "license" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License File Content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Product Key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowSampleSharing">
            <summary>
                <para type="description">The "allowSampleSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enableExpeditedTelemetryReporting">
            <summary>
                <para type="description">The "enableExpeditedTelemetryReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintDiscoveryEndPoint">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryEndPoint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Endpoint for discovering cloud printers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintOAuthAuthority">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthAuthority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Authentication endpoint for acquiring OAuth tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintOAuthClientIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthClientIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for print service as configured in the Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryMaxLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for printer discovery service as configured in Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchBlockDiacritics">
            <summary>
                <para type="description">The "searchBlockDiacritics" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies if search can use diacritics.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchDisableAutoLanguageDetection">
            <summary>
                <para type="description">The "searchDisableAutoLanguageDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies whether to use automatic language detection when indexing content and properties.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchDisableIndexingEncryptedItems">
            <summary>
                <para type="description">The "searchDisableIndexingEncryptedItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchEnableRemoteQueries">
            <summary>
                <para type="description">The "searchEnableRemoteQueries" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block remote queries of this computer’s index.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchDisableIndexerBackoff">
            <summary>
                <para type="description">The "searchDisableIndexerBackoff" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the search indexer backoff feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchDisableIndexingRemovableDrive">
            <summary>
                <para type="description">The "searchDisableIndexingRemovableDrive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchEnableAutomaticIndexSizeManangement">
            <summary>
                <para type="description">The "searchEnableAutomaticIndexSizeManangement" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.diagnosticsDataSubmissionMode">
            <summary>
                <para type="description">The "diagnosticsDataSubmissionMode" property, of type "microsoft.graph.diagnosticDataSubmissionMode".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson.</para>
                <para type="description">
                     Valid values: 'userDefined', 'none', 'basic', 'enhanced', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.oneDriveDisableFileSync">
            <summary>
                <para type="description">The "oneDriveDisableFileSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smartScreenEnableAppInstallControl">
            <summary>
                <para type="description">The "smartScreenEnableAppInstallControl" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users are allowed to install apps from places other than the Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personalizationDesktopImageUrl">
            <summary>
                <para type="description">The "personalizationDesktopImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personalizationLockScreenImageUrl">
            <summary>
                <para type="description">The "personalizationLockScreenImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothAllowedServices">
            <summary>
                <para type="description">The "bluetoothAllowedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify a list of allowed Bluetooth services and profiles in hex formatted strings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothBlockAdvertising">
            <summary>
                <para type="description">The "bluetoothBlockAdvertising" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth advertising.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothBlockDiscoverableMode">
            <summary>
                <para type="description">The "bluetoothBlockDiscoverableMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth discoverable mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothBlockPrePairing">
            <summary>
                <para type="description">The "bluetoothBlockPrePairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockAutofill">
            <summary>
                <para type="description">The "edgeBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlocked">
            <summary>
                <para type="description">The "edgeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeCookiePolicy">
            <summary>
                <para type="description">The "edgeCookiePolicy" property, of type "microsoft.graph.edgeCookiePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates which cookies to block in the Edge browser.</para>
                <para type="description">
                     Valid values: 'userDefined', 'allow', 'blockThirdParty', 'blockAll'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockDeveloperTools">
            <summary>
                <para type="description">The "edgeBlockDeveloperTools" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block developer tools in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "edgeBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockExtensions">
            <summary>
                <para type="description">The "edgeBlockExtensions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block extensions in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockInPrivateBrowsing">
            <summary>
                <para type="description">The "edgeBlockInPrivateBrowsing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockJavaScript">
            <summary>
                <para type="description">The "edgeBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockPasswordManager">
            <summary>
                <para type="description">The "edgeBlockPasswordManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block password manager.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockAddressBarDropdown">
            <summary>
                <para type="description">The "edgeBlockAddressBarDropdown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockCompatibilityList">
            <summary>
                <para type="description">The "edgeBlockCompatibilityList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeClearBrowsingDataOnExit">
            <summary>
                <para type="description">The "edgeClearBrowsingDataOnExit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Clear browsing data on exiting Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeAllowStartPagesModification">
            <summary>
                <para type="description">The "edgeAllowStartPagesModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeDisableFirstRunPage">
            <summary>
                <para type="description">The "edgeDisableFirstRunPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockLiveTileDataCollection">
            <summary>
                <para type="description">The "edgeBlockLiveTileDataCollection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeSyncFavoritesWithInternetExplorer">
            <summary>
                <para type="description">The "edgeSyncFavoritesWithInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockDataWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockDataWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using data over cellular while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockVpn">
            <summary>
                <para type="description">The "cellularBlockVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockVpnWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockVpnWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN when roaming over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderBlockEndUserAccess">
            <summary>
                <para type="description">The "defenderBlockEndUserAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block end user access to Defender.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
                <para type="description">The "defenderDaysBeforeDeletingQuarantinedMalware" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Number of days before deleting quarantined malware. Valid values 0 to 90</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderDetectedMalwareActions">
            <summary>
                <para type="description">The "defenderDetectedMalwareActions" property, of type "microsoft.graph.defenderDetectedMalwareActions".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets Defender’s actions to take on detected Malware per threat level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderSystemScanSchedule">
            <summary>
                <para type="description">The "defenderSystemScanSchedule" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Defender day of the week for the system scan.</para>
                <para type="description">
                     Valid values: 'userDefined', 'everyday', 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderFilesAndFoldersToExclude">
            <summary>
                <para type="description">The "defenderFilesAndFoldersToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Files and folder to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderFileExtensionsToExclude">
            <summary>
                <para type="description">The "defenderFileExtensionsToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">File extensions to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanMaxCpu">
            <summary>
                <para type="description">The "defenderScanMaxCpu" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Max CPU usage percentage during scan. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderMonitorFileActivity">
            <summary>
                <para type="description">The "defenderMonitorFileActivity" property, of type "microsoft.graph.defenderMonitorFileActivity".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Value for monitoring file activity.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disable', 'monitorAllFiles', 'monitorIncomingFilesOnly', 'monitorOutgoingFilesOnly'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderProcessesToExclude">
            <summary>
                <para type="description">The "defenderProcessesToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Processes to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderPromptForSampleSubmission">
            <summary>
                <para type="description">The "defenderPromptForSampleSubmission" property, of type "microsoft.graph.defenderPromptForSampleSubmission".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The configuration for how to prompt user for sample submission.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysPrompt', 'promptBeforeSendingPersonalData', 'neverSendData', 'sendAllDataWithoutPrompting'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderRequireBehaviorMonitoring">
            <summary>
                <para type="description">The "defenderRequireBehaviorMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require behavior monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderRequireCloudProtection">
            <summary>
                <para type="description">The "defenderRequireCloudProtection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require cloud protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderRequireNetworkInspectionSystem">
            <summary>
                <para type="description">The "defenderRequireNetworkInspectionSystem" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require network inspection system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderRequireRealTimeMonitoring">
            <summary>
                <para type="description">The "defenderRequireRealTimeMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require real time monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanArchiveFiles">
            <summary>
                <para type="description">The "defenderScanArchiveFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan archive files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanDownloads">
            <summary>
                <para type="description">The "defenderScanDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan downloads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanNetworkFiles">
            <summary>
                <para type="description">The "defenderScanNetworkFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan files opened from a network folder.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanIncomingMail">
            <summary>
                <para type="description">The "defenderScanIncomingMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan incoming mail messages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanMappedNetworkDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan mapped network drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanRemovableDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanRemovableDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan removable drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanScriptsLoadedInInternetExplorer">
            <summary>
                <para type="description">The "defenderScanScriptsLoadedInInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan scripts loaded in Internet Explorer browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderSignatureUpdateIntervalInHours">
            <summary>
                <para type="description">The "defenderSignatureUpdateIntervalInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScanType">
            <summary>
                <para type="description">The "defenderScanType" property, of type "microsoft.graph.defenderScanType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender system scan type.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disabled', 'quick', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScheduledScanTime">
            <summary>
                <para type="description">The "defenderScheduledScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender time for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderScheduledQuickScanTime">
            <summary>
                <para type="description">The "defenderScheduledQuickScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The time to perform a daily quick scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderCloudBlockLevel">
            <summary>
                <para type="description">The "defenderCloudBlockLevel" property, of type "microsoft.graph.defenderCloudBlockLevelType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the level of cloud-delivered protection.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'high', 'highPlus', 'zeroTolerance'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenAllowTimeoutConfiguration">
            <summary>
                <para type="description">The "lockScreenAllowTimeoutConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockActionCenterNotifications">
            <summary>
                <para type="description">The "lockScreenBlockActionCenterNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block action center notifications over lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockCortana">
            <summary>
                <para type="description">The "lockScreenBlockCortana" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not the user can interact with Cortana using speech while the system is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockToastNotifications">
            <summary>
                <para type="description">The "lockScreenBlockToastNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether to allow toast notifications above the device lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenTimeoutInSeconds">
            <summary>
                <para type="description">The "lockScreenTimeoutInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordRequireWhenResumeFromIdleState">
            <summary>
                <para type="description">The "passwordRequireWhenResumeFromIdleState" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password upon resuming from an idle state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.privacyAdvertisingId">
            <summary>
                <para type="description">The "privacyAdvertisingId" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enables or disables the use of advertising ID. Added in Windows 10, version 1607.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.privacyAutoAcceptPairingAndConsentPrompts">
            <summary>
                <para type="description">The "privacyAutoAcceptPairingAndConsentPrompts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.privacyBlockInputPersonalization">
            <summary>
                <para type="description">The "privacyBlockInputPersonalization" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startBlockUnpinningAppsFromTaskbar">
            <summary>
                <para type="description">The "startBlockUnpinningAppsFromTaskbar" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from unpinning apps from taskbar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuAppListVisibility">
            <summary>
                <para type="description">The "startMenuAppListVisibility" property, of type "microsoft.graph.windowsStartMenuAppListVisibilityType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.</para>
                <para type="description">
                     Valid values: 'userDefined', 'collapse', 'remove', 'disableSettingsApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideChangeAccountSettings">
            <summary>
                <para type="description">The "startMenuHideChangeAccountSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the change account setting from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideFrequentlyUsedApps">
            <summary>
                <para type="description">The "startMenuHideFrequentlyUsedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideHibernate">
            <summary>
                <para type="description">The "startMenuHideHibernate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides hibernate from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideLock">
            <summary>
                <para type="description">The "startMenuHideLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides lock from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHidePowerButton">
            <summary>
                <para type="description">The "startMenuHidePowerButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the power button from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideRecentJumpLists">
            <summary>
                <para type="description">The "startMenuHideRecentJumpLists" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideRecentlyAddedApps">
            <summary>
                <para type="description">The "startMenuHideRecentlyAddedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideRestartOptions">
            <summary>
                <para type="description">The "startMenuHideRestartOptions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideShutDown">
            <summary>
                <para type="description">The "startMenuHideShutDown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideSignOut">
            <summary>
                <para type="description">The "startMenuHideSignOut" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sign out from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideSleep">
            <summary>
                <para type="description">The "startMenuHideSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sleep from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideSwitchAccount">
            <summary>
                <para type="description">The "startMenuHideSwitchAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides switch account from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuHideUserTile">
            <summary>
                <para type="description">The "startMenuHideUserTile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the user tile from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuLayoutEdgeAssetsXml">
            <summary>
                <para type="description">The "startMenuLayoutEdgeAssetsXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuLayoutXml">
            <summary>
                <para type="description">The "startMenuLayoutXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuMode">
            <summary>
                <para type="description">The "startMenuMode" property, of type "microsoft.graph.windowsStartMenuModeType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to decide how the Start menu is displayed.</para>
                <para type="description">
                     Valid values: 'userDefined', 'fullScreen', 'nonFullScreen'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderDocuments">
            <summary>
                <para type="description">The "startMenuPinnedFolderDocuments" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderDownloads">
            <summary>
                <para type="description">The "startMenuPinnedFolderDownloads" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderFileExplorer">
            <summary>
                <para type="description">The "startMenuPinnedFolderFileExplorer" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderHomeGroup">
            <summary>
                <para type="description">The "startMenuPinnedFolderHomeGroup" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderMusic">
            <summary>
                <para type="description">The "startMenuPinnedFolderMusic" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderNetwork">
            <summary>
                <para type="description">The "startMenuPinnedFolderNetwork" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderPersonalFolder">
            <summary>
                <para type="description">The "startMenuPinnedFolderPersonalFolder" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderPictures">
            <summary>
                <para type="description">The "startMenuPinnedFolderPictures" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderSettings">
            <summary>
                <para type="description">The "startMenuPinnedFolderSettings" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startMenuPinnedFolderVideos">
            <summary>
                <para type="description">The "startMenuPinnedFolderVideos" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockSettingsApp">
            <summary>
                <para type="description">The "settingsBlockSettingsApp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockSystemPage">
            <summary>
                <para type="description">The "settingsBlockSystemPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to System in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockDevicesPage">
            <summary>
                <para type="description">The "settingsBlockDevicesPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Devices in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockNetworkInternetPage">
            <summary>
                <para type="description">The "settingsBlockNetworkInternetPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Network &amp; Internet in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockPersonalizationPage">
            <summary>
                <para type="description">The "settingsBlockPersonalizationPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Personalization in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockAccountsPage">
            <summary>
                <para type="description">The "settingsBlockAccountsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Accounts in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockTimeLanguagePage">
            <summary>
                <para type="description">The "settingsBlockTimeLanguagePage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Time &amp; Language in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockEaseOfAccessPage">
            <summary>
                <para type="description">The "settingsBlockEaseOfAccessPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Ease of Access in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockPrivacyPage">
            <summary>
                <para type="description">The "settingsBlockPrivacyPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Privacy in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockUpdateSecurityPage">
            <summary>
                <para type="description">The "settingsBlockUpdateSecurityPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Update &amp; Security in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockAppsPage">
            <summary>
                <para type="description">The "settingsBlockAppsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Apps in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockGamingPage">
            <summary>
                <para type="description">The "settingsBlockGamingPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Gaming in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
                <para type="description">The "windowsSpotlightBlockConsumerSpecificFeatures" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlocked">
            <summary>
                <para type="description">The "windowsSpotlightBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off all Windows Spotlight features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockOnActionCenter">
            <summary>
                <para type="description">The "windowsSpotlightBlockOnActionCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockTailoredExperiences">
            <summary>
                <para type="description">The "windowsSpotlightBlockTailoredExperiences" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block personalized content in Windows spotlight based on user’s device usage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockThirdPartyNotifications">
            <summary>
                <para type="description">The "windowsSpotlightBlockThirdPartyNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block third party content delivered via Windows Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockWelcomeExperience">
            <summary>
                <para type="description">The "windowsSpotlightBlockWelcomeExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Windows Spotlight Windows welcome experience</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightBlockWindowsTips">
            <summary>
                <para type="description">The "windowsSpotlightBlockWindowsTips" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off the popup of Windows Tips.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsSpotlightConfigureOnLockScreen">
            <summary>
                <para type="description">The "windowsSpotlightConfigureOnLockScreen" property, of type "microsoft.graph.windowsSpotlightEnablementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the type of Spotlight</para>
                <para type="description">
                     Valid values: 'notConfigured', 'disabled', 'enabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkProxyApplySettingsDeviceWide">
            <summary>
                <para type="description">The "networkProxyApplySettingsDeviceWide" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkProxyDisableAutoDetect">
            <summary>
                <para type="description">The "networkProxyDisableAutoDetect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkProxyAutomaticConfigurationUrl">
            <summary>
                <para type="description">The "networkProxyAutomaticConfigurationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Address to the proxy auto-config (PAC) script you want to use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkProxyServer">
            <summary>
                <para type="description">The "networkProxyServer" property, of type "microsoft.graph.windows10NetworkProxyServer".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies manual proxy server settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.antiTheftModeBlocked">
            <summary>
                <para type="description">The "antiTheftModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.connectedDevicesServiceBlocked">
            <summary>
                <para type="description">The "connectedDevicesServiceBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.certificatesBlockManualRootCertificateInstallation">
            <summary>
                <para type="description">The "certificatesBlockManualRootCertificateInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from doing manual root certificate installation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.copyPasteBlocked">
            <summary>
                <para type="description">The "copyPasteBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cortanaBlocked">
            <summary>
                <para type="description">The "cortanaBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using Cortana.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementBlockFactoryResetOnMobile">
            <summary>
                <para type="description">The "deviceManagementBlockFactoryResetOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from resetting their phone.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementBlockManualUnenroll">
            <summary>
                <para type="description">The "deviceManagementBlockManualUnenroll" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from doing manual un-enrollment from device management.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safeSearchFilter">
            <summary>
                <para type="description">The "safeSearchFilter" property, of type "microsoft.graph.safeSearchFilterType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies what filter level of safe search is required.</para>
                <para type="description">
                     Valid values: 'userDefined', 'strict', 'moderate'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockPopups">
            <summary>
                <para type="description">The "edgeBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockSearchSuggestions">
            <summary>
                <para type="description">The "edgeBlockSearchSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the search suggestions in the address bar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeBlockSendingIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeSendIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeSendIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeRequireSmartScreen">
            <summary>
                <para type="description">The "edgeRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "edgeEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates the enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeFirstRunUrl">
            <summary>
                <para type="description">The "edgeFirstRunUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The first run URL for when Edge browser is opened for the first time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeSearchEngine">
            <summary>
                <para type="description">The "edgeSearchEngine" property, of type "microsoft.graph.edgeSearchEngineBase".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeHomepageUrls">
            <summary>
                <para type="description">The "edgeHomepageUrls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edgeBlockAccessToAboutFlags">
            <summary>
                <para type="description">The "edgeBlockAccessToAboutFlags" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent access to about flags on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smartScreenBlockPromptOverride">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smartScreenBlockPromptOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webRtcBlockLocalhostIpAddress">
            <summary>
                <para type="description">The "webRtcBlockLocalhostIpAddress" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.internetSharingBlocked">
            <summary>
                <para type="description">The "internetSharingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using internet sharing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockAddProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockAddProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockRemoveProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockRemoveProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the runtime configuration agent from removing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockChangeSystemTime">
            <summary>
                <para type="description">The "settingsBlockChangeSystemTime" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing date and time settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockEditDeviceName">
            <summary>
                <para type="description">The "settingsBlockEditDeviceName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from editing the device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockChangeRegion">
            <summary>
                <para type="description">The "settingsBlockChangeRegion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the region settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockChangeLanguage">
            <summary>
                <para type="description">The "settingsBlockChangeLanguage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the language settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settingsBlockChangePowerSleep">
            <summary>
                <para type="description">The "settingsBlockChangePowerSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing power and sleep settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftAccountBlockSettingsSync">
            <summary>
                <para type="description">The "microsoftAccountBlockSettingsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Microsoft account settings sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resetProtectionModeBlocked">
            <summary>
                <para type="description">The "resetProtectionModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from reset protection mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRequireMobileDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireMobileDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicating whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.usbBlocked">
            <summary>
                <para type="description">The "usbBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from USB connection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.voiceRecordingBlocked">
            <summary>
                <para type="description">The "voiceRecordingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from voice recording.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wiFiBlockManualConfiguration">
            <summary>
                <para type="description">The "wiFiBlockManualConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using Wi-Fi manual configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wiFiScanInterval">
            <summary>
                <para type="description">The "wiFiScanInterval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wirelessDisplayBlockProjectionToThisDevice">
            <summary>
                <para type="description">The "wirelessDisplayBlockProjectionToThisDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow other devices from discovering this PC for projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wirelessDisplayBlockUserInputFromReceiver">
            <summary>
                <para type="description">The "wirelessDisplayBlockUserInputFromReceiver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow user input from wireless display receiver.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wirelessDisplayRequirePinForPairing">
            <summary>
                <para type="description">The "wirelessDisplayRequirePinForPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a PIN for new devices to initiate pairing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsAllowTrustedAppsSideloading">
            <summary>
                <para type="description">The "appsAllowTrustedAppsSideloading" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsStoreBlockAutoUpdate">
            <summary>
                <para type="description">The "windowsStoreBlockAutoUpdate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic update of apps from Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.developerUnlockSetting">
            <summary>
                <para type="description">The "developerUnlockSetting" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow developer unlock.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharedUserAppDataAllowed">
            <summary>
                <para type="description">The "sharedUserAppDataAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block multiple users of the same app to share data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsBlockWindowsStoreOriginatedApps">
            <summary>
                <para type="description">The "appsBlockWindowsStoreOriginatedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsStoreEnablePrivateStoreOnly">
            <summary>
                <para type="description">The "windowsStoreEnablePrivateStoreOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable Private Store Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRestrictAppDataToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppDataToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether application data is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRestrictAppInstallToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppInstallToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether the installation of applications is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.gameDvrBlocked">
            <summary>
                <para type="description">The "gameDvrBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block DVR and broadcasting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.experienceBlockDeviceDiscovery">
            <summary>
                <para type="description">The "experienceBlockDeviceDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable device discovery UX.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.experienceBlockErrorDialogWhenNoSIM">
            <summary>
                <para type="description">The "experienceBlockErrorDialogWhenNoSIM" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.experienceBlockTaskSwitcher">
            <summary>
                <para type="description">The "experienceBlockTaskSwitcher" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable task switching on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.logonBlockFastUserSwitching">
            <summary>
                <para type="description">The "logonBlockFastUserSwitching" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disables the ability to quickly switch between users that are logged on simultaneously without logging off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
                <para type="description">The "tenantLockdownRequireNetworkDuringOutOfBoxExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether the device is required to connect to the network.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windows10EndpointProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallBlockStatefulFTP">
            <summary>
                <para type="description">The "firewallBlockStatefulFTP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Blocks stateful FTP connections to the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
                <para type="description">The "firewallIdleTimeoutForSecurityAssociationInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallPreSharedKeyEncodingMethod">
            <summary>
                <para type="description">The "firewallPreSharedKeyEncodingMethod" property, of type "microsoft.graph.firewallPreSharedKeyEncodingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Select the preshared key encoding to be used</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'utF8'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowNeighborDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallIPSecExemptionsAllowICMP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowICMP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow ICMP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowRouterDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallIPSecExemptionsAllowDHCP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowDHCP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallCertificateRevocationListCheckMethod">
            <summary>
                <para type="description">The "firewallCertificateRevocationListCheckMethod" property, of type "microsoft.graph.firewallCertificateRevocationListCheckMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Specify how the certificate revocation list is to be enforced</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'attempt', 'require'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallMergeKeyingModuleSettings">
            <summary>
                <para type="description">The "firewallMergeKeyingModuleSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallPacketQueueingMethod">
            <summary>
                <para type="description">The "firewallPacketQueueingMethod" property, of type "microsoft.graph.firewallPacketQueueingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures how packet queueing should be applied in the tunnel gateway scenario</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'disabled', 'queueInbound', 'queueOutbound', 'queueBoth'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallProfileDomain">
            <summary>
                <para type="description">The "firewallProfileDomain" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for domain networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallProfilePublic">
            <summary>
                <para type="description">The "firewallProfilePublic" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for public networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.firewallProfilePrivate">
            <summary>
                <para type="description">The "firewallProfilePrivate" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for private networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderAttackSurfaceReductionExcludedPaths">
            <summary>
                <para type="description">The "defenderAttackSurfaceReductionExcludedPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of exe files and folders to be excluded from attack surface reduction rules</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderGuardedFoldersAllowedAppPaths">
            <summary>
                <para type="description">The "defenderGuardedFoldersAllowedAppPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of paths to exe that are allowed to access protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderAdditionalGuardedFolders">
            <summary>
                <para type="description">The "defenderAdditionalGuardedFolders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of folder paths to be added to the list of protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderExploitProtectionXml">
            <summary>
                <para type="description">The "defenderExploitProtectionXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Xml content containing information regarding exploit protection details.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderExploitProtectionXmlFileName">
            <summary>
                <para type="description">The "defenderExploitProtectionXmlFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Name of the file from which DefenderExploitProtectionXml was obtained.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
                <para type="description">The "defenderSecurityCenterBlockExploitProtectionOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user from overriding Exploit Protection settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appLockerApplicationControl">
            <summary>
                <para type="description">The "appLockerApplicationControl" property, of type "microsoft.graph.appLockerApplicationControlType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enables the Admin to choose what types of app to allow on devices.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enforceComponentsAndStoreApps', 'auditComponentsAndStoreApps', 'enforceComponentsStoreAppsAndSmartlocker', 'auditComponentsStoreAppsAndSmartlocker'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smartScreenEnableInShell">
            <summary>
                <para type="description">The "smartScreenEnableInShell" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to configure SmartScreen for Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smartScreenBlockOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardEnabled">
            <summary>
                <para type="description">The "applicationGuardEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enable Windows Defender Application Guard</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardBlockFileTransfer">
            <summary>
                <para type="description">The "applicationGuardBlockFileTransfer" property, of type "microsoft.graph.applicationGuardBlockFileTransferType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to transfer image file, text file or neither of them</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockImageAndTextFile', 'blockImageFile', 'blockNone', 'blockTextFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardBlockNonEnterpriseContent">
            <summary>
                <para type="description">The "applicationGuardBlockNonEnterpriseContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block enterprise sites to load non-enterprise content, such as third party plug-ins</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardAllowPersistence">
            <summary>
                <para type="description">The "applicationGuardAllowPersistence" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardForceAuditing">
            <summary>
                <para type="description">The "applicationGuardForceAuditing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardBlockClipboardSharing">
            <summary>
                <para type="description">The "applicationGuardBlockClipboardSharing" property, of type "microsoft.graph.applicationGuardBlockClipboardSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockBoth', 'blockHostToContainer', 'blockContainerToHost', 'blockNone'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardAllowPrintToPDF">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToPDF" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to PDF from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardAllowPrintToXPS">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToXPS" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to XPS from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardAllowPrintToLocalPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToLocalPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Local Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationGuardAllowPrintToNetworkPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToNetworkPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Network Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bitLockerDisableWarningForOtherDiskEncryption">
            <summary>
                <para type="description">The "bitLockerDisableWarningForOtherDiskEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the Admin to disable the warning prompt for other disk encryption on the user machines.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
                <para type="description">The "bitLockerEnableStorageCardEncryptionOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bitLockerEncryptDevice">
            <summary>
                <para type="description">The "bitLockerEncryptDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bitLockerRemovableDrivePolicy">
            <summary>
                <para type="description">The "bitLockerRemovableDrivePolicy" property, of type "microsoft.graph.bitLockerRemovableDrivePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">BitLocker Removable Drive Policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assetTagTemplate">
            <summary>
                <para type="description">The "assetTagTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Asset tag information for the device, displayed on the login window and lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenFootnote">
            <summary>
                <para type="description">The "lockScreenFootnote" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.homeScreenDockIcons">
            <summary>
                <para type="description">The "homeScreenDockIcons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.homeScreenPages">
            <summary>
                <para type="description">The "homeScreenPages" property, of type "microsoft.graph.iosHomeScreenPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationSettings">
            <summary>
                <para type="description">The "notificationSettings" property, of type "microsoft.graph.iosNotificationSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.emailInDomainSuffixes">
            <summary>
                <para type="description">The "emailInDomainSuffixes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">An email address lacking a suffix that matches any of these strings will be considered out-of-domain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.payloadName">
            <summary>
                <para type="description">The "payloadName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Name that is displayed to the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.payloadFileName">
            <summary>
                <para type="description">The "payloadFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload file name (*.mobileconfig | *.xml).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.payload">
            <summary>
                <para type="description">The "payload" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload. (UTF8 encoded byte array)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosUpdateConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosUpdateConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours Start (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours End (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.scheduledInstallDays">
            <summary>
                <para type="description">The "scheduledInstallDays" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.utcTimeOffsetInMinutes">
            <summary>
                <para type="description">The "utcTimeOffsetInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">UTC Time Offset indicated in minutes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.accountBlockModification">
            <summary>
                <para type="description">The "accountBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow account modification when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activationLockAllowWhenSupervised">
            <summary>
                <para type="description">The "activationLockAllowWhenSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow activation lock when the device is in the supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.airDropBlocked">
            <summary>
                <para type="description">The "airDropBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow AirDrop when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.airDropForceUnmanagedDropTarget">
            <summary>
                <para type="description">The "airDropForceUnmanagedDropTarget" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.airPlayForcePairingPasswordForOutgoingRequests">
            <summary>
                <para type="description">The "airPlayForcePairingPasswordForOutgoingRequests" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appleWatchBlockPairing">
            <summary>
                <para type="description">The "appleWatchBlockPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appleWatchForceWristDetection">
            <summary>
                <para type="description">The "appleWatchForceWristDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appleNewsBlocked">
            <summary>
                <para type="description">The "appleNewsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsSingleAppModeList">
            <summary>
                <para type="description">The "appsSingleAppModeList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsVisibilityList">
            <summary>
                <para type="description">The "appsVisibilityList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsVisibilityListType">
            <summary>
                <para type="description">The "appsVisibilityListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of list that is in the AppsVisibilityList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreBlockAutomaticDownloads">
            <summary>
                <para type="description">The "appStoreBlockAutomaticDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreBlocked">
            <summary>
                <para type="description">The "appStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreBlockInAppPurchases">
            <summary>
                <para type="description">The "appStoreBlockInAppPurchases" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from making in app purchases.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreBlockUIAppInstallation">
            <summary>
                <para type="description">The "appStoreBlockUIAppInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreRequirePassword">
            <summary>
                <para type="description">The "appStoreRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password when using the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bluetoothBlockModification">
            <summary>
                <para type="description">The "bluetoothBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
                <para type="description">The "cellularBlockGlobalBackgroundFetchWhileRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block global background fetch while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockPerAppDataModification">
            <summary>
                <para type="description">The "cellularBlockPerAppDataModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockPersonalHotspot">
            <summary>
                <para type="description">The "cellularBlockPersonalHotspot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Personal Hotspot.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockVoiceRoaming">
            <summary>
                <para type="description">The "cellularBlockVoiceRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.certificatesBlockUntrustedTlsCertificates">
            <summary>
                <para type="description">The "certificatesBlockUntrustedTlsCertificates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block untrusted TLS certificates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classroomAppBlockRemoteScreenObservation">
            <summary>
                <para type="description">The "classroomAppBlockRemoteScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classroomAppForceUnpromptedScreenObservation">
            <summary>
                <para type="description">The "classroomAppForceUnpromptedScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationProfileBlockChanges">
            <summary>
                <para type="description">The "configurationProfileBlockChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.definitionLookupBlocked">
            <summary>
                <para type="description">The "definitionLookupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceBlockEnableRestrictions">
            <summary>
                <para type="description">The "deviceBlockEnableRestrictions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceBlockEraseContentAndSettings">
            <summary>
                <para type="description">The "deviceBlockEraseContentAndSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceBlockNameModification">
            <summary>
                <para type="description">The "deviceBlockNameModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.diagnosticDataBlockSubmissionModification">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmissionModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.documentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
                <para type="description">The "documentsBlockManagedDocumentsInUnmanagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing managed documents in unmanaged apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.documentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
                <para type="description">The "documentsBlockUnmanagedDocumentsInManagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing unmanaged documents in managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseAppBlockTrust">
            <summary>
                <para type="description">The "enterpriseAppBlockTrust" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from trusting an enterprise app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseAppBlockTrustModification">
            <summary>
                <para type="description">The "enterpriseAppBlockTrustModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from modifying the enterprise app trust settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.faceTimeBlocked">
            <summary>
                <para type="description">The "faceTimeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using FaceTime.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.findMyFriendsBlocked">
            <summary>
                <para type="description">The "findMyFriendsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Find My Friends when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.gamingBlockGameCenterFriends">
            <summary>
                <para type="description">The "gamingBlockGameCenterFriends" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from having friends in Game Center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.gamingBlockMultiplayer">
            <summary>
                <para type="description">The "gamingBlockMultiplayer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using multiplayer gaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.gameCenterBlocked">
            <summary>
                <para type="description">The "gameCenterBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Game Center when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hostPairingBlocked">
            <summary>
                <para type="description">The "hostPairingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iBooksStoreBlocked">
            <summary>
                <para type="description">The "iBooksStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iBooksStoreBlockErotica">
            <summary>
                <para type="description">The "iBooksStoreBlockErotica" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockActivityContinuation">
            <summary>
                <para type="description">The "iCloudBlockActivityContinuation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockBackup">
            <summary>
                <para type="description">The "iCloudBlockBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockDocumentSync">
            <summary>
                <para type="description">The "iCloudBlockDocumentSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud document sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockManagedAppsSync">
            <summary>
                <para type="description">The "iCloudBlockManagedAppsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Managed Apps Cloud Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockPhotoLibrary">
            <summary>
                <para type="description">The "iCloudBlockPhotoLibrary" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Library.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockPhotoStreamSync">
            <summary>
                <para type="description">The "iCloudBlockPhotoStreamSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Stream Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudBlockSharedPhotoStream">
            <summary>
                <para type="description">The "iCloudBlockSharedPhotoStream" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Shared Photo Stream.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCloudRequireEncryptedBackup">
            <summary>
                <para type="description">The "iCloudRequireEncryptedBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require backups to iCloud be encrypted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iTunesBlockExplicitContent">
            <summary>
                <para type="description">The "iTunesBlockExplicitContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iTunesBlockMusicService">
            <summary>
                <para type="description">The "iTunesBlockMusicService" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iTunesBlockRadio">
            <summary>
                <para type="description">The "iTunesBlockRadio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.keyboardBlockAutoCorrect">
            <summary>
                <para type="description">The "keyboardBlockAutoCorrect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.keyboardBlockDictation">
            <summary>
                <para type="description">The "keyboardBlockDictation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using dictation input when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.keyboardBlockPredictive">
            <summary>
                <para type="description">The "keyboardBlockPredictive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.keyboardBlockShortcuts">
            <summary>
                <para type="description">The "keyboardBlockShortcuts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.keyboardBlockSpellCheck">
            <summary>
                <para type="description">The "keyboardBlockSpellCheck" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowAssistiveSpeak">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveSpeak" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow assistive speak while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowAssistiveTouchSettings">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveTouchSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowAutoLock">
            <summary>
                <para type="description">The "kioskModeAllowAutoLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device auto lock while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowColorInversionSettings">
            <summary>
                <para type="description">The "kioskModeAllowColorInversionSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowRingerSwitch">
            <summary>
                <para type="description">The "kioskModeAllowRingerSwitch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the ringer switch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowScreenRotation">
            <summary>
                <para type="description">The "kioskModeAllowScreenRotation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen rotation while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowSleepButton">
            <summary>
                <para type="description">The "kioskModeAllowSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the sleep button while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowTouchscreen">
            <summary>
                <para type="description">The "kioskModeAllowTouchscreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the touchscreen while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowVoiceOverSettings">
            <summary>
                <para type="description">The "kioskModeAllowVoiceOverSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the voice over settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowVolumeButtons">
            <summary>
                <para type="description">The "kioskModeAllowVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the volume buttons while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAllowZoomSettings">
            <summary>
                <para type="description">The "kioskModeAllowZoomSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the zoom settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeAppStoreUrl">
            <summary>
                <para type="description">The "kioskModeAppStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeBuiltInAppId">
            <summary>
                <para type="description">The "kioskModeBuiltInAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeRequireAssistiveTouch">
            <summary>
                <para type="description">The "kioskModeRequireAssistiveTouch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require assistive touch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeRequireColorInversion">
            <summary>
                <para type="description">The "kioskModeRequireColorInversion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require color inversion while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeRequireMonoAudio">
            <summary>
                <para type="description">The "kioskModeRequireMonoAudio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require mono audio while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeRequireVoiceOver">
            <summary>
                <para type="description">The "kioskModeRequireVoiceOver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require voice over while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeRequireZoom">
            <summary>
                <para type="description">The "kioskModeRequireZoom" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require zoom while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeManagedAppId">
            <summary>
                <para type="description">The "kioskModeManagedAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockControlCenter">
            <summary>
                <para type="description">The "lockScreenBlockControlCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using control center on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockNotificationView">
            <summary>
                <para type="description">The "lockScreenBlockNotificationView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the notification view on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockPassbook">
            <summary>
                <para type="description">The "lockScreenBlockPassbook" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using passbook when the device is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lockScreenBlockTodayView">
            <summary>
                <para type="description">The "lockScreenBlockTodayView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Today View on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingAustralia">
            <summary>
                <para type="description">The "mediaContentRatingAustralia" property, of type "microsoft.graph.mediaContentRatingAustralia".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Australia</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingCanada">
            <summary>
                <para type="description">The "mediaContentRatingCanada" property, of type "microsoft.graph.mediaContentRatingCanada".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Canada</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingFrance">
            <summary>
                <para type="description">The "mediaContentRatingFrance" property, of type "microsoft.graph.mediaContentRatingFrance".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for France</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingGermany">
            <summary>
                <para type="description">The "mediaContentRatingGermany" property, of type "microsoft.graph.mediaContentRatingGermany".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Germany</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingIreland">
            <summary>
                <para type="description">The "mediaContentRatingIreland" property, of type "microsoft.graph.mediaContentRatingIreland".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Ireland</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingJapan">
            <summary>
                <para type="description">The "mediaContentRatingJapan" property, of type "microsoft.graph.mediaContentRatingJapan".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Japan</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingNewZealand">
            <summary>
                <para type="description">The "mediaContentRatingNewZealand" property, of type "microsoft.graph.mediaContentRatingNewZealand".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for New Zealand</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingUnitedKingdom">
            <summary>
                <para type="description">The "mediaContentRatingUnitedKingdom" property, of type "microsoft.graph.mediaContentRatingUnitedKingdom".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United Kingdom</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingUnitedStates">
            <summary>
                <para type="description">The "mediaContentRatingUnitedStates" property, of type "microsoft.graph.mediaContentRatingUnitedStates".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United States</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.networkUsageRules">
            <summary>
                <para type="description">The "networkUsageRules" property, of type "microsoft.graph.iosNetworkUsageRule".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mediaContentRatingApps">
            <summary>
                <para type="description">The "mediaContentRatingApps" property, of type "microsoft.graph.ratingAppsType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Apps</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove4', 'agesAbove9', 'agesAbove12', 'agesAbove17'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messagesBlocked">
            <summary>
                <para type="description">The "messagesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Messages app on the supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationsBlockSettingsModification">
            <summary>
                <para type="description">The "notificationsBlockSettingsModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passcodeBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeBlockFingerprintModification">
            <summary>
                <para type="description">The "passcodeBlockFingerprintModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Block modification of registered Touch ID fingerprints when in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeBlockModification">
            <summary>
                <para type="description">The "passcodeBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passcodeSignInFailureCountBeforeWipe">
            <summary>
                <para type="description">The "passcodeSignInFailureCountBeforeWipe" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before wiping the device. Valid values 4 to 11</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.podcastsBlocked">
            <summary>
                <para type="description">The "podcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariBlockAutofill">
            <summary>
                <para type="description">The "safariBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Auto fill in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariBlockJavaScript">
            <summary>
                <para type="description">The "safariBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariBlockPopups">
            <summary>
                <para type="description">The "safariBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariBlocked">
            <summary>
                <para type="description">The "safariBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariCookieSettings">
            <summary>
                <para type="description">The "safariCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings for Safari.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariManagedDomains">
            <summary>
                <para type="description">The "safariManagedDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URLs matching the patterns listed here will be considered managed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariPasswordAutoFillDomains">
            <summary>
                <para type="description">The "safariPasswordAutoFillDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.safariRequireFraudWarning">
            <summary>
                <para type="description">The "safariRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.siriBlocked">
            <summary>
                <para type="description">The "siriBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.siriBlockedWhenLocked">
            <summary>
                <para type="description">The "siriBlockedWhenLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri when locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.siriBlockUserGeneratedContent">
            <summary>
                <para type="description">The "siriBlockUserGeneratedContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.siriRequireProfanityFilter">
            <summary>
                <para type="description">The "siriRequireProfanityFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.spotlightBlockInternetResults">
            <summary>
                <para type="description">The "spotlightBlockInternetResults" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Spotlight search from returning internet results on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.voiceDialingBlocked">
            <summary>
                <para type="description">The "voiceDialingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice dialing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wallpaperBlockModification">
            <summary>
                <para type="description">The "wallpaperBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wiFiConnectOnlyToConfiguredNetworks">
            <summary>
                <para type="description">The "wiFiConnectOnlyToConfiguredNetworks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidWorkProfileGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passwordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordBlockTrustAgents">
            <summary>
                <para type="description">The "passwordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileDataSharingType">
            <summary>
                <para type="description">The "workProfileDataSharingType" property, of type "microsoft.graph.androidWorkProfileCrossProfileDataSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of data sharing that is allowed.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'preventAny', 'allowPersonalToWork', 'noRestrictions'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockNotificationsWhileDeviceLocked">
            <summary>
                <para type="description">The "workProfileBlockNotificationsWhileDeviceLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block notifications while device locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockAddingAccounts">
            <summary>
                <para type="description">The "workProfileBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block users from adding/removing accounts in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBluetoothEnableContactSharing">
            <summary>
                <para type="description">The "workProfileBluetoothEnableContactSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Allow bluetooth devices to access enterprise contacts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockScreenCapture">
            <summary>
                <para type="description">The "workProfileBlockScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block screen capture in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockCrossProfileCallerId">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCallerId" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block display work profile caller ID in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockCamera">
            <summary>
                <para type="description">The "workProfileBlockCamera" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockCrossProfileContactsSearch">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileContactsSearch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile contacts availability in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileBlockCrossProfileCopyPaste">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Boolean that indicates if the setting disallow cross profile copy/paste is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileDefaultAppPermissionPolicy">
            <summary>
                <para type="description">The "workProfileDefaultAppPermissionPolicy" property, of type "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'prompt', 'autoGrant', 'autoDeny'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "workProfilePasswordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordBlockTrustAgents">
            <summary>
                <para type="description">The "workProfilePasswordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordExpirationDays">
            <summary>
                <para type="description">The "workProfilePasswordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the work profile password expires. Valid values 1 to 365</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinimumLength">
            <summary>
                <para type="description">The "workProfilePasswordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of work profile password. Valid values 4 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinNumericCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNumericCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of numeric characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinNonLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNonLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of non-letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinLowerCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLowerCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of lower-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinUpperCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinUpperCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of upper-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinSymbolCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinSymbolCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of symbols required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "workProfilePasswordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous work profile passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "workProfilePasswordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfilePasswordRequiredType">
            <summary>
                <para type="description">The "workProfilePasswordRequiredType" property, of type "microsoft.graph.androidWorkProfileRequiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of work profile password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'lowSecurityBiometric', 'required', 'atLeastNumeric', 'numericComplex', 'atLeastAlphabetic', 'atLeastAlphanumeric', 'alphanumericWithSymbols'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workProfileRequirePassword">
            <summary>
                <para type="description">The "workProfileRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Password is required or not for work profile</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidWorkProfileCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsBlockClipboardSharing">
            <summary>
                <para type="description">The "appsBlockClipboardSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block clipboard sharing to copy and paste between applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsBlockYouTube">
            <summary>
                <para type="description">The "appsBlockYouTube" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the YouTube app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellularBlockMessaging">
            <summary>
                <para type="description">The "cellularBlockMessaging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block SMS/MMS messaging.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.googleAccountBlockAutoSync">
            <summary>
                <para type="description">The "googleAccountBlockAutoSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google account auto sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.googlePlayStoreBlocked">
            <summary>
                <para type="description">The "googlePlayStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Google Play store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeBlockSleepButton">
            <summary>
                <para type="description">The "kioskModeBlockSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the screen sleep button while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeBlockVolumeButtons">
            <summary>
                <para type="description">The "kioskModeBlockVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the volume buttons while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.kioskModeApps">
            <summary>
                <para type="description">The "kioskModeApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.powerOffBlocked">
            <summary>
                <para type="description">The "powerOffBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block powering off the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.factoryResetBlocked">
            <summary>
                <para type="description">The "factoryResetBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user performing a factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceSharingAllowed">
            <summary>
                <para type="description">The "deviceSharingAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device sharing mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageBlockGoogleBackup">
            <summary>
                <para type="description">The "storageBlockGoogleBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google Backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.storageRequireRemovableStorageEncryption">
            <summary>
                <para type="description">The "storageRequireRemovableStorageEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require removable storage encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.voiceAssistantBlocked">
            <summary>
                <para type="description">The "voiceAssistantBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the use of the Voice Assistant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webBrowserBlockPopups">
            <summary>
                <para type="description">The "webBrowserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webBrowserBlockAutofill">
            <summary>
                <para type="description">The "webBrowserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser's auto fill feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webBrowserBlockJavaScript">
            <summary>
                <para type="description">The "webBrowserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webBrowserCookieSettings">
            <summary>
                <para type="description">The "webBrowserCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings within the web browser.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsInstallAllowList">
            <summary>
                <para type="description">The "appsInstallAllowList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsLaunchBlockList">
            <summary>
                <para type="description">The "appsLaunchBlockList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appsHideList">
            <summary>
                <para type="description">The "appsHideList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.detectedApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.detectedApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sizeInByte">
            <summary>
                <para type="description">The "sizeInByte" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Discovered application size in bytes. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The devices that have the discovered application installed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceOverview">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceOverview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enrolledDeviceCount">
            <summary>
                <para type="description">The "enrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Total enrolled device count. Does not include PC devices managed via Intune PC Agent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mdmEnrolledCount">
            <summary>
                <para type="description">The "mdmEnrolledCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dualEnrolledDeviceCount">
            <summary>
                <para type="description">The "dualEnrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in both MDM and EAS</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceOperatingSystemSummary">
            <summary>
                <para type="description">The "deviceOperatingSystemSummary" property, of type "microsoft.graph.deviceOperatingSystemSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Device operating system summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceExchangeAccessStateSummary">
            <summary>
                <para type="description">The "deviceExchangeAccessStateSummary" property, of type "microsoft.graph.deviceExchangeAccessStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Distribution of Exchange Access State in Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applePushNotificationCertificate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appleIdentifier">
            <summary>
                <para type="description">The "appleIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Apple Id of the account used to create the MDM push certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.topicIdentifier">
            <summary>
                <para type="description">The "topicIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Topic Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bodyText">
            <summary>
                <para type="description">The "bodyText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.acceptanceStatement">
            <summary>
                <para type="description">The "acceptanceStatement" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.acceptanceStatuses">
            <summary>
                <para type="description">The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagement">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagement" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subscriptionState">
            <summary>
                <para type="description">The "subscriptionState" property, of type "microsoft.graph.deviceManagementSubscriptionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Tenant mobile device management subscription state.</para>
                <para type="description">
                     Valid values: 'pending', 'active', 'warning', 'disabled', 'deleted', 'blocked', 'lockedOut'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.deviceManagementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Account level settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.intuneBrand">
            <summary>
                <para type="description">The "intuneBrand" property, of type "microsoft.graph.intuneBrand".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.detectedApps">
            <summary>
                <para type="description">The "detectedApps" property, of type "microsoft.graph.detectedApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of detected apps associated with a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurations">
            <summary>
                <para type="description">The "deviceConfigurations" property, of type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicies">
            <summary>
                <para type="description">The "deviceCompliancePolicies" property, of type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="description">The "deviceCompliancePolicySettingStateSummaries" property, of type "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="description">The "deviceConfigurationDeviceStateSummaries" property, of type "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configuration device state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosUpdateStatuses">
            <summary>
                <para type="description">The "iosUpdateStatuses" property, of type "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCategories">
            <summary>
                <para type="description">The "deviceCategories" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device categories with the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeConnectors">
            <summary>
                <para type="description">The "exchangeConnectors" property, of type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentConfigurations">
            <summary>
                <para type="description">The "deviceEnrollmentConfigurations" property, of type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device enrollment configurations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conditionalAccessSettings">
            <summary>
                <para type="description">The "conditionalAccessSettings" property, of type "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileThreatDefenseConnectors">
            <summary>
                <para type="description">The "mobileThreatDefenseConnectors" property, of type "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementPartners">
            <summary>
                <para type="description">The "deviceManagementPartners" property, of type "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationMessageTemplates">
            <summary>
                <para type="description">The "notificationMessageTemplates" property, of type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Notification Message Templates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roleDefinitions">
            <summary>
                <para type="description">The "roleDefinitions" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Definitions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceOperations">
            <summary>
                <para type="description">The "resourceOperations" property, of type "microsoft.graph.resourceOperation".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Resource Operations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.telecomExpenseManagementPartners">
            <summary>
                <para type="description">The "telecomExpenseManagementPartners" property, of type "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The telecom expense management partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remoteAssistancePartners">
            <summary>
                <para type="description">The "remoteAssistancePartners" property, of type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The remote assist partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionAppLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection app learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionNetworkLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection network learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.troubleshootingEvents">
            <summary>
                <para type="description">The "troubleshootingEvents" property, of type "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppContent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mobileAppContent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.files">
            <summary>
                <para type="description">The "files" property, of type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContent" type.</para>
                <para type="description">The list of files for this app content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceMobileAppConfigurationUserSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceMobileAppConfigurationDeviceSummary">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceMobileAppConfigurationUserStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceMobileAppConfigurationDeviceStatus">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceMobileAppConfigurationAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppContentFile">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mobileAppContentFile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureStorageUri">
            <summary>
                <para type="description">The "azureStorageUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The Azure Storage URI.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isCommitted">
            <summary>
                <para type="description">The "isCommitted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">A value indicating whether the file is committed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sizeEncrypted">
            <summary>
                <para type="description">The "sizeEncrypted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file after encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureStorageUriExpirationDateTime">
            <summary>
                <para type="description">The "azureStorageUriExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the Azure storage Uri expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.manifest">
            <summary>
                <para type="description">The "manifest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The manifest information.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.uploadState">
            <summary>
                <para type="description">The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The state of the current upload request.</para>
                <para type="description">
                     Valid values: 'success', 'transientError', 'error', 'unknown', 'azureStorageUriRequestSuccess', 'azureStorageUriRequestPending', 'azureStorageUriRequestFailed', 'azureStorageUriRequestTimedOut', 'azureStorageUriRenewalSuccess', 'azureStorageUriRenewalPending', 'azureStorageUriRenewalFailed', 'azureStorageUriRenewalTimedOut', 'commitFileSuccess', 'commitFilePending', 'commitFileFailed', 'commitFileTimedOut'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mobileAppAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.intent">
            <summary>
                <para type="description">The "intent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The install intent defined by the admin.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Publisher.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.publishedDateTime">
            <summary>
                <para type="description">The "publishedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.largeCover">
            <summary>
                <para type="description">The "largeCover" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Book cover.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installSummary">
            <summary>
                <para type="description">The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Mobile App Install Summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userStateSummary">
            <summary>
                <para type="description">The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosVppEBook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppTokenId">
            <summary>
                <para type="description">The "vppTokenId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Apple ID associated with Vpp token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppOrganizationName">
            <summary>
                <para type="description">The "vppOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token's organization name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.genres">
            <summary>
                <para type="description">The "genres" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Genres.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Language.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.seller">
            <summary>
                <para type="description">The "seller" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Seller.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Total license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Used license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppStatusRaw">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppStatusRaw" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatusRaw" type.</para>
                <para type="description">Status report content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppToken">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.vppToken" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.organizationName">
            <summary>
                <para type="description">The "organizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.token">
            <summary>
                <para type="description">The "token" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastSyncStatus">
            <summary>
                <para type="description">The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.</para>
                <para type="description">
                     Valid values: 'none', 'inProgress', 'completed', 'failed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.automaticallyUpdateApps">
            <summary>
                <para type="description">The "automaticallyUpdateApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetedMobileApps">
            <summary>
                <para type="description">The "targetedMobileApps" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">the associated app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceStatusSummary">
            <summary>
                <para type="description">The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userStatusSummary">
            <summary>
                <para type="description">The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosMobileAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosMobileAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.encodedSettingXml">
            <summary>
                <para type="description">The "encodedSettingXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">mdm app configuration Base64 binary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppCategory">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mobileAppCategory" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.largeIcon">
            <summary>
                <para type="description">The "largeIcon" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The large icon, to be displayed in the app details and used for upload of the icon.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isFeatured">
            <summary>
                <para type="description">The "isFeatured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The value indicating whether the app is marked as featured by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The owner of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.developer">
            <summary>
                <para type="description">The "developer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The developer of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notes">
            <summary>
                <para type="description">The "notes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">Notes for the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.publishingState">
            <summary>
                <para type="description">The "publishingState" property, of type "microsoft.graph.mobileAppPublishingState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publishing state for the app. The app cannot be assigned unless the app is published.</para>
                <para type="description">
                     Valid values: 'notPublished', 'processing', 'published'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.categories">
            <summary>
                <para type="description">The "categories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of categories for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Apple App Store URL</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicableDeviceType">
            <summary>
                <para type="description">The "applicableDeviceType" property, of type "microsoft.graph.iosDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The iOS architecture for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimumSupportedOperatingSystem">
            <summary>
                <para type="description">The "minimumSupportedOperatingSystem" property, of type "microsoft.graph.iosMinimumOperatingSystem".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The value for the minimum applicable operating system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosVppApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.releaseDateTime">
            <summary>
                <para type="description">The "releaseDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The VPP application release date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licensingType">
            <summary>
                <para type="description">The "licensingType" property, of type "microsoft.graph.vppLicensingType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The supported License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppTokenOrganizationName">
            <summary>
                <para type="description">The "vppTokenOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppTokenAppleId">
            <summary>
                <para type="description">The "vppTokenAppleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The Apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidStoreApp" type.</para>
                <para type="description">The package identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.webApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appUrl">
            <summary>
                <para type="description">The "appUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">The web app URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.useManagedBrowser">
            <summary>
                <para type="description">The "useManagedBrowser" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">Whether or not to use managed browser. This property is only applicable for Android and IOS.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftStoreForBusinessApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.packageIdentityName">
            <summary>
                <para type="description">The "packageIdentityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app package identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.committedContentVersion">
            <summary>
                <para type="description">The "committedContentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The internal committed content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The name of the main Lob application file.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentVersions">
            <summary>
                <para type="description">The "contentVersions" property, of type "microsoft.graph.mobileAppContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The list of content versions for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.versionNumber">
            <summary>
                <para type="description">The "versionNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The version number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.buildNumber">
            <summary>
                <para type="description">The "buildNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The build number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.versionName">
            <summary>
                <para type="description">The "versionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version name of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.versionCode">
            <summary>
                <para type="description">The "versionCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version code of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsUniversalAppX">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUniversalAppX" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicableArchitectures">
            <summary>
                <para type="description">The "applicableArchitectures" property, of type "microsoft.graph.windowsArchitecture".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows architecture(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'x86', 'x64', 'arm', 'neutral'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicableDeviceTypes">
            <summary>
                <para type="description">The "applicableDeviceTypes" property, of type "microsoft.graph.windowsDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows device type(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'desktop', 'mobile', 'holographic', 'team'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.identityName">
            <summary>
                <para type="description">The "identityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.identityPublisherHash">
            <summary>
                <para type="description">The "identityPublisherHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Publisher Hash.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.identityResourceIdentifier">
            <summary>
                <para type="description">The "identityResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Resource Identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isBundle">
            <summary>
                <para type="description">The "isBundle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">Whether or not the app is a bundle.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.identityVersion">
            <summary>
                <para type="description">The "identityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The identity version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsMobileMSI">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsMobileMSI" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The command line.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.productCode">
            <summary>
                <para type="description">The "productCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product code.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.productVersion">
            <summary>
                <para type="description">The "productVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product version of Windows Mobile MSI Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ignoreVersionDetection">
            <summary>
                <para type="description">The "ignoreVersionDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appAvailability">
            <summary>
                <para type="description">The "appAvailability" property, of type "microsoft.graph.managedAppAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's availability.</para>
                <para type="description">
                     Valid values: 'global', 'lineOfBusiness'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedIOSLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAndroidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedIOSStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAndroidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.macOSOfficeSuiteApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSOfficeSuiteApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceAppManagement">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAppManagement" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time the apps from the Microsoft Store for Business were synced successfully for the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isEnabledForMicrosoftStoreForBusiness">
            <summary>
                <para type="description">The "isEnabledForMicrosoftStoreForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Whether the account is enabled for syncing applications from the Microsoft Store for Business.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftStoreForBusinessLanguage">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.microsoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastCompletedApplicationSyncTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time an application sync from the Microsoft Store for Business was completed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileApps">
            <summary>
                <para type="description">The "mobileApps" property, of type "microsoft.graph.mobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppCategories">
            <summary>
                <para type="description">The "mobileAppCategories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile app categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileAppConfigurations">
            <summary>
                <para type="description">The "mobileAppConfigurations" property, of type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.vppTokens">
            <summary>
                <para type="description">The "vppTokens" property, of type "microsoft.graph.vppToken".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppPolicies">
            <summary>
                <para type="description">The "managedAppPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosManagedAppProtections">
            <summary>
                <para type="description">The "iosManagedAppProtections" property, of type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">iOS managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidManagedAppProtections">
            <summary>
                <para type="description">The "androidManagedAppProtections" property, of type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Android managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defaultManagedAppProtections">
            <summary>
                <para type="description">The "defaultManagedAppProtections" property, of type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Default managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetedManagedAppConfigurations">
            <summary>
                <para type="description">The "targetedManagedAppConfigurations" property, of type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Targeted managed app configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "mdmWindowsInformationProtectionPolicies" property, of type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.windowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "windowsInformationProtectionPolicies" property, of type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppRegistrations">
            <summary>
                <para type="description">The "managedAppRegistrations" property, of type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app registrations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedAppStatuses">
            <summary>
                <para type="description">The "managedAppStatuses" property, of type "microsoft.graph.managedAppStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app statuses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedEBooks">
            <summary>
                <para type="description">The "managedEBooks" property, of type "microsoft.graph.managedEBook".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.educationUser">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.primaryRole">
            <summary>
                <para type="description">The "primaryRole" property, of type "microsoft.graph.educationUserRole".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
                <para type="description">
                     Valid values: 'student', 'teacher', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.middleName">
            <summary>
                <para type="description">The "middleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.externalSource">
            <summary>
                <para type="description">The "externalSource" property, of type "microsoft.graph.educationExternalSource".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
                <para type="description">
                     Valid values: 'sis', 'manual', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.residenceAddress">
            <summary>
                <para type="description">The "residenceAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailingAddress">
            <summary>
                <para type="description">The "mailingAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.student">
            <summary>
                <para type="description">The "student" property, of type "microsoft.graph.educationStudent".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teacher">
            <summary>
                <para type="description">The "teacher" property, of type "microsoft.graph.educationTeacher".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.refreshTokensValidFromDateTime">
            <summary>
                <para type="description">The "refreshTokensValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.schools">
            <summary>
                <para type="description">The "schools" property, of type "microsoft.graph.educationSchool".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classes">
            <summary>
                <para type="description">The "classes" property, of type "microsoft.graph.educationClass".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.user">
            <summary>
                <para type="description">The "user" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.educationUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.educationSchool">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.principalEmail">
            <summary>
                <para type="description">The "principalEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.principalName">
            <summary>
                <para type="description">The "principalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.externalPrincipalId">
            <summary>
                <para type="description">The "externalPrincipalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lowestGrade">
            <summary>
                <para type="description">The "lowestGrade" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.highestGrade">
            <summary>
                <para type="description">The "highestGrade" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.schoolNumber">
            <summary>
                <para type="description">The "schoolNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.phone">
            <summary>
                <para type="description">The "phone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fax">
            <summary>
                <para type="description">The "fax" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.address">
            <summary>
                <para type="description">The "address" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.users">
            <summary>
                <para type="description">The "users" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationSchool" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.educationClass">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classCode">
            <summary>
                <para type="description">The "classCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.externalName">
            <summary>
                <para type="description">The "externalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.term">
            <summary>
                <para type="description">The "term" property, of type "microsoft.graph.educationTerm".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.teachers">
            <summary>
                <para type="description">The "teachers" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.group">
            <summary>
                <para type="description">The "group" property, of type "microsoft.graph.group".</para>
                <para type="description">This property is on the "microsoft.graph.educationClass" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.educationRoot">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.me">
            <summary>
                <para type="description">The "me" property, of type "microsoft.graph.educationUser".</para>
                <para type="description">This property is on the "microsoft.graph.educationRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.reportRoot">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.reportRoot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.operation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.operation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onenoteOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resourceLocation">
            <summary>
                <para type="description">The "resourceLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.percentComplete">
            <summary>
                <para type="description">The "percentComplete" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.self">
            <summary>
                <para type="description">The "self" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityBaseModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onenoteResource">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentUrl">
            <summary>
                <para type="description">The "contentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onenotePage">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.createdByAppId">
            <summary>
                <para type="description">The "createdByAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.links">
            <summary>
                <para type="description">The "links" property, of type "microsoft.graph.pageLinks".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.level">
            <summary>
                <para type="description">The "level" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.order">
            <summary>
                <para type="description">The "order" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userTags">
            <summary>
                <para type="description">The "userTags" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentSection">
            <summary>
                <para type="description">The "parentSection" property, of type "microsoft.graph.onenoteSection".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentNotebook">
            <summary>
                <para type="description">The "parentNotebook" property, of type "microsoft.graph.notebook".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityHierarchyModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sectionGroup">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sectionsUrl">
            <summary>
                <para type="description">The "sectionsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sectionGroupsUrl">
            <summary>
                <para type="description">The "sectionGroupsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentSectionGroup">
            <summary>
                <para type="description">The "parentSectionGroup" property, of type "microsoft.graph.sectionGroup".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sections">
            <summary>
                <para type="description">The "sections" property, of type "microsoft.graph.onenoteSection".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sectionGroups">
            <summary>
                <para type="description">The "sectionGroups" property, of type "microsoft.graph.sectionGroup".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onenoteSection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pagesUrl">
            <summary>
                <para type="description">The "pagesUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pages">
            <summary>
                <para type="description">The "pages" property, of type "microsoft.graph.onenotePage".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notebook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.notebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userRole">
            <summary>
                <para type="description">The "userRole" property, of type "microsoft.graph.onenoteUserRole".</para>
                <para type="description">This property is on the "microsoft.graph.notebook" type.</para>
                <para type="description">
                     Valid values: 'Owner', 'Contributor', 'Reader', 'None'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isShared">
            <summary>
                <para type="description">The "isShared" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.notebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerPlanDetails">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerPlanDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharedWith">
            <summary>
                <para type="description">The "sharedWith" property, of type "microsoft.graph.plannerUserIds".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlanDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.categoryDescriptions">
            <summary>
                <para type="description">The "categoryDescriptions" property, of type "microsoft.graph.plannerCategoryDescriptions".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlanDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerBucketTaskBoardTaskFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerBucketTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucketTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerProgressTaskBoardTaskFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerProgressTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerAssignedToTaskBoardTaskFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unassignedOrderHint">
            <summary>
                <para type="description">The "unassignedOrderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.orderHintsByAssignee">
            <summary>
                <para type="description">The "orderHintsByAssignee" property, of type "microsoft.graph.plannerOrderHintsByAssignee".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerTaskDetails">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.previewType">
            <summary>
                <para type="description">The "previewType" property, of type "microsoft.graph.plannerPreviewType".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
                <para type="description">
                     Valid values: 'automatic', 'noPreview', 'checklist', 'description', 'reference'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.references">
            <summary>
                <para type="description">The "references" property, of type "microsoft.graph.plannerExternalReferences".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.checklist">
            <summary>
                <para type="description">The "checklist" property, of type "microsoft.graph.plannerChecklistItems".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerBucket">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.planId">
            <summary>
                <para type="description">The "planId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tasks">
            <summary>
                <para type="description">The "tasks" property, of type "microsoft.graph.plannerTask".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.planner">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plans">
            <summary>
                <para type="description">The "plans" property, of type "microsoft.graph.plannerPlan".</para>
                <para type="description">This property is on the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.buckets">
            <summary>
                <para type="description">The "buckets" property, of type "microsoft.graph.plannerBucket".</para>
                <para type="description">This property is on the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerPlan">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.details">
            <summary>
                <para type="description">The "details" property, of type "microsoft.graph.plannerPlanDetails".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerTask">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bucketId">
            <summary>
                <para type="description">The "bucketId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assigneePriority">
            <summary>
                <para type="description">The "assigneePriority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.startDateTime">
            <summary>
                <para type="description">The "startDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dueDateTime">
            <summary>
                <para type="description">The "dueDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hasDescription">
            <summary>
                <para type="description">The "hasDescription" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.completedBy">
            <summary>
                <para type="description">The "completedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.referenceCount">
            <summary>
                <para type="description">The "referenceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.checklistItemCount">
            <summary>
                <para type="description">The "checklistItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activeChecklistItemCount">
            <summary>
                <para type="description">The "activeChecklistItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appliedCategories">
            <summary>
                <para type="description">The "appliedCategories" property, of type "microsoft.graph.plannerAppliedCategories".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conversationThreadId">
            <summary>
                <para type="description">The "conversationThreadId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assignedToTaskBoardFormat">
            <summary>
                <para type="description">The "assignedToTaskBoardFormat" property, of type "microsoft.graph.plannerAssignedToTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.progressTaskBoardFormat">
            <summary>
                <para type="description">The "progressTaskBoardFormat" property, of type "microsoft.graph.plannerProgressTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bucketTaskBoardFormat">
            <summary>
                <para type="description">The "bucketTaskBoardFormat" property, of type "microsoft.graph.plannerBucketTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitedUserDisplayName">
            <summary>
                <para type="description">The "invitedUserDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitedUserType">
            <summary>
                <para type="description">The "invitedUserType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitedUserEmailAddress">
            <summary>
                <para type="description">The "invitedUserEmailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitedUserMessageInfo">
            <summary>
                <para type="description">The "invitedUserMessageInfo" property, of type "microsoft.graph.invitedUserMessageInfo".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sendInvitationMessage">
            <summary>
                <para type="description">The "sendInvitationMessage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inviteRedirectUrl">
            <summary>
                <para type="description">The "inviteRedirectUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inviteRedeemUrl">
            <summary>
                <para type="description">The "inviteRedeemUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.invitedUser">
            <summary>
                <para type="description">The "invitedUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookWorksheetProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookWorksheetProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.options">
            <summary>
                <para type="description">The "options" property, of type "microsoft.graph.workbookWorksheetProtectionOptions".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protected">
            <summary>
                <para type="description">The "protected" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookTableSort">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fields">
            <summary>
                <para type="description">The "fields" property, of type "microsoft.graph.workbookSortField".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.matchCase">
            <summary>
                <para type="description">The "matchCase" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.method">
            <summary>
                <para type="description">The "method" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookTableRow">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookTableRow" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.index">
            <summary>
                <para type="description">The "index" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableRow" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableRow" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookTableColumn">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.filter">
            <summary>
                <para type="description">The "filter" property, of type "microsoft.graph.workbookFilter".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeView">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellAddresses">
            <summary>
                <para type="description">The "cellAddresses" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnCount">
            <summary>
                <para type="description">The "columnCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.formulas">
            <summary>
                <para type="description">The "formulas" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.formulasLocal">
            <summary>
                <para type="description">The "formulasLocal" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.formulasR1C1">
            <summary>
                <para type="description">The "formulasR1C1" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.numberFormat">
            <summary>
                <para type="description">The "numberFormat" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rowCount">
            <summary>
                <para type="description">The "rowCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.text">
            <summary>
                <para type="description">The "text" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.valueTypes">
            <summary>
                <para type="description">The "valueTypes" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rows">
            <summary>
                <para type="description">The "rows" property, of type "microsoft.graph.workbookRangeView".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeFont">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bold">
            <summary>
                <para type="description">The "bold" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.italic">
            <summary>
                <para type="description">The "italic" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.underline">
            <summary>
                <para type="description">The "underline" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeFill">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeFill" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeBorder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sideIndex">
            <summary>
                <para type="description">The "sideIndex" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.style">
            <summary>
                <para type="description">The "style" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeSort">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRangeFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnWidth">
            <summary>
                <para type="description">The "columnWidth" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.horizontalAlignment">
            <summary>
                <para type="description">The "horizontalAlignment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rowHeight">
            <summary>
                <para type="description">The "rowHeight" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.verticalAlignment">
            <summary>
                <para type="description">The "verticalAlignment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wrapText">
            <summary>
                <para type="description">The "wrapText" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.borders">
            <summary>
                <para type="description">The "borders" property, of type "microsoft.graph.workbookRangeBorder".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookRangeFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookRangeFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protection">
            <summary>
                <para type="description">The "protection" property, of type "microsoft.graph.workbookFormatProtection".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookRange">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.addressLocal">
            <summary>
                <para type="description">The "addressLocal" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cellCount">
            <summary>
                <para type="description">The "cellCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnHidden">
            <summary>
                <para type="description">The "columnHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnIndex">
            <summary>
                <para type="description">The "columnIndex" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hidden">
            <summary>
                <para type="description">The "hidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rowHidden">
            <summary>
                <para type="description">The "rowHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.rowIndex">
            <summary>
                <para type="description">The "rowIndex" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookRangeFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sort">
            <summary>
                <para type="description">The "sort" property, of type "microsoft.graph.workbookRangeSort".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookPivotTable">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookPivotTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookFunctionResult">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookFunctionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.value">
            <summary>
                <para type="description">The "value" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFunctionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookFormatProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookFormatProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.formulaHidden">
            <summary>
                <para type="description">The "formulaHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFormatProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.locked">
            <summary>
                <para type="description">The "locked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFormatProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookFilter">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookFilter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.criteria">
            <summary>
                <para type="description">The "criteria" property, of type "microsoft.graph.workbookFilterCriteria".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookCommentReply">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookCommentReply" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookCommentReply" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartTitleFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartTitleFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartSeriesFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartSeriesFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.line">
            <summary>
                <para type="description">The "line" property, of type "microsoft.graph.workbookChartLineFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeriesFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartPointFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartPointFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartPoint">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartPoint" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartLegendFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartLegendFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartGridlinesFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartGridlinesFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartDataLabelFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartDataLabelFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAxisTitleFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAxisTitleFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartLineFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartLineFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAxisTitle">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAxisTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartGridlines">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartGridlines" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAxisFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAxisFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAxis">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.majorUnit">
            <summary>
                <para type="description">The "majorUnit" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.maximum">
            <summary>
                <para type="description">The "maximum" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minimum">
            <summary>
                <para type="description">The "minimum" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minorUnit">
            <summary>
                <para type="description">The "minorUnit" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.majorGridlines">
            <summary>
                <para type="description">The "majorGridlines" property, of type "microsoft.graph.workbookChartGridlines".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.minorGridlines">
            <summary>
                <para type="description">The "minorGridlines" property, of type "microsoft.graph.workbookChartGridlines".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartFont">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartFill">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartFill" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartTitle">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.overlay">
            <summary>
                <para type="description">The "overlay" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartSeries">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartSeries" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.points">
            <summary>
                <para type="description">The "points" property, of type "microsoft.graph.workbookChartPoint".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeries" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartLegend">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.position">
            <summary>
                <para type="description">The "position" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAreaFormat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAreaFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartDataLabels">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.separator">
            <summary>
                <para type="description">The "separator" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showBubbleSize">
            <summary>
                <para type="description">The "showBubbleSize" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showCategoryName">
            <summary>
                <para type="description">The "showCategoryName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showLegendKey">
            <summary>
                <para type="description">The "showLegendKey" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showPercentage">
            <summary>
                <para type="description">The "showPercentage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showSeriesName">
            <summary>
                <para type="description">The "showSeriesName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showValue">
            <summary>
                <para type="description">The "showValue" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChartAxes">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.categoryAxis">
            <summary>
                <para type="description">The "categoryAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.seriesAxis">
            <summary>
                <para type="description">The "seriesAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.valueAxis">
            <summary>
                <para type="description">The "valueAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookChart">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.left">
            <summary>
                <para type="description">The "left" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.top">
            <summary>
                <para type="description">The "top" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.axes">
            <summary>
                <para type="description">The "axes" property, of type "microsoft.graph.workbookChartAxes".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dataLabels">
            <summary>
                <para type="description">The "dataLabels" property, of type "microsoft.graph.workbookChartDataLabels".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.legend">
            <summary>
                <para type="description">The "legend" property, of type "microsoft.graph.workbookChartLegend".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.series">
            <summary>
                <para type="description">The "series" property, of type "microsoft.graph.workbookChartSeries".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookFunctions">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookFunctions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookComment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookComment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.replies">
            <summary>
                <para type="description">The "replies" property, of type "microsoft.graph.workbookCommentReply".</para>
                <para type="description">This property is on the "microsoft.graph.workbookComment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookWorksheet">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.charts">
            <summary>
                <para type="description">The "charts" property, of type "microsoft.graph.workbookChart".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.names">
            <summary>
                <para type="description">The "names" property, of type "microsoft.graph.workbookNamedItem".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pivotTables">
            <summary>
                <para type="description">The "pivotTables" property, of type "microsoft.graph.workbookPivotTable".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.tables">
            <summary>
                <para type="description">The "tables" property, of type "microsoft.graph.workbookTable".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookTable">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.highlightFirstColumn">
            <summary>
                <para type="description">The "highlightFirstColumn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.highlightLastColumn">
            <summary>
                <para type="description">The "highlightLastColumn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.legacyId">
            <summary>
                <para type="description">The "legacyId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showBandedColumns">
            <summary>
                <para type="description">The "showBandedColumns" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showBandedRows">
            <summary>
                <para type="description">The "showBandedRows" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showFilterButton">
            <summary>
                <para type="description">The "showFilterButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showHeaders">
            <summary>
                <para type="description">The "showHeaders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showTotals">
            <summary>
                <para type="description">The "showTotals" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columns">
            <summary>
                <para type="description">The "columns" property, of type "microsoft.graph.workbookTableColumn".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookNamedItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.comment">
            <summary>
                <para type="description">The "comment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.scope">
            <summary>
                <para type="description">The "scope" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbookApplication">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbookApplication" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calculationMode">
            <summary>
                <para type="description">The "calculationMode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookApplication" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.itemActivityStat">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.endDateTime">
            <summary>
                <para type="description">The "endDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.access">
            <summary>
                <para type="description">The "access" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.create">
            <summary>
                <para type="description">The "create" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.delete">
            <summary>
                <para type="description">The "delete" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.edit">
            <summary>
                <para type="description">The "edit" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.move">
            <summary>
                <para type="description">The "move" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isTrending">
            <summary>
                <para type="description">The "isTrending" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.incompleteData">
            <summary>
                <para type="description">The "incompleteData" property, of type "microsoft.graph.incompleteData".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activities">
            <summary>
                <para type="description">The "activities" property, of type "microsoft.graph.itemActivity".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.itemActivity">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.actor">
            <summary>
                <para type="description">The "actor" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.driveItem">
            <summary>
                <para type="description">The "driveItem" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fieldValueSet">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.fieldValueSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.workbook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.application">
            <summary>
                <para type="description">The "application" property, of type "microsoft.graph.workbookApplication".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.worksheets">
            <summary>
                <para type="description">The "worksheets" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.functions">
            <summary>
                <para type="description">The "functions" property, of type "microsoft.graph.workbookFunctions".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.thumbnailSet">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.large">
            <summary>
                <para type="description">The "large" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.medium">
            <summary>
                <para type="description">The "medium" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.small">
            <summary>
                <para type="description">The "small" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.source">
            <summary>
                <para type="description">The "source" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subscription">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.changeType">
            <summary>
                <para type="description">The "changeType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.clientState">
            <summary>
                <para type="description">The "clientState" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notificationUrl">
            <summary>
                <para type="description">The "notificationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationId">
            <summary>
                <para type="description">The "applicationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.creatorId">
            <summary>
                <para type="description">The "creatorId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.permission">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.grantedTo">
            <summary>
                <para type="description">The "grantedTo" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inheritedFrom">
            <summary>
                <para type="description">The "inheritedFrom" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.link">
            <summary>
                <para type="description">The "link" property, of type "microsoft.graph.sharingLink".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roles">
            <summary>
                <para type="description">The "roles" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.shareId">
            <summary>
                <para type="description">The "shareId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.itemAnalytics">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.itemActivityStats">
            <summary>
                <para type="description">The "itemActivityStats" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allTime">
            <summary>
                <para type="description">The "allTime" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastSevenDays">
            <summary>
                <para type="description">The "lastSevenDays" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentId">
            <summary>
                <para type="description">The "parentId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.readOnly">
            <summary>
                <para type="description">The "readOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sealed">
            <summary>
                <para type="description">The "sealed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnLinks">
            <summary>
                <para type="description">The "columnLinks" property, of type "microsoft.graph.columnLink".</para>
                <para type="description">This property is on the "microsoft.graph.contentType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnLink">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.columnLink" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.boolean">
            <summary>
                <para type="description">The "boolean" property, of type "microsoft.graph.booleanColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calculated">
            <summary>
                <para type="description">The "calculated" property, of type "microsoft.graph.calculatedColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.choice">
            <summary>
                <para type="description">The "choice" property, of type "microsoft.graph.choiceColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.columnGroup">
            <summary>
                <para type="description">The "columnGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.currency">
            <summary>
                <para type="description">The "currency" property, of type "microsoft.graph.currencyColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.dateTime">
            <summary>
                <para type="description">The "dateTime" property, of type "microsoft.graph.dateTimeColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defaultValue">
            <summary>
                <para type="description">The "defaultValue" property, of type "microsoft.graph.defaultColumnValue".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enforceUniqueValues">
            <summary>
                <para type="description">The "enforceUniqueValues" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.indexed">
            <summary>
                <para type="description">The "indexed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lookup">
            <summary>
                <para type="description">The "lookup" property, of type "microsoft.graph.lookupColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.number">
            <summary>
                <para type="description">The "number" property, of type "microsoft.graph.numberColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personOrGroup">
            <summary>
                <para type="description">The "personOrGroup" property, of type "microsoft.graph.personOrGroupColumn".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.required">
            <summary>
                <para type="description">The "required" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.columnDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.publication">
            <summary>
                <para type="description">The "publication" property, of type "microsoft.graph.publicationFacet".</para>
                <para type="description">This property is on the "microsoft.graph.baseItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.listItemVersion">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.listItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.driveItemVersion">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.driveItemVersion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inferenceClassificationOverride">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.inferenceClassificationOverride" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classifyAs">
            <summary>
                <para type="description">The "classifyAs" property, of type "microsoft.graph.inferenceClassificationType".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassificationOverride" type.</para>
                <para type="description">
                     Valid values: 'focused', 'other'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.senderEmailAddress">
            <summary>
                <para type="description">The "senderEmailAddress" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassificationOverride" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.multiValueLegacyExtendedProperty">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.multiValueLegacyExtendedProperty" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.singleValueLegacyExtendedProperty">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.singleValueLegacyExtendedProperty" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messageRule">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sequence">
            <summary>
                <para type="description">The "sequence" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conditions">
            <summary>
                <para type="description">The "conditions" property, of type "microsoft.graph.messageRulePredicates".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.actions">
            <summary>
                <para type="description">The "actions" property, of type "microsoft.graph.messageRuleActions".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exceptions">
            <summary>
                <para type="description">The "exceptions" property, of type "microsoft.graph.messageRulePredicates".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isEnabled">
            <summary>
                <para type="description">The "isEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hasError">
            <summary>
                <para type="description">The "hasError" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isReadOnly">
            <summary>
                <para type="description">The "isReadOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.outlookCategory">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.outlookCategory" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isInline">
            <summary>
                <para type="description">The "isInline" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.attachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.referenceAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.referenceAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.itemAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.itemAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.item">
            <summary>
                <para type="description">The "item" property, of type "microsoft.graph.outlookItem".</para>
                <para type="description">This property is on the "microsoft.graph.itemAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileAttachment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentId">
            <summary>
                <para type="description">The "contentId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentLocation">
            <summary>
                <para type="description">The "contentLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentBytes">
            <summary>
                <para type="description">The "contentBytes" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileAttachment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.schemaExtension">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.targetTypes">
            <summary>
                <para type="description">The "targetTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.properties">
            <summary>
                <para type="description">The "properties" property, of type "microsoft.graph.extensionSchemaProperty".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.userSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contributionToContentDiscoveryDisabled">
            <summary>
                <para type="description">The "contributionToContentDiscoveryDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.userSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contributionToContentDiscoveryAsOrganizationDisabled">
            <summary>
                <para type="description">The "contributionToContentDiscoveryAsOrganizationDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.userSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.officeGraphInsights">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.shared">
            <summary>
                <para type="description">The "shared" property, of type "microsoft.graph.sharedInsight".</para>
                <para type="description">This property is on the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.used">
            <summary>
                <para type="description">The "used" property, of type "microsoft.graph.usedInsight".</para>
                <para type="description">This property is on the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.userActivity">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.visualElements">
            <summary>
                <para type="description">The "visualElements" property, of type "microsoft.graph.visualInfo".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activitySourceHost">
            <summary>
                <para type="description">The "activitySourceHost" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activationUrl">
            <summary>
                <para type="description">The "activationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appActivityId">
            <summary>
                <para type="description">The "appActivityId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fallbackUrl">
            <summary>
                <para type="description">The "fallbackUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentInfo">
            <summary>
                <para type="description">The "contentInfo" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.historyItems">
            <summary>
                <para type="description">The "historyItems" property, of type "microsoft.graph.activityHistoryItem".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceManagementTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enrollmentTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceIdentifier">
            <summary>
                <para type="description">The "managedDeviceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Device identifier created or collected by Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Operating System.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enrollmentType">
            <summary>
                <para type="description">The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Type of the enrollment.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.failureCategory">
            <summary>
                <para type="description">The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Highlevel failure category.</para>
                <para type="description">
                     Valid values: 'unknown', 'authentication', 'authorization', 'accountValidation', 'userValidation', 'deviceNotSupported', 'inMaintenance', 'badRequest', 'featureNotSupported', 'enrollmentRestrictionsEnforced', 'clientDisconnected', 'userAbandonment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Detailed failure reason.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.applicationVersion">
            <summary>
                <para type="description">The "applicationVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managementSdkVersion">
            <summary>
                <para type="description">The "managementSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.platformVersion">
            <summary>
                <para type="description">The "platformVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Operating System version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceType">
            <summary>
                <para type="description">The "deviceType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceTag">
            <summary>
                <para type="description">The "deviceTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.flaggedReasons">
            <summary>
                <para type="description">The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more reasons an app registration is flagged. E.g. app running on rooted device</para>
                <para type="description">
                     Valid values: 'none', 'rootedDevice'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appIdentifier">
            <summary>
                <para type="description">The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The app package Identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appliedPolicies">
            <summary>
                <para type="description">The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.intendedPolicies">
            <summary>
                <para type="description">The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.managedAppOperation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iosManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDevice">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedDevice" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
                <para type="description">
                     Valid values: 'unknown', 'company', 'personal'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'compliant', 'noncompliant', 'conflict', 'error', 'inGracePeriod', 'configManager'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
                <para type="description">
                     Valid values: 'eas', 'mdm', 'easMdm', 'intuneClient', 'easIntuneClient', 'configurationManagerClient', 'configurationManagerClientMdm', 'configurationManagerClientMdmEas', 'unknown', 'jamf', 'googleCloudDevicePolicyController'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
                <para type="description">
                     Valid values: 'notRegistered', 'registered', 'revoked', 'keyConflict', 'approvalPending', 'certificateReset', 'notRegisteredPendingEnrollment', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'allowed', 'blocked', 'quarantined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'exchangeGlobalRule', 'exchangeIndividualRule', 'exchangeDeviceRule', 'exchangeUpgrade', 'exchangeMailboxPolicy', 'other', 'compliant', 'notCompliant', 'notEnrolled', 'unknownLocation', 'mfaRequired', 'azureADBlockDueToAccessPolicy', 'compromisedPassword', 'deviceNotKnownWithManagedApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
                <para type="description">
                     Valid values: 'unknown', 'activated', 'deactivated', 'secured', 'lowSeverity', 'mediumSeverity', 'highSeverity', 'unresponsive', 'compromised', 'misconfigured'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerUser">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inferenceClassification">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.inferenceClassification" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.overrides">
            <summary>
                <para type="description">The "overrides" property, of type "microsoft.graph.inferenceClassificationOverride".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassification" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contactFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentFolderId">
            <summary>
                <para type="description">The "parentFolderId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contacts">
            <summary>
                <para type="description">The "contacts" property, of type "microsoft.graph.contact".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.childFolders">
            <summary>
                <para type="description">The "childFolders" property, of type "microsoft.graph.contactFolder".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.singleValueExtendedProperties">
            <summary>
                <para type="description">The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.multiValueExtendedProperties">
            <summary>
                <para type="description">The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.contactFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.person">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personNotes">
            <summary>
                <para type="description">The "personNotes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isFavorite">
            <summary>
                <para type="description">The "isFavorite" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.scoredEmailAddresses">
            <summary>
                <para type="description">The "scoredEmailAddresses" property, of type "microsoft.graph.scoredEmailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.phones">
            <summary>
                <para type="description">The "phones" property, of type "microsoft.graph.phone".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.postalAddresses">
            <summary>
                <para type="description">The "postalAddresses" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.websites">
            <summary>
                <para type="description">The "websites" property, of type "microsoft.graph.website".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.yomiCompany">
            <summary>
                <para type="description">The "yomiCompany" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.profession">
            <summary>
                <para type="description">The "profession" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personType">
            <summary>
                <para type="description">The "personType" property, of type "microsoft.graph.personType".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.imAddress">
            <summary>
                <para type="description">The "imAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calendarGroup">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classId">
            <summary>
                <para type="description">The "classId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.changeKey">
            <summary>
                <para type="description">The "changeKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calendars">
            <summary>
                <para type="description">The "calendars" property, of type "microsoft.graph.calendar".</para>
                <para type="description">This property is on the "microsoft.graph.calendarGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.childFolderCount">
            <summary>
                <para type="description">The "childFolderCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unreadItemCount">
            <summary>
                <para type="description">The "unreadItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.totalItemCount">
            <summary>
                <para type="description">The "totalItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messages">
            <summary>
                <para type="description">The "messages" property, of type "microsoft.graph.message".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messageRules">
            <summary>
                <para type="description">The "messageRules" property, of type "microsoft.graph.messageRule".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailSearchFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isSupported">
            <summary>
                <para type="description">The "isSupported" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.includeNestedFolders">
            <summary>
                <para type="description">The "includeNestedFolders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sourceFolderIds">
            <summary>
                <para type="description">The "sourceFolderIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.filterQuery">
            <summary>
                <para type="description">The "filterQuery" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.outlookUser">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.outlookUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.masterCategories">
            <summary>
                <para type="description">The "masterCategories" property, of type "microsoft.graph.outlookCategory".</para>
                <para type="description">This property is on the "microsoft.graph.outlookUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subscribedSku">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.capabilityStatus">
            <summary>
                <para type="description">The "capabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.consumedUnits">
            <summary>
                <para type="description">The "consumedUnits" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.prepaidUnits">
            <summary>
                <para type="description">The "prepaidUnits" property, of type "microsoft.graph.licenseUnitsDetail".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.servicePlans">
            <summary>
                <para type="description">The "servicePlans" property, of type "microsoft.graph.servicePlanInfo".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.skuId">
            <summary>
                <para type="description">The "skuId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.skuPartNumber">
            <summary>
                <para type="description">The "skuPartNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.appliesTo">
            <summary>
                <para type="description">The "appliesTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.team">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.memberSettings">
            <summary>
                <para type="description">The "memberSettings" property, of type "microsoft.graph.teamMemberSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.guestSettings">
            <summary>
                <para type="description">The "guestSettings" property, of type "microsoft.graph.teamGuestSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.messagingSettings">
            <summary>
                <para type="description">The "messagingSettings" property, of type "microsoft.graph.teamMessagingSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.funSettings">
            <summary>
                <para type="description">The "funSettings" property, of type "microsoft.graph.teamFunSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.channels">
            <summary>
                <para type="description">The "channels" property, of type "microsoft.graph.channel".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.installedApps">
            <summary>
                <para type="description">The "installedApps" property, of type "microsoft.graph.teamsAppInstallation".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupLifecyclePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupLifetimeInDays">
            <summary>
                <para type="description">The "groupLifetimeInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.managedGroupTypes">
            <summary>
                <para type="description">The "managedGroupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.alternateNotificationEmails">
            <summary>
                <para type="description">The "alternateNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onenote">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.notebooks">
            <summary>
                <para type="description">The "notebooks" property, of type "microsoft.graph.notebook".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.resources">
            <summary>
                <para type="description">The "resources" property, of type "microsoft.graph.onenoteResource".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.plannerGroup">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.plannerGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.eTag">
            <summary>
                <para type="description">The "eTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.parentReference">
            <summary>
                <para type="description">The "parentReference" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.createdByUser">
            <summary>
                <para type="description">The "createdByUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastModifiedByUser">
            <summary>
                <para type="description">The "lastModifiedByUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.baseItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharedDriveItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.items">
            <summary>
                <para type="description">The "items" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.list">
            <summary>
                <para type="description">The "list" property, of type "microsoft.graph.list".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.listItem">
            <summary>
                <para type="description">The "listItem" property, of type "microsoft.graph.listItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.root">
            <summary>
                <para type="description">The "root" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.site">
            <summary>
                <para type="description">The "site" property, of type "microsoft.graph.site".</para>
                <para type="description">This property is on the "microsoft.graph.sharedDriveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sharepointIds">
            <summary>
                <para type="description">The "sharepointIds" property, of type "microsoft.graph.sharepointIds".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.analytics">
            <summary>
                <para type="description">The "analytics" property, of type "microsoft.graph.itemAnalytics".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.versions">
            <summary>
                <para type="description">The "versions" property, of type "microsoft.graph.listItemVersion".</para>
                <para type="description">This property is on the "microsoft.graph.listItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.system">
            <summary>
                <para type="description">The "system" property, of type "microsoft.graph.systemFacet".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contentTypes">
            <summary>
                <para type="description">The "contentTypes" property, of type "microsoft.graph.contentType".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.drive">
            <summary>
                <para type="description">The "drive" property, of type "microsoft.graph.drive".</para>
                <para type="description">This property is on the "microsoft.graph.list" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.audio">
            <summary>
                <para type="description">The "audio" property, of type "microsoft.graph.audio".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.cTag">
            <summary>
                <para type="description">The "cTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deleted">
            <summary>
                <para type="description">The "deleted" property, of type "microsoft.graph.deleted".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileSystemInfo">
            <summary>
                <para type="description">The "fileSystemInfo" property, of type "microsoft.graph.fileSystemInfo".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.folder">
            <summary>
                <para type="description">The "folder" property, of type "microsoft.graph.folder".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.image">
            <summary>
                <para type="description">The "image" property, of type "microsoft.graph.image".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.package">
            <summary>
                <para type="description">The "package" property, of type "microsoft.graph.package".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.photo".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.remoteItem">
            <summary>
                <para type="description">The "remoteItem" property, of type "microsoft.graph.remoteItem".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.searchResult">
            <summary>
                <para type="description">The "searchResult" property, of type "microsoft.graph.searchResult".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.specialFolder">
            <summary>
                <para type="description">The "specialFolder" property, of type "microsoft.graph.specialFolder".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.video">
            <summary>
                <para type="description">The "video" property, of type "microsoft.graph.video".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webDavUrl">
            <summary>
                <para type="description">The "webDavUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.children">
            <summary>
                <para type="description">The "children" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.permissions">
            <summary>
                <para type="description">The "permissions" property, of type "microsoft.graph.permission".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.subscriptions">
            <summary>
                <para type="description">The "subscriptions" property, of type "microsoft.graph.subscription".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.thumbnails">
            <summary>
                <para type="description">The "thumbnails" property, of type "microsoft.graph.thumbnailSet".</para>
                <para type="description">This property is on the "microsoft.graph.driveItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.siteCollection">
            <summary>
                <para type="description">The "siteCollection" property, of type "microsoft.graph.siteCollection".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.drives">
            <summary>
                <para type="description">The "drives" property, of type "microsoft.graph.drive".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lists">
            <summary>
                <para type="description">The "lists" property, of type "microsoft.graph.list".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sites">
            <summary>
                <para type="description">The "sites" property, of type "microsoft.graph.site".</para>
                <para type="description">This property is on the "microsoft.graph.site" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.driveType">
            <summary>
                <para type="description">The "driveType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.quota">
            <summary>
                <para type="description">The "quota" property, of type "microsoft.graph.quota".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.special">
            <summary>
                <para type="description">The "special" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.drive" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.profilePhoto">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conversation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.topic">
            <summary>
                <para type="description">The "topic" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hasAttachments">
            <summary>
                <para type="description">The "hasAttachments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.lastDeliveredDateTime">
            <summary>
                <para type="description">The "lastDeliveredDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.uniqueSenders">
            <summary>
                <para type="description">The "uniqueSenders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.preview">
            <summary>
                <para type="description">The "preview" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.threads">
            <summary>
                <para type="description">The "threads" property, of type "microsoft.graph.conversationThread".</para>
                <para type="description">This property is on the "microsoft.graph.conversation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.post">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.body">
            <summary>
                <para type="description">The "body" property, of type "microsoft.graph.itemBody".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.receivedDateTime">
            <summary>
                <para type="description">The "receivedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.from">
            <summary>
                <para type="description">The "from" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sender">
            <summary>
                <para type="description">The "sender" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.newParticipants">
            <summary>
                <para type="description">The "newParticipants" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conversationId">
            <summary>
                <para type="description">The "conversationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.inReplyTo">
            <summary>
                <para type="description">The "inReplyTo" property, of type "microsoft.graph.post".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.attachments">
            <summary>
                <para type="description">The "attachments" property, of type "microsoft.graph.attachment".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contact">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.fileAs">
            <summary>
                <para type="description">The "fileAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.initials">
            <summary>
                <para type="description">The "initials" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.nickName">
            <summary>
                <para type="description">The "nickName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.yomiGivenName">
            <summary>
                <para type="description">The "yomiGivenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.yomiSurname">
            <summary>
                <para type="description">The "yomiSurname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.yomiCompanyName">
            <summary>
                <para type="description">The "yomiCompanyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.generation">
            <summary>
                <para type="description">The "generation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.emailAddresses">
            <summary>
                <para type="description">The "emailAddresses" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.businessHomePage">
            <summary>
                <para type="description">The "businessHomePage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.assistantName">
            <summary>
                <para type="description">The "assistantName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.manager">
            <summary>
                <para type="description">The "manager" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.homePhones">
            <summary>
                <para type="description">The "homePhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.homeAddress">
            <summary>
                <para type="description">The "homeAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.businessAddress">
            <summary>
                <para type="description">The "businessAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.otherAddress">
            <summary>
                <para type="description">The "otherAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.spouseName">
            <summary>
                <para type="description">The "spouseName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.personalNotes">
            <summary>
                <para type="description">The "personalNotes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.message">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sentDateTime">
            <summary>
                <para type="description">The "sentDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.internetMessageId">
            <summary>
                <para type="description">The "internetMessageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.internetMessageHeaders">
            <summary>
                <para type="description">The "internetMessageHeaders" property, of type "microsoft.graph.internetMessageHeader".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bodyPreview">
            <summary>
                <para type="description">The "bodyPreview" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.importance">
            <summary>
                <para type="description">The "importance" property, of type "microsoft.graph.importance".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
                <para type="description">
                     Valid values: 'low', 'normal', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.toRecipients">
            <summary>
                <para type="description">The "toRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ccRecipients">
            <summary>
                <para type="description">The "ccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.bccRecipients">
            <summary>
                <para type="description">The "bccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.replyTo">
            <summary>
                <para type="description">The "replyTo" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.uniqueBody">
            <summary>
                <para type="description">The "uniqueBody" property, of type "microsoft.graph.itemBody".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isDeliveryReceiptRequested">
            <summary>
                <para type="description">The "isDeliveryReceiptRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isReadReceiptRequested">
            <summary>
                <para type="description">The "isReadReceiptRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isRead">
            <summary>
                <para type="description">The "isRead" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isDraft">
            <summary>
                <para type="description">The "isDraft" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.webLink">
            <summary>
                <para type="description">The "webLink" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.flag">
            <summary>
                <para type="description">The "flag" property, of type "microsoft.graph.followupFlag".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.eventMessage">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.eventMessage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.meetingMessageType">
            <summary>
                <para type="description">The "meetingMessageType" property, of type "microsoft.graph.meetingMessageType".</para>
                <para type="description">This property is on the "microsoft.graph.eventMessage" type.</para>
                <para type="description">
                     Valid values: 'none', 'meetingRequest', 'meetingCancelled', 'meetingAccepted', 'meetingTenativelyAccepted', 'meetingDeclined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.event">
            <summary>
                <para type="description">The "event" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.eventMessage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.originalStartTimeZone">
            <summary>
                <para type="description">The "originalStartTimeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.originalEndTimeZone">
            <summary>
                <para type="description">The "originalEndTimeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.responseStatus">
            <summary>
                <para type="description">The "responseStatus" property, of type "microsoft.graph.responseStatus".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.iCalUId">
            <summary>
                <para type="description">The "iCalUId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.reminderMinutesBeforeStart">
            <summary>
                <para type="description">The "reminderMinutesBeforeStart" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isReminderOn">
            <summary>
                <para type="description">The "isReminderOn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.sensitivity">
            <summary>
                <para type="description">The "sensitivity" property, of type "microsoft.graph.sensitivity".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
                <para type="description">
                     Valid values: 'normal', 'personal', 'private', 'confidential'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.start">
            <summary>
                <para type="description">The "start" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.originalStart">
            <summary>
                <para type="description">The "originalStart" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.end">
            <summary>
                <para type="description">The "end" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.locations">
            <summary>
                <para type="description">The "locations" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isAllDay">
            <summary>
                <para type="description">The "isAllDay" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isCancelled">
            <summary>
                <para type="description">The "isCancelled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isOrganizer">
            <summary>
                <para type="description">The "isOrganizer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.recurrence">
            <summary>
                <para type="description">The "recurrence" property, of type "microsoft.graph.patternedRecurrence".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.responseRequested">
            <summary>
                <para type="description">The "responseRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.seriesMasterId">
            <summary>
                <para type="description">The "seriesMasterId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.showAs">
            <summary>
                <para type="description">The "showAs" property, of type "microsoft.graph.freeBusyStatus".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
                <para type="description">
                     Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.attendees">
            <summary>
                <para type="description">The "attendees" property, of type "microsoft.graph.attendee".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.organizer">
            <summary>
                <para type="description">The "organizer" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onlineMeetingUrl">
            <summary>
                <para type="description">The "onlineMeetingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calendar">
            <summary>
                <para type="description">The "calendar" property, of type "microsoft.graph.calendar".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.instances">
            <summary>
                <para type="description">The "instances" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.canShare">
            <summary>
                <para type="description">The "canShare" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.canViewPrivateItems">
            <summary>
                <para type="description">The "canViewPrivateItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.canEdit">
            <summary>
                <para type="description">The "canEdit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.events">
            <summary>
                <para type="description">The "events" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.calendarView">
            <summary>
                <para type="description">The "calendarView" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.calendar" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.conversationThread">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isLocked">
            <summary>
                <para type="description">The "isLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.posts">
            <summary>
                <para type="description">The "posts" property, of type "microsoft.graph.post".</para>
                <para type="description">This property is on the "microsoft.graph.conversationThread" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupSetting">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.templateId">
            <summary>
                <para type="description">The "templateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licenseDetails">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.licenseDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isOptional">
            <summary>
                <para type="description">The "isOptional" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.label">
            <summary>
                <para type="description">The "label" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.recordType">
            <summary>
                <para type="description">The "recordType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.supportedService">
            <summary>
                <para type="description">The "supportedService" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ttl">
            <summary>
                <para type="description">The "ttl" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsUnavailableRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsUnavailableRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsTxtRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsTxtRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsSrvRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.nameTarget">
            <summary>
                <para type="description">The "nameTarget" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.port">
            <summary>
                <para type="description">The "port" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.protocol">
            <summary>
                <para type="description">The "protocol" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsSrvRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsMxRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailExchange">
            <summary>
                <para type="description">The "mailExchange" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.preference">
            <summary>
                <para type="description">The "preference" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsMxRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainDnsCnameRecord">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domainDnsCnameRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.canonicalName">
            <summary>
                <para type="description">The "canonicalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domainDnsCnameRecord" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domain">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.authenticationType">
            <summary>
                <para type="description">The "authenticationType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.availabilityStatus">
            <summary>
                <para type="description">The "availabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isAdminManaged">
            <summary>
                <para type="description">The "isAdminManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isInitial">
            <summary>
                <para type="description">The "isInitial" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isRoot">
            <summary>
                <para type="description">The "isRoot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isVerified">
            <summary>
                <para type="description">The "isVerified" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordNotificationWindowInDays">
            <summary>
                <para type="description">The "passwordNotificationWindowInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.passwordValidityPeriodInDays">
            <summary>
                <para type="description">The "passwordValidityPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.supportedServices">
            <summary>
                <para type="description">The "supportedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.serviceConfigurationRecords">
            <summary>
                <para type="description">The "serviceConfigurationRecords" property, of type "microsoft.graph.domainDnsRecord".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.verificationDnsRecords">
            <summary>
                <para type="description">The "verificationDnsRecords" property, of type "microsoft.graph.domainDnsRecord".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.domainNameReferences">
            <summary>
                <para type="description">The "domainNameReferences" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.domain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.openTypeExtension">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.extensionName">
            <summary>
                <para type="description">The "extensionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryObject">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.administrativeUnit">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.administrativeUnit" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupSettingTemplate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.organization">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
                <para type="description">
                     Valid values: 'unknown', 'intune', 'sccm', 'office365'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contract">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryRoleTemplate">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryRoleTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryRole">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directoryObjectPartnerReference">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.device">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.directory">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.directory" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_EntityObject.deletedItems">
            <summary>
                <para type="description">The "deletedItems" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.directory" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.extension" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.extension" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionObject.openTypeExtension">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionObject.extensionName">
            <summary>
                <para type="description">The "extensionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionSchemaPropertyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.extensionSchemaProperty" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.extensionSchemaProperty" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionSchemaPropertyObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.extensionSchemaProperty" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExtensionSchemaPropertyObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.extensionSchemaProperty" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExternalLinkObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.externalLink" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.externalLink" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ExternalLinkObject.href">
            <summary>
                <para type="description">The "href" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.externalLink" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FieldValueSetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.fieldValueSet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.fieldValueSet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.encryptionKey">
            <summary>
                <para type="description">The "encryptionKey" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The key used to encrypt the file content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.initializationVector">
            <summary>
                <para type="description">The "initializationVector" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The initialization vector used for the encryption algorithm.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.mac">
            <summary>
                <para type="description">The "mac" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The hash of the encrypted file content + IV (content hash).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.macKey">
            <summary>
                <para type="description">The "macKey" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The key used to get mac.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.profileIdentifier">
            <summary>
                <para type="description">The "profileIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The the profile identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.fileDigest">
            <summary>
                <para type="description">The "fileDigest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The file digest prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileEncryptionInfoObject.fileDigestAlgorithm">
            <summary>
                <para type="description">The "fileDigestAlgorithm" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileEncryptionInfo" type.</para>
                <para type="description">The file digest algorithm.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileHashObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.fileHash" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.fileHash" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileHashObject.hashType">
            <summary>
                <para type="description">The "hashType" property, of type "microsoft.graph.fileHashType".</para>
                <para type="description">This property is on the "microsoft.graph.fileHash" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'sha1', 'sha256', 'md5', 'authenticodeHash256', 'lsHash', 'ctph', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileHashObject.hashValue">
            <summary>
                <para type="description">The "hashValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileHash" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.file" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.file" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileObject.hashes">
            <summary>
                <para type="description">The "hashes" property, of type "microsoft.graph.hashes".</para>
                <para type="description">This property is on the "microsoft.graph.file" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileObject.mimeType">
            <summary>
                <para type="description">The "mimeType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.file" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileObject.processingMetadata">
            <summary>
                <para type="description">The "processingMetadata" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.file" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSecurityStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.fileSecurityState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.fileSecurityState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSecurityStateObject.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "microsoft.graph.fileHash".</para>
                <para type="description">This property is on the "microsoft.graph.fileSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSecurityStateObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSecurityStateObject.path">
            <summary>
                <para type="description">The "path" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSecurityStateObject.riskScore">
            <summary>
                <para type="description">The "riskScore" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.fileSecurityState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSystemInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.fileSystemInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.fileSystemInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSystemInfoObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.fileSystemInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSystemInfoObject.lastAccessedDateTime">
            <summary>
                <para type="description">The "lastAccessedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.fileSystemInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FileSystemInfoObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.fileSystemInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.folder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.folder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderObject.childCount">
            <summary>
                <para type="description">The "childCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.folder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderObject.view">
            <summary>
                <para type="description">The "view" property, of type "microsoft.graph.folderView".</para>
                <para type="description">This property is on the "microsoft.graph.folder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderViewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.folderView" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.folderView" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderViewObject.sortBy">
            <summary>
                <para type="description">The "sortBy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.folderView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderViewObject.sortOrder">
            <summary>
                <para type="description">The "sortOrder" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.folderView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FolderViewObject.viewType">
            <summary>
                <para type="description">The "viewType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.folderView" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FollowupFlagObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.followupFlag" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.followupFlag" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FollowupFlagObject.completedDateTime">
            <summary>
                <para type="description">The "completedDateTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.followupFlag" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FollowupFlagObject.dueDateTime">
            <summary>
                <para type="description">The "dueDateTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.followupFlag" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FollowupFlagObject.startDateTime">
            <summary>
                <para type="description">The "startDateTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.followupFlag" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FollowupFlagObject.flagStatus">
            <summary>
                <para type="description">The "flagStatus" property, of type "microsoft.graph.followupFlagStatus".</para>
                <para type="description">This property is on the "microsoft.graph.followupFlag" type.</para>
                <para type="description">
                     Valid values: 'notFlagged', 'complete', 'flagged'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FreeBusyErrorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.freeBusyError" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.freeBusyError" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FreeBusyErrorObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.freeBusyError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_FreeBusyErrorObject.responseCode">
            <summary>
                <para type="description">The "responseCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.freeBusyError" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GeoCoordinatesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.geoCoordinates" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.geoCoordinates" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GeoCoordinatesObject.altitude">
            <summary>
                <para type="description">The "altitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.geoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GeoCoordinatesObject.latitude">
            <summary>
                <para type="description">The "latitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.geoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GeoCoordinatesObject.longitude">
            <summary>
                <para type="description">The "longitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.geoCoordinates" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupLifecyclePolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.groupLifecyclePolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.groupLifecyclePolicy" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupLifecyclePolicyObject.groupLifetimeInDays">
            <summary>
                <para type="description">The "groupLifetimeInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupLifecyclePolicyObject.managedGroupTypes">
            <summary>
                <para type="description">The "managedGroupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupLifecyclePolicyObject.alternateNotificationEmails">
            <summary>
                <para type="description">The "alternateNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupSettingObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.groupSetting" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.groupSetting" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupSettingObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupSettingObject.templateId">
            <summary>
                <para type="description">The "templateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_GroupSettingObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HashesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.hashes" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.hashes" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HashesObject.crc32Hash">
            <summary>
                <para type="description">The "crc32Hash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hashes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HashesObject.quickXorHash">
            <summary>
                <para type="description">The "quickXorHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hashes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HashesObject.sha1Hash">
            <summary>
                <para type="description">The "sha1Hash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hashes" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.hostSecurityState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.hostSecurityState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.fqdn">
            <summary>
                <para type="description">The "fqdn" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.isAzureAdJoined">
            <summary>
                <para type="description">The "isAzureAdJoined" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.isAzureAdRegistered">
            <summary>
                <para type="description">The "isAzureAdRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.isHybridAzureDomainJoined">
            <summary>
                <para type="description">The "isHybridAzureDomainJoined" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.netBiosName">
            <summary>
                <para type="description">The "netBiosName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.os">
            <summary>
                <para type="description">The "os" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.privateIpAddress">
            <summary>
                <para type="description">The "privateIpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.publicIpAddress">
            <summary>
                <para type="description">The "publicIpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_HostSecurityStateObject.riskScore">
            <summary>
                <para type="description">The "riskScore" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.hostSecurityState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.identity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.identity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityProviderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.identityProvider" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.identityProvider" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityProviderObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityProviderObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityProviderObject.clientId">
            <summary>
                <para type="description">The "clientId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentityProviderObject.clientSecret">
            <summary>
                <para type="description">The "clientSecret" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.identityProvider" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentitySetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.identitySet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.identitySet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentitySetObject.application">
            <summary>
                <para type="description">The "application" property, of type "microsoft.graph.identity".</para>
                <para type="description">This property is on the "microsoft.graph.identitySet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentitySetObject.device">
            <summary>
                <para type="description">The "device" property, of type "microsoft.graph.identity".</para>
                <para type="description">This property is on the "microsoft.graph.identitySet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IdentitySetObject.user">
            <summary>
                <para type="description">The "user" property, of type "microsoft.graph.identity".</para>
                <para type="description">This property is on the "microsoft.graph.identitySet" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.imageInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.imageInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageInfoObject.iconUrl">
            <summary>
                <para type="description">The "iconUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.imageInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageInfoObject.alternativeText">
            <summary>
                <para type="description">The "alternativeText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.imageInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageInfoObject.alternateText">
            <summary>
                <para type="description">The "alternateText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.imageInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageInfoObject.addImageQuery">
            <summary>
                <para type="description">The "addImageQuery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.imageInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.image" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.image" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.image" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ImageObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.image" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IncompleteDataObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.incompleteData" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.incompleteData" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IncompleteDataObject.missingDataBeforeDateTime">
            <summary>
                <para type="description">The "missingDataBeforeDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.incompleteData" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IncompleteDataObject.wasThrottled">
            <summary>
                <para type="description">The "wasThrottled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.incompleteData" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InferenceClassificationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.inferenceClassification" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.inferenceClassification" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InferenceClassificationObject.overrides">
            <summary>
                <para type="description">The "overrides" property, of type "microsoft.graph.inferenceClassificationOverride".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassification" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InferenceClassificationOverrideObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.inferenceClassificationOverride" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.inferenceClassificationOverride" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InferenceClassificationOverrideObject.classifyAs">
            <summary>
                <para type="description">The "classifyAs" property, of type "microsoft.graph.inferenceClassificationType".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassificationOverride" type.</para>
                <para type="description">
                     Valid values: 'focused', 'other'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InferenceClassificationOverrideObject.senderEmailAddress">
            <summary>
                <para type="description">The "senderEmailAddress" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.inferenceClassificationOverride" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InsightIdentityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.insightIdentity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.insightIdentity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InsightIdentityObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.insightIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InsightIdentityObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.insightIdentity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InternetMessageHeaderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.internetMessageHeader" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.internetMessageHeader" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InternetMessageHeaderObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.internetMessageHeader" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InternetMessageHeaderObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.internetMessageHeader" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.intuneBrand" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.intuneBrand" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Company/organization name that is displayed to end users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.contactITName">
            <summary>
                <para type="description">The "contactITName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Name of the person/organization responsible for IT support.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.contactITPhoneNumber">
            <summary>
                <para type="description">The "contactITPhoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Phone number of the person/organization responsible for IT support.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.contactITEmailAddress">
            <summary>
                <para type="description">The "contactITEmailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Email address of the person/organization responsible for IT support.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.contactITNotes">
            <summary>
                <para type="description">The "contactITNotes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Text comments regarding the person/organization responsible for IT support.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.privacyUrl">
            <summary>
                <para type="description">The "privacyUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">URL to the company/organization’s privacy policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.onlineSupportSiteUrl">
            <summary>
                <para type="description">The "onlineSupportSiteUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">URL to the company/organization’s IT helpdesk site.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.onlineSupportSiteName">
            <summary>
                <para type="description">The "onlineSupportSiteName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Display name of the company/organization’s IT helpdesk site.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.themeColor">
            <summary>
                <para type="description">The "themeColor" property, of type "microsoft.graph.rgbColor".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Primary theme color used in the Company Portal applications and web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.showLogo">
            <summary>
                <para type="description">The "showLogo" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Boolean that represents whether the administrator-supplied logo images are shown or not shown.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.lightBackgroundLogo">
            <summary>
                <para type="description">The "lightBackgroundLogo" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Logo image displayed in Company Portal apps which have a light background behind the logo.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.darkBackgroundLogo">
            <summary>
                <para type="description">The "darkBackgroundLogo" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Logo image displayed in Company Portal apps which have a dark background behind the logo.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.showNameNextToLogo">
            <summary>
                <para type="description">The "showNameNextToLogo" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IntuneBrandObject.showDisplayNameNextToLogo">
            <summary>
                <para type="description">The "showDisplayNameNextToLogo" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.intuneBrand" type.</para>
                <para type="description">Boolean that represents whether the administrator-supplied display name will be shown next to the logo image.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.invitation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.invitation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.invitedUserDisplayName">
            <summary>
                <para type="description">The "invitedUserDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.invitedUserType">
            <summary>
                <para type="description">The "invitedUserType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.invitedUserEmailAddress">
            <summary>
                <para type="description">The "invitedUserEmailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.invitedUserMessageInfo">
            <summary>
                <para type="description">The "invitedUserMessageInfo" property, of type "microsoft.graph.invitedUserMessageInfo".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.sendInvitationMessage">
            <summary>
                <para type="description">The "sendInvitationMessage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.inviteRedirectUrl">
            <summary>
                <para type="description">The "inviteRedirectUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.inviteRedeemUrl">
            <summary>
                <para type="description">The "inviteRedeemUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.status">
            <summary>
                <para type="description">The "status" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitationObject.invitedUser">
            <summary>
                <para type="description">The "invitedUser" property, of type "microsoft.graph.user".</para>
                <para type="description">This property is on the "microsoft.graph.invitation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitedUserMessageInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.invitedUserMessageInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.invitedUserMessageInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitedUserMessageInfoObject.ccRecipients">
            <summary>
                <para type="description">The "ccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.invitedUserMessageInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitedUserMessageInfoObject.messageLanguage">
            <summary>
                <para type="description">The "messageLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitedUserMessageInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_InvitedUserMessageInfoObject.customizedMessageBody">
            <summary>
                <para type="description">The "customizedMessageBody" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.invitedUserMessageInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosDeviceTypeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosDeviceType" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosDeviceType" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosDeviceTypeObject.iPad">
            <summary>
                <para type="description">The "iPad" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceType" type.</para>
                <para type="description">Whether the app should run on iPads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosDeviceTypeObject.iPhoneAndIPod">
            <summary>
                <para type="description">The "iPhoneAndIPod" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceType" type.</para>
                <para type="description">Whether the app should run on iPhones and iPods.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenFolderPageObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosHomeScreenFolderPage" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosHomeScreenFolderPage" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenFolderPageObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenFolderPage" type.</para>
                <para type="description">Name of the folder page</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenFolderPageObject.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.iosHomeScreenApp".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenFolderPage" type.</para>
                <para type="description">A list of apps to appear on a page within a folder. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosHomeScreenItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosHomeScreenItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenItem" type.</para>
                <para type="description">Name of the app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject.iosHomeScreenApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosHomeScreenApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject.bundleID">
            <summary>
                <para type="description">The "bundleID" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenApp" type.</para>
                <para type="description">BundleID of app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject.iosHomeScreenFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosHomeScreenFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenItemObject.pages">
            <summary>
                <para type="description">The "pages" property, of type "microsoft.graph.iosHomeScreenFolderPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenFolder" type.</para>
                <para type="description">Pages of Home Screen Layout Icons which must be Application Type. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenPageObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosHomeScreenPage" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosHomeScreenPage" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenPageObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenPage" type.</para>
                <para type="description">Name of the page</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosHomeScreenPageObject.icons">
            <summary>
                <para type="description">The "icons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosHomeScreenPage" type.</para>
                <para type="description">A list of apps and folders to appear on a page. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosMinimumOperatingSystem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosMinimumOperatingSystem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject.v8_0">
            <summary>
                <para type="description">The "v8_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosMinimumOperatingSystem" type.</para>
                <para type="description">Version 8.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject.v9_0">
            <summary>
                <para type="description">The "v9_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosMinimumOperatingSystem" type.</para>
                <para type="description">Version 9.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject.v10_0">
            <summary>
                <para type="description">The "v10_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosMinimumOperatingSystem" type.</para>
                <para type="description">Version 10.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject.v11_0">
            <summary>
                <para type="description">The "v11_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosMinimumOperatingSystem" type.</para>
                <para type="description">Version 11.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosMinimumOperatingSystemObject.v12_0">
            <summary>
                <para type="description">The "v12_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosMinimumOperatingSystem" type.</para>
                <para type="description">Version 12.0 or later.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNetworkUsageRuleObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosNetworkUsageRule" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosNetworkUsageRule" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNetworkUsageRuleObject.managedApps">
            <summary>
                <para type="description">The "managedApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosNetworkUsageRule" type.</para>
                <para type="description">Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNetworkUsageRuleObject.cellularDataBlockWhenRoaming">
            <summary>
                <para type="description">The "cellularDataBlockWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNetworkUsageRule" type.</para>
                <para type="description">If set to true, corresponding managed apps will not be allowed to use cellular data when roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNetworkUsageRuleObject.cellularDataBlocked">
            <summary>
                <para type="description">The "cellularDataBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNetworkUsageRule" type.</para>
                <para type="description">If set to true, corresponding managed apps will not be allowed to use cellular data at any time.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosNotificationSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.bundleID">
            <summary>
                <para type="description">The "bundleID" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Bundle id of app to which to apply these notification settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.appName">
            <summary>
                <para type="description">The "appName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Application name to be associated with the bundleID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Publisher to be associated with the bundleID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates whether notifications are allowed for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.showInNotificationCenter">
            <summary>
                <para type="description">The "showInNotificationCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates whether notifications can be shown in notification center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.showOnLockScreen">
            <summary>
                <para type="description">The "showOnLockScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates whether notifications can be shown on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.alertType">
            <summary>
                <para type="description">The "alertType" property, of type "microsoft.graph.iosNotificationAlertType".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates the type of alert for notifications for this app.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'banner', 'modal', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.badgesEnabled">
            <summary>
                <para type="description">The "badgesEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates whether badges are allowed for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosNotificationSettingsObject.soundsEnabled">
            <summary>
                <para type="description">The "soundsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosNotificationSettings" type.</para>
                <para type="description">Indicates whether sounds are allowed for this app.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.iosUpdateDeviceStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.iosUpdateDeviceStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.installStatus">
            <summary>
                <para type="description">The "installStatus" property, of type "microsoft.graph.iosUpdatesInstallStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The installation status of the policy report.</para>
                <para type="description">
                     Valid values: 'success', 'available', 'idle', 'unknown', 'downloading', 'downloadFailed', 'downloadRequiresComputer', 'downloadInsufficientSpace', 'downloadInsufficientPower', 'downloadInsufficientNetwork', 'installing', 'installInsufficientSpace', 'installInsufficientPower', 'installPhoneCallInProgress', 'installFailed', 'notSupportedOperation', 'sharedDeviceUserLoggedInError'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device version that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IosUpdateDeviceStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IpRangeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.ipRange" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.ipRange" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IpRangeObject.iPv4Range">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iPv4Range" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IpRangeObject.lowerAddress">
            <summary>
                <para type="description">The "lowerAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iPv4Range" type.</para>
                <para type="description">Lower address.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IpRangeObject.upperAddress">
            <summary>
                <para type="description">The "upperAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iPv4Range" type.</para>
                <para type="description">Upper address.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_IpRangeObject.iPv6Range">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iPv6Range" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActionStatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemActionStat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemActionStat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActionStatObject.actionCount">
            <summary>
                <para type="description">The "actionCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.itemActionStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActionStatObject.actorCount">
            <summary>
                <para type="description">The "actorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.itemActionStat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemActivity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemActivity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityObject.access">
            <summary>
                <para type="description">The "access" property, of type "microsoft.graph.accessAction".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityObject.activityDateTime">
            <summary>
                <para type="description">The "activityDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityObject.actor">
            <summary>
                <para type="description">The "actor" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityObject.driveItem">
            <summary>
                <para type="description">The "driveItem" property, of type "microsoft.graph.driveItem".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemActivityStat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemActivityStat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.startDateTime">
            <summary>
                <para type="description">The "startDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.endDateTime">
            <summary>
                <para type="description">The "endDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.access">
            <summary>
                <para type="description">The "access" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.create">
            <summary>
                <para type="description">The "create" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.delete">
            <summary>
                <para type="description">The "delete" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.edit">
            <summary>
                <para type="description">The "edit" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.move">
            <summary>
                <para type="description">The "move" property, of type "microsoft.graph.itemActionStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.isTrending">
            <summary>
                <para type="description">The "isTrending" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.incompleteData">
            <summary>
                <para type="description">The "incompleteData" property, of type "microsoft.graph.incompleteData".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemActivityStatObject.activities">
            <summary>
                <para type="description">The "activities" property, of type "microsoft.graph.itemActivity".</para>
                <para type="description">This property is on the "microsoft.graph.itemActivityStat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemAnalyticsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemAnalytics" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemAnalytics" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemAnalyticsObject.itemActivityStats">
            <summary>
                <para type="description">The "itemActivityStats" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemAnalyticsObject.allTime">
            <summary>
                <para type="description">The "allTime" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemAnalyticsObject.lastSevenDays">
            <summary>
                <para type="description">The "lastSevenDays" property, of type "microsoft.graph.itemActivityStat".</para>
                <para type="description">This property is on the "microsoft.graph.itemAnalytics" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemBodyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemBody" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemBody" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemBodyObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "microsoft.graph.bodyType".</para>
                <para type="description">This property is on the "microsoft.graph.itemBody" type.</para>
                <para type="description">
                     Valid values: 'text', 'html'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemBodyObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemBody" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemPreviewInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemPreviewInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemPreviewInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemPreviewInfoObject.getUrl">
            <summary>
                <para type="description">The "getUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemPreviewInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemPreviewInfoObject.postParameters">
            <summary>
                <para type="description">The "postParameters" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemPreviewInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemPreviewInfoObject.postUrl">
            <summary>
                <para type="description">The "postUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemPreviewInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.itemReference" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.itemReference" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.driveId">
            <summary>
                <para type="description">The "driveId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.driveType">
            <summary>
                <para type="description">The "driveType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.path">
            <summary>
                <para type="description">The "path" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.shareId">
            <summary>
                <para type="description">The "shareId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.sharepointIds">
            <summary>
                <para type="description">The "sharepointIds" property, of type "microsoft.graph.sharepointIds".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ItemReferenceObject.siteId">
            <summary>
                <para type="description">The "siteId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.itemReference" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_JsonObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.Json" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.Json" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValueObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.keyValue" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.keyValue" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValueObject.key">
            <summary>
                <para type="description">The "key" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.keyValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValueObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.keyValue" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValuePairObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.keyValuePair" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.keyValuePair" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValuePairObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.keyValuePair" type.</para>
                <para type="description">Name for this key-value pair</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_KeyValuePairObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.keyValuePair" type.</para>
                <para type="description">Value for this key-value pair</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.licenseAssignmentState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.licenseAssignmentState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject.skuId">
            <summary>
                <para type="description">The "skuId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.licenseAssignmentState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject.disabledPlans">
            <summary>
                <para type="description">The "disabledPlans" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.licenseAssignmentState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject.assignedByGroup">
            <summary>
                <para type="description">The "assignedByGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.licenseAssignmentState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.licenseAssignmentState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseAssignmentStateObject.error">
            <summary>
                <para type="description">The "error" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.licenseAssignmentState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseDetailsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.licenseDetails" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.licenseDetails" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseDetailsObject.servicePlans">
            <summary>
                <para type="description">The "servicePlans" property, of type "microsoft.graph.servicePlanInfo".</para>
                <para type="description">This property is on the "microsoft.graph.licenseDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseDetailsObject.skuId">
            <summary>
                <para type="description">The "skuId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.licenseDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseDetailsObject.skuPartNumber">
            <summary>
                <para type="description">The "skuPartNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.licenseDetails" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseProcessingStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.licenseProcessingState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.licenseProcessingState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseProcessingStateObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.licenseProcessingState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseUnitsDetailObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.licenseUnitsDetail" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.licenseUnitsDetail" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseUnitsDetailObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.licenseUnitsDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseUnitsDetailObject.suspended">
            <summary>
                <para type="description">The "suspended" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.licenseUnitsDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LicenseUnitsDetailObject.warning">
            <summary>
                <para type="description">The "warning" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.licenseUnitsDetail" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ListInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.listInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.listInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ListInfoObject.contentTypesEnabled">
            <summary>
                <para type="description">The "contentTypesEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.listInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ListInfoObject.hidden">
            <summary>
                <para type="description">The "hidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.listInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ListInfoObject.template">
            <summary>
                <para type="description">The "template" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.listInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocaleInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.localeInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.localeInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocaleInfoObject.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localeInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocaleInfoObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localeInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.localizedNotificationMessage" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.localizedNotificationMessage" (or one of its derived types).</para>
                <para type="description">The text content of a Notification Message Template for the specified locale.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Locale for which this message is destined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template Subject.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject.messageTemplate">
            <summary>
                <para type="description">The "messageTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocalizedNotificationMessageObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationConstraintObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.locationConstraint" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.locationConstraint" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationConstraintObject.locations">
            <summary>
                <para type="description">The "locations" property, of type "microsoft.graph.locationConstraintItem".</para>
                <para type="description">This property is on the "microsoft.graph.locationConstraint" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationConstraintObject.isRequired">
            <summary>
                <para type="description">The "isRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.locationConstraint" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationConstraintObject.suggestLocation">
            <summary>
                <para type="description">The "suggestLocation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.locationConstraint" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.location" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.location" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.location">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.locationEmailAddress">
            <summary>
                <para type="description">The "locationEmailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.address">
            <summary>
                <para type="description">The "address" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.coordinates">
            <summary>
                <para type="description">The "coordinates" property, of type "microsoft.graph.outlookGeoCoordinates".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.locationUri">
            <summary>
                <para type="description">The "locationUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.locationType">
            <summary>
                <para type="description">The "locationType" property, of type "microsoft.graph.locationType".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
                <para type="description">
                     Valid values: 'default', 'conferenceRoom', 'homeAddress', 'businessAddress', 'geoCoordinates', 'streetAddress', 'hotel', 'restaurant', 'localBusiness', 'postalAddress'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.uniqueId">
            <summary>
                <para type="description">The "uniqueId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.uniqueIdType">
            <summary>
                <para type="description">The "uniqueIdType" property, of type "microsoft.graph.locationUniqueIdType".</para>
                <para type="description">This property is on the "microsoft.graph.location" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'locationStore', 'directory', 'private', 'bing'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.locationConstraintItem">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.locationConstraintItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LocationObject.resolveAvailability">
            <summary>
                <para type="description">The "resolveAvailability" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.locationConstraintItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.lookupColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.lookupColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject.allowMultipleValues">
            <summary>
                <para type="description">The "allowMultipleValues" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.lookupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject.allowUnlimitedLength">
            <summary>
                <para type="description">The "allowUnlimitedLength" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.lookupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject.columnName">
            <summary>
                <para type="description">The "columnName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.lookupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject.listId">
            <summary>
                <para type="description">The "listId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.lookupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_LookupColumnObject.primaryLookupColumnId">
            <summary>
                <para type="description">The "primaryLookupColumnId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.lookupColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mailboxSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mailboxSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject.automaticRepliesSetting">
            <summary>
                <para type="description">The "automaticRepliesSetting" property, of type "microsoft.graph.automaticRepliesSetting".</para>
                <para type="description">This property is on the "microsoft.graph.mailboxSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject.archiveFolder">
            <summary>
                <para type="description">The "archiveFolder" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailboxSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject.timeZone">
            <summary>
                <para type="description">The "timeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailboxSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject.language">
            <summary>
                <para type="description">The "language" property, of type "microsoft.graph.localeInfo".</para>
                <para type="description">This property is on the "microsoft.graph.mailboxSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailboxSettingsObject.workingHours">
            <summary>
                <para type="description">The "workingHours" property, of type "microsoft.graph.workingHours".</para>
                <para type="description">This property is on the "microsoft.graph.mailboxSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mailFolder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mailFolder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.mailFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.parentFolderId">
            <summary>
                <para type="description">The "parentFolderId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.childFolderCount">
            <summary>
                <para type="description">The "childFolderCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.unreadItemCount">
            <summary>
                <para type="description">The "unreadItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.totalItemCount">
            <summary>
                <para type="description">The "totalItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.messages">
            <summary>
                <para type="description">The "messages" property, of type "microsoft.graph.message".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.messageRules">
            <summary>
                <para type="description">The "messageRules" property, of type "microsoft.graph.messageRule".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.childFolders">
            <summary>
                <para type="description">The "childFolders" property, of type "microsoft.graph.mailFolder".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.singleValueExtendedProperties">
            <summary>
                <para type="description">The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.multiValueExtendedProperties">
            <summary>
                <para type="description">The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.mailFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.mailSearchFolder">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.isSupported">
            <summary>
                <para type="description">The "isSupported" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.includeNestedFolders">
            <summary>
                <para type="description">The "includeNestedFolders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.sourceFolderIds">
            <summary>
                <para type="description">The "sourceFolderIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailFolderObject.filterQuery">
            <summary>
                <para type="description">The "filterQuery" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailSearchFolder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsErrorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mailTipsError" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mailTipsError" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsErrorObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailTipsError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsErrorObject.code">
            <summary>
                <para type="description">The "code" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailTipsError" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mailTips" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mailTips" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.automaticReplies">
            <summary>
                <para type="description">The "automaticReplies" property, of type "microsoft.graph.automaticRepliesMailTips".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.mailboxFull">
            <summary>
                <para type="description">The "mailboxFull" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.customMailTip">
            <summary>
                <para type="description">The "customMailTip" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.externalMemberCount">
            <summary>
                <para type="description">The "externalMemberCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.totalMemberCount">
            <summary>
                <para type="description">The "totalMemberCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.deliveryRestricted">
            <summary>
                <para type="description">The "deliveryRestricted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.isModerated">
            <summary>
                <para type="description">The "isModerated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.recipientScope">
            <summary>
                <para type="description">The "recipientScope" property, of type "microsoft.graph.recipientScopeType".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
                <para type="description">
                     Valid values: 'none', 'internal', 'external', 'externalPartner', 'externalNonPartner'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.recipientSuggestions">
            <summary>
                <para type="description">The "recipientSuggestions" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.maxMessageSize">
            <summary>
                <para type="description">The "maxMessageSize" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MailTipsObject.error">
            <summary>
                <para type="description">The "error" property, of type "microsoft.graph.mailTipsError".</para>
                <para type="description">This property is on the "microsoft.graph.mailTips" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.malwareState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.malwareState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject.category">
            <summary>
                <para type="description">The "category" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.malwareState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject.family">
            <summary>
                <para type="description">The "family" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.malwareState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.malwareState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject.severity">
            <summary>
                <para type="description">The "severity" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.malwareState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MalwareStateObject.wasRunning">
            <summary>
                <para type="description">The "wasRunning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.malwareState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppDiagnosticStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppDiagnosticStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppDiagnosticStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppDiagnosticStatusObject.validationName">
            <summary>
                <para type="description">The "validationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppDiagnosticStatus" type.</para>
                <para type="description">The validation friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppDiagnosticStatusObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppDiagnosticStatus" type.</para>
                <para type="description">The state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppDiagnosticStatusObject.mitigationInstruction">
            <summary>
                <para type="description">The "mitigationInstruction" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppDiagnosticStatus" type.</para>
                <para type="description">Instruction on how to mitigate a failed validation</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppOperationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppOperation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppOperation" (or one of its derived types).</para>
                <para type="description">Represents an operation applied against an app registration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppOperationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The operation name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppOperationObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The last time the app operation was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppOperationObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The current state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppOperationObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppPolicyDeploymentSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppPolicyDeploymentSummary" (or one of its derived types).</para>
                <para type="description">The ManagedAppEntity is the base entity type for all other entity types under app management workflow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryPerAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryPerAppObject.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" type.</para>
                <para type="description">Deployment of an app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyDeploymentSummaryPerAppObject.configurationAppliedUserCount">
            <summary>
                <para type="description">The "configurationAppliedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp" type.</para>
                <para type="description">Number of users the policy is applied.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppPolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppPolicy" (or one of its derived types).</para>
                <para type="description">The ManagedAppPolicy resource represents a base type for platform specific policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppPolicyObject.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppRegistration" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppRegistration" (or one of its derived types).</para>
                <para type="description">The ManagedAppEntity is the base entity type for all other entity types under app management workflow.</para>
                <para type="description">The ManagedAppRegistration resource represents the details of an app, with management capability, used by a member of the organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of creation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of last the app synced with management service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.applicationVersion">
            <summary>
                <para type="description">The "applicationVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.managementSdkVersion">
            <summary>
                <para type="description">The "managementSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.platformVersion">
            <summary>
                <para type="description">The "platformVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Operating System version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.deviceType">
            <summary>
                <para type="description">The "deviceType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.deviceTag">
            <summary>
                <para type="description">The "deviceTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.flaggedReasons">
            <summary>
                <para type="description">The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more reasons an app registration is flagged. E.g. app running on rooted device</para>
                <para type="description">
                     Valid values: 'none', 'rootedDevice'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The user Id to who this app registration belongs.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.appIdentifier">
            <summary>
                <para type="description">The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The app package Identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.appliedPolicies">
            <summary>
                <para type="description">The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.intendedPolicies">
            <summary>
                <para type="description">The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.managedAppOperation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.androidManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppRegistrationObject.iosManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedAppStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedAppStatus" (or one of its derived types).</para>
                <para type="description">Represents app protection and configuration status for the organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppStatusObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Friendly name of the status report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppStatusObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppStatusObject.managedAppStatusRaw">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppStatusRaw" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedAppStatusObject.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatusRaw" type.</para>
                <para type="description">Status report content.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" (or one of its derived types).</para>
                <para type="description">Contains the properties used to assign an MDM app configuration to a group.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" (or one of its derived types).</para>
                <para type="description">Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" (or one of its derived types).</para>
                <para type="description">Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationDeviceSummaryObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfiguration" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfiguration" (or one of its derived types).</para>
                <para type="description">An abstract class for Mobile app configuration for enrolled devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.targetedMobileApps">
            <summary>
                <para type="description">The "targetedMobileApps" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">the associated app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.deviceStatusSummary">
            <summary>
                <para type="description">The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.userStatusSummary">
            <summary>
                <para type="description">The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.iosMobileAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosMobileAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.encodedSettingXml">
            <summary>
                <para type="description">The "encodedSettingXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">mdm app configuration Base64 binary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationObject.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.appConfigurationSettingItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">app configuration setting items.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" (or one of its derived types).</para>
                <para type="description">Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserStatusObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" (or one of its derived types).</para>
                <para type="description">Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceMobileAppConfigurationUserSummaryObject.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDevice" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDevice" (or one of its derived types).</para>
                <para type="description">Devices that are managed or pre-enrolled through Intune</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
                <para type="description">
                     Valid values: 'unknown', 'company', 'personal'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'compliant', 'noncompliant', 'conflict', 'error', 'inGracePeriod', 'configManager'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
                <para type="description">
                     Valid values: 'eas', 'mdm', 'easMdm', 'intuneClient', 'easIntuneClient', 'configurationManagerClient', 'configurationManagerClientMdm', 'configurationManagerClientMdmEas', 'unknown', 'jamf', 'googleCloudDevicePolicyController'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
                <para type="description">
                     Valid values: 'notRegistered', 'registered', 'revoked', 'keyConflict', 'approvalPending', 'certificateReset', 'notRegisteredPendingEnrollment', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'allowed', 'blocked', 'quarantined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'exchangeGlobalRule', 'exchangeIndividualRule', 'exchangeDeviceRule', 'exchangeUpgrade', 'exchangeMailboxPolicy', 'other', 'compliant', 'notCompliant', 'notEnrolled', 'unknownLocation', 'mfaRequired', 'azureADBlockDueToAccessPolicy', 'compromisedPassword', 'deviceNotKnownWithManagedApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
                <para type="description">
                     Valid values: 'unknown', 'activated', 'deactivated', 'secured', 'lowSeverity', 'mediumSeverity', 'highSeverity', 'unresponsive', 'compromised', 'misconfigured'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceObject.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedDeviceOverview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedDeviceOverview" (or one of its derived types).</para>
                <para type="description">Summary data for managed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject.enrolledDeviceCount">
            <summary>
                <para type="description">The "enrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Total enrolled device count. Does not include PC devices managed via Intune PC Agent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject.mdmEnrolledCount">
            <summary>
                <para type="description">The "mdmEnrolledCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject.dualEnrolledDeviceCount">
            <summary>
                <para type="description">The "dualEnrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in both MDM and EAS</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject.deviceOperatingSystemSummary">
            <summary>
                <para type="description">The "deviceOperatingSystemSummary" property, of type "microsoft.graph.deviceOperatingSystemSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Device operating system summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedDeviceOverviewObject.deviceExchangeAccessStateSummary">
            <summary>
                <para type="description">The "deviceExchangeAccessStateSummary" property, of type "microsoft.graph.deviceExchangeAccessStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Distribution of Exchange Access State in Intune</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedEBookAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedEBookAssignment" (or one of its derived types).</para>
                <para type="description">Contains properties used to assign a eBook to a group.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookAssignmentObject.managedEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The assignment target for eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookAssignmentObject.installIntent">
            <summary>
                <para type="description">The "installIntent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The install intent for eBook.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookAssignmentObject.iosVppEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedEBook" (or one of its derived types).</para>
                <para type="description">An abstract class containing the base properties for Managed eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Name of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Publisher.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.publishedDateTime">
            <summary>
                <para type="description">The "publishedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.largeCover">
            <summary>
                <para type="description">The "largeCover" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Book cover.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedEBookAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of assignments for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.installSummary">
            <summary>
                <para type="description">The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Mobile App Install Summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.userStateSummary">
            <summary>
                <para type="description">The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.iosVppEBook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.vppTokenId">
            <summary>
                <para type="description">The "vppTokenId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Apple ID associated with Vpp token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.vppOrganizationName">
            <summary>
                <para type="description">The "vppOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token's organization name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.genres">
            <summary>
                <para type="description">The "genres" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Genres.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Language.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.seller">
            <summary>
                <para type="description">The "seller" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Seller.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Total license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedEBookObject.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Used license count.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedMobileAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.managedMobileApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.managedMobileApp" (or one of its derived types).</para>
                <para type="description">The identifier for the deployment an app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedMobileAppObject.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ManagedMobileAppObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingAustraliaObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingAustralia" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingAustralia" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingAustraliaObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingAustraliaMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingAustralia" type.</para>
                <para type="description">Movies rating selected for Australia</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'mature', 'agesAbove15', 'agesAbove18'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingAustraliaObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingAustraliaTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingAustralia" type.</para>
                <para type="description">TV rating selected for Australia</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'preschoolers', 'children', 'general', 'parentalGuidance', 'mature', 'agesAbove15', 'agesAbove15AdultViolence'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingCanadaObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingCanada" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingCanada" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingCanadaObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingCanadaMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingCanada" type.</para>
                <para type="description">Movies rating selected for Canada</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'agesAbove14', 'agesAbove18', 'restricted'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingCanadaObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingCanadaTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingCanada" type.</para>
                <para type="description">TV rating selected for Canada</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'children', 'childrenAbove8', 'general', 'parentalGuidance', 'agesAbove14', 'agesAbove18'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingFranceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingFrance" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingFrance" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingFranceObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingFranceMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingFrance" type.</para>
                <para type="description">Movies rating selected for France</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove10', 'agesAbove12', 'agesAbove16', 'agesAbove18'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingFranceObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingFranceTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingFrance" type.</para>
                <para type="description">TV rating selected for France</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove10', 'agesAbove12', 'agesAbove16', 'agesAbove18'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingGermanyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingGermany" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingGermany" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingGermanyObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingGermanyMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingGermany" type.</para>
                <para type="description">Movies rating selected for Germany</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'agesAbove6', 'agesAbove12', 'agesAbove16', 'adults'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingGermanyObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingGermanyTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingGermany" type.</para>
                <para type="description">TV rating selected for Germany</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'agesAbove6', 'agesAbove12', 'agesAbove16', 'adults'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingIrelandObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingIreland" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingIreland" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingIrelandObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingIrelandMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingIreland" type.</para>
                <para type="description">Movies rating selected for Ireland</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'agesAbove12', 'agesAbove15', 'agesAbove16', 'adults'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingIrelandObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingIrelandTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingIreland" type.</para>
                <para type="description">TV rating selected for Ireland</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'children', 'youngAdults', 'parentalSupervision', 'mature'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingJapanObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingJapan" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingJapan" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingJapanObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingJapanMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingJapan" type.</para>
                <para type="description">Movies rating selected for Japan</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'agesAbove15', 'agesAbove18'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingJapanObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingJapanTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingJapan" type.</para>
                <para type="description">TV rating selected for Japan</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'explicitAllowed'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingNewZealandObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingNewZealand" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingNewZealand" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingNewZealandObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingNewZealandMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingNewZealand" type.</para>
                <para type="description">Movies rating selected for New Zealand</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'mature', 'agesAbove13', 'agesAbove15', 'agesAbove16', 'agesAbove18', 'restricted', 'agesAbove16Restricted'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingNewZealandObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingNewZealandTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingNewZealand" type.</para>
                <para type="description">TV rating selected for New Zealand</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'adults'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedKingdomObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingUnitedKingdom" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingUnitedKingdom" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedKingdomObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingUnitedKingdomMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingUnitedKingdom" type.</para>
                <para type="description">Movies rating selected for United Kingdom</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'universalChildren', 'parentalGuidance', 'agesAbove12Video', 'agesAbove12Cinema', 'agesAbove15', 'adults'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedKingdomObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingUnitedKingdomTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingUnitedKingdom" type.</para>
                <para type="description">TV rating selected for United Kingdom</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'caution'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedStatesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mediaContentRatingUnitedStates" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mediaContentRatingUnitedStates" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedStatesObject.movieRating">
            <summary>
                <para type="description">The "movieRating" property, of type "microsoft.graph.ratingUnitedStatesMoviesType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingUnitedStates" type.</para>
                <para type="description">Movies rating selected for United States</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'general', 'parentalGuidance', 'parentalGuidance13', 'restricted', 'adults'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MediaContentRatingUnitedStatesObject.tvRating">
            <summary>
                <para type="description">The "tvRating" property, of type "microsoft.graph.ratingUnitedStatesTelevisionType".</para>
                <para type="description">This property is on the "microsoft.graph.mediaContentRatingUnitedStates" type.</para>
                <para type="description">TV rating selected for United States</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'childrenAll', 'childrenAbove7', 'general', 'parentalGuidance', 'childrenAbove14', 'adults'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.meetingTimeSuggestion" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.meetingTimeSuggestion" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.confidence">
            <summary>
                <para type="description">The "confidence" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.order">
            <summary>
                <para type="description">The "order" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.organizerAvailability">
            <summary>
                <para type="description">The "organizerAvailability" property, of type "microsoft.graph.freeBusyStatus".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
                <para type="description">
                     Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.attendeeAvailability">
            <summary>
                <para type="description">The "attendeeAvailability" property, of type "microsoft.graph.attendeeAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.locations">
            <summary>
                <para type="description">The "locations" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.suggestionReason">
            <summary>
                <para type="description">The "suggestionReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionObject.meetingTimeSlot">
            <summary>
                <para type="description">The "meetingTimeSlot" property, of type "microsoft.graph.timeSlot".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestion" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionsResultObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.meetingTimeSuggestionsResult" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.meetingTimeSuggestionsResult" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionsResultObject.meetingTimeSuggestions">
            <summary>
                <para type="description">The "meetingTimeSuggestions" property, of type "microsoft.graph.meetingTimeSuggestion".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestionsResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MeetingTimeSuggestionsResultObject.emptySuggestionsReason">
            <summary>
                <para type="description">The "emptySuggestionsReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.meetingTimeSuggestionsResult" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.messageRuleActions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.messageRuleActions" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.moveToFolder">
            <summary>
                <para type="description">The "moveToFolder" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.copyToFolder">
            <summary>
                <para type="description">The "copyToFolder" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.delete">
            <summary>
                <para type="description">The "delete" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.permanentDelete">
            <summary>
                <para type="description">The "permanentDelete" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.markAsRead">
            <summary>
                <para type="description">The "markAsRead" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.markImportance">
            <summary>
                <para type="description">The "markImportance" property, of type "microsoft.graph.importance".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
                <para type="description">
                     Valid values: 'low', 'normal', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.forwardTo">
            <summary>
                <para type="description">The "forwardTo" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.forwardAsAttachmentTo">
            <summary>
                <para type="description">The "forwardAsAttachmentTo" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.redirectTo">
            <summary>
                <para type="description">The "redirectTo" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.assignCategories">
            <summary>
                <para type="description">The "assignCategories" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleActionsObject.stopProcessingRules">
            <summary>
                <para type="description">The "stopProcessingRules" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRuleActions" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.messageRule" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.messageRule" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.sequence">
            <summary>
                <para type="description">The "sequence" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.conditions">
            <summary>
                <para type="description">The "conditions" property, of type "microsoft.graph.messageRulePredicates".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.actions">
            <summary>
                <para type="description">The "actions" property, of type "microsoft.graph.messageRuleActions".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.exceptions">
            <summary>
                <para type="description">The "exceptions" property, of type "microsoft.graph.messageRulePredicates".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.isEnabled">
            <summary>
                <para type="description">The "isEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.hasError">
            <summary>
                <para type="description">The "hasError" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRuleObject.isReadOnly">
            <summary>
                <para type="description">The "isReadOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRule" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.messageRulePredicates" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.categories">
            <summary>
                <para type="description">The "categories" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.subjectContains">
            <summary>
                <para type="description">The "subjectContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.bodyContains">
            <summary>
                <para type="description">The "bodyContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.bodyOrSubjectContains">
            <summary>
                <para type="description">The "bodyOrSubjectContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.senderContains">
            <summary>
                <para type="description">The "senderContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.recipientContains">
            <summary>
                <para type="description">The "recipientContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.headerContains">
            <summary>
                <para type="description">The "headerContains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.messageActionFlag">
            <summary>
                <para type="description">The "messageActionFlag" property, of type "microsoft.graph.messageActionFlag".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
                <para type="description">
                     Valid values: 'any', 'call', 'doNotForward', 'followUp', 'fyi', 'forward', 'noResponseNecessary', 'read', 'reply', 'replyToAll', 'review'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.importance">
            <summary>
                <para type="description">The "importance" property, of type "microsoft.graph.importance".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
                <para type="description">
                     Valid values: 'low', 'normal', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sensitivity">
            <summary>
                <para type="description">The "sensitivity" property, of type "microsoft.graph.sensitivity".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
                <para type="description">
                     Valid values: 'normal', 'personal', 'private', 'confidential'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.fromAddresses">
            <summary>
                <para type="description">The "fromAddresses" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sentToAddresses">
            <summary>
                <para type="description">The "sentToAddresses" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sentToMe">
            <summary>
                <para type="description">The "sentToMe" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sentOnlyToMe">
            <summary>
                <para type="description">The "sentOnlyToMe" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sentCcMe">
            <summary>
                <para type="description">The "sentCcMe" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.sentToOrCcMe">
            <summary>
                <para type="description">The "sentToOrCcMe" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.notSentToMe">
            <summary>
                <para type="description">The "notSentToMe" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.hasAttachments">
            <summary>
                <para type="description">The "hasAttachments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isApprovalRequest">
            <summary>
                <para type="description">The "isApprovalRequest" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isAutomaticForward">
            <summary>
                <para type="description">The "isAutomaticForward" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isAutomaticReply">
            <summary>
                <para type="description">The "isAutomaticReply" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isMeetingRequest">
            <summary>
                <para type="description">The "isMeetingRequest" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isMeetingResponse">
            <summary>
                <para type="description">The "isMeetingResponse" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isNonDeliveryReport">
            <summary>
                <para type="description">The "isNonDeliveryReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isPermissionControlled">
            <summary>
                <para type="description">The "isPermissionControlled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isReadReceipt">
            <summary>
                <para type="description">The "isReadReceipt" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isSigned">
            <summary>
                <para type="description">The "isSigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.isVoicemail">
            <summary>
                <para type="description">The "isVoicemail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MessageRulePredicatesObject.withinSizeRange">
            <summary>
                <para type="description">The "withinSizeRange" property, of type "microsoft.graph.sizeRange".</para>
                <para type="description">This property is on the "microsoft.graph.messageRulePredicates" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MimeContentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mimeContent" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mimeContent" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MimeContentObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mimeContent" type.</para>
                <para type="description">Indicates the content mime type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MimeContentObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mimeContent" type.</para>
                <para type="description">The byte array that contains the actual content.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppAssignment" (or one of its derived types).</para>
                <para type="description">A class containing the properties used for Group Assignment of a Mobile App.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentObject.intent">
            <summary>
                <para type="description">The "intent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The install intent defined by the admin.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The target group assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentObject.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.mobileAppAssignmentSettings".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The settings for target assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppAssignmentSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppAssignmentSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.microsoftStoreForBusinessAppAssignmentSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.useDeviceContext">
            <summary>
                <para type="description">The "useDeviceContext" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings" type.</para>
                <para type="description">Whether or not to use device execution context for Microsoft Store for Business mobile app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.iosVppAppAssignmentSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppAppAssignmentSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.useDeviceLicensing">
            <summary>
                <para type="description">The "useDeviceLicensing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppAppAssignmentSettings" type.</para>
                <para type="description">Whether or not to use device licensing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.vpnConfigurationId">
            <summary>
                <para type="description">The "vpnConfigurationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppAppAssignmentSettings" type.</para>
                <para type="description">The VPN Configuration Id to apply for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.iosStoreAppAssignmentSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosStoreAppAssignmentSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppAssignmentSettingsObject.iosLobAppAssignmentSettings">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosLobAppAssignmentSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppCategoryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppCategory" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppCategory" (or one of its derived types).</para>
                <para type="description">Contains properties for a single Intune app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppCategoryObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppCategoryObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppContentFile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppContentFile" (or one of its derived types).</para>
                <para type="description">Contains properties for a single installer file that is associated with a given mobileAppContent version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.azureStorageUri">
            <summary>
                <para type="description">The "azureStorageUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The Azure Storage URI.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.isCommitted">
            <summary>
                <para type="description">The "isCommitted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">A value indicating whether the file is committed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">the file name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.sizeEncrypted">
            <summary>
                <para type="description">The "sizeEncrypted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file after encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.azureStorageUriExpirationDateTime">
            <summary>
                <para type="description">The "azureStorageUriExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the Azure storage Uri expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.manifest">
            <summary>
                <para type="description">The "manifest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The manifest information.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentFileObject.uploadState">
            <summary>
                <para type="description">The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The state of the current upload request.</para>
                <para type="description">
                     Valid values: 'success', 'transientError', 'error', 'unknown', 'azureStorageUriRequestSuccess', 'azureStorageUriRequestPending', 'azureStorageUriRequestFailed', 'azureStorageUriRequestTimedOut', 'azureStorageUriRenewalSuccess', 'azureStorageUriRenewalPending', 'azureStorageUriRenewalFailed', 'azureStorageUriRenewalTimedOut', 'commitFileSuccess', 'commitFilePending', 'commitFileFailed', 'commitFileTimedOut'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppContent" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppContent" (or one of its derived types).</para>
                <para type="description">Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppContentObject.files">
            <summary>
                <para type="description">The "files" property, of type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContent" type.</para>
                <para type="description">The list of files for this app content version.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppIdentifierObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileAppIdentifier" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileAppIdentifier" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppIdentifierObject.iosMobileAppIdentifier">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosMobileAppIdentifier" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppIdentifierObject.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppIdentifier" type.</para>
                <para type="description">The identifier for an app, as specified in the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppIdentifierObject.androidMobileAppIdentifier">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidMobileAppIdentifier" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppIdentifierObject.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidMobileAppIdentifier" type.</para>
                <para type="description">The identifier for an app, as specified in the play store.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileApp" (or one of its derived types).</para>
                <para type="description">An abstract class containing the base properties for Intune mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The admin provided or imported title of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The description of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publisher of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.largeIcon">
            <summary>
                <para type="description">The "largeIcon" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The large icon, to be displayed in the app details and used for upload of the icon.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.isFeatured">
            <summary>
                <para type="description">The "isFeatured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The value indicating whether the app is marked as featured by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The owner of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.developer">
            <summary>
                <para type="description">The "developer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The developer of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.notes">
            <summary>
                <para type="description">The "notes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">Notes for the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.publishingState">
            <summary>
                <para type="description">The "publishingState" property, of type "microsoft.graph.mobileAppPublishingState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publishing state for the app. The app cannot be assigned unless the app is published.</para>
                <para type="description">
                     Valid values: 'notPublished', 'processing', 'published'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.categories">
            <summary>
                <para type="description">The "categories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of categories for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.mobileAppAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.iosStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Apple App Store URL</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.applicableDeviceType">
            <summary>
                <para type="description">The "applicableDeviceType" property, of type "microsoft.graph.iosDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The iOS architecture for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.minimumSupportedOperatingSystem">
            <summary>
                <para type="description">The "minimumSupportedOperatingSystem" property, of type "microsoft.graph.iosMinimumOperatingSystem".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The value for the minimum applicable operating system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.iosVppApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The number of VPP licenses in use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The total number of VPP licenses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.releaseDateTime">
            <summary>
                <para type="description">The "releaseDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The VPP application release date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.licensingType">
            <summary>
                <para type="description">The "licensingType" property, of type "microsoft.graph.vppLicensingType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The supported License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.vppTokenOrganizationName">
            <summary>
                <para type="description">The "vppTokenOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.vppTokenAppleId">
            <summary>
                <para type="description">The "vppTokenAppleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The Apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.androidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidStoreApp" type.</para>
                <para type="description">The package identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.webApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.webApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.appUrl">
            <summary>
                <para type="description">The "appUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">The web app URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.useManagedBrowser">
            <summary>
                <para type="description">The "useManagedBrowser" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">Whether or not to use managed browser. This property is only applicable for Android and IOS.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.microsoftStoreForBusinessApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app product key</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.microsoftStoreForBusinessLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app license type</para>
                <para type="description">
                     Valid values: 'offline', 'online'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.packageIdentityName">
            <summary>
                <para type="description">The "packageIdentityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app package identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.committedContentVersion">
            <summary>
                <para type="description">The "committedContentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The internal committed content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The name of the main Lob application file.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The total size, including all uploaded files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.contentVersions">
            <summary>
                <para type="description">The "contentVersions" property, of type "microsoft.graph.mobileAppContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The list of content versions for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.iosLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The expiration time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.versionNumber">
            <summary>
                <para type="description">The "versionNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The version number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.buildNumber">
            <summary>
                <para type="description">The "buildNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The build number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.androidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.versionName">
            <summary>
                <para type="description">The "versionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version name of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.versionCode">
            <summary>
                <para type="description">The "versionCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version code of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.windowsUniversalAppX">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUniversalAppX" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.applicableArchitectures">
            <summary>
                <para type="description">The "applicableArchitectures" property, of type "microsoft.graph.windowsArchitecture".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows architecture(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'x86', 'x64', 'arm', 'neutral'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.applicableDeviceTypes">
            <summary>
                <para type="description">The "applicableDeviceTypes" property, of type "microsoft.graph.windowsDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows device type(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'desktop', 'mobile', 'holographic', 'team'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.identityName">
            <summary>
                <para type="description">The "identityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.identityPublisherHash">
            <summary>
                <para type="description">The "identityPublisherHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Publisher Hash.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.identityResourceIdentifier">
            <summary>
                <para type="description">The "identityResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Resource Identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.isBundle">
            <summary>
                <para type="description">The "isBundle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">Whether or not the app is a bundle.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.identityVersion">
            <summary>
                <para type="description">The "identityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The identity version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.windowsMobileMSI">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsMobileMSI" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The command line.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.productCode">
            <summary>
                <para type="description">The "productCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product code.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.productVersion">
            <summary>
                <para type="description">The "productVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product version of Windows Mobile MSI Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.ignoreVersionDetection">
            <summary>
                <para type="description">The "ignoreVersionDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.appAvailability">
            <summary>
                <para type="description">The "appAvailability" property, of type "microsoft.graph.managedAppAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's availability.</para>
                <para type="description">
                     Valid values: 'global', 'lineOfBusiness'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.managedIOSLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.managedAndroidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.managedIOSStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.managedAndroidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileAppObject.macOSOfficeSuiteApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSOfficeSuiteApp" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.mobileThreatDefenseConnector" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.mobileThreatDefenseConnector" (or one of its derived types).</para>
                <para type="description">Entity which represents a connection to Mobile threat defense partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">DateTime of last Heartbeat recieved from the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.mobileThreatPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Data Sync Partner state for this account</para>
                <para type="description">
                     Valid values: 'unavailable', 'available', 'enabled', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.androidEnabled">
            <summary>
                <para type="description">The "androidEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.iosEnabled">
            <summary>
                <para type="description">The "iosEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, get or set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.androidDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.iosDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.partnerUnsupportedOsVersionBlocked">
            <summary>
                <para type="description">The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MobileThreatDefenseConnectorObject.partnerUnresponsivenessThresholdInDays">
            <summary>
                <para type="description">The "partnerUnresponsivenessThresholdInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or Set days the per tenant tolerance to unresponsiveness for this partner integration</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ModifiedPropertyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.modifiedProperty" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.modifiedProperty" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ModifiedPropertyObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.modifiedProperty" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ModifiedPropertyObject.oldValue">
            <summary>
                <para type="description">The "oldValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.modifiedProperty" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ModifiedPropertyObject.newValue">
            <summary>
                <para type="description">The "newValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.modifiedProperty" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MultiValueLegacyExtendedPropertyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.multiValueLegacyExtendedProperty" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.multiValueLegacyExtendedProperty" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_MultiValueLegacyExtendedPropertyObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.multiValueLegacyExtendedProperty" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.networkConnection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.networkConnection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.destinationAddress">
            <summary>
                <para type="description">The "destinationAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.destinationDomain">
            <summary>
                <para type="description">The "destinationDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.destinationPort">
            <summary>
                <para type="description">The "destinationPort" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.destinationUrl">
            <summary>
                <para type="description">The "destinationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.direction">
            <summary>
                <para type="description">The "direction" property, of type "microsoft.graph.connectionDirection".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'inbound', 'outbound', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.domainRegisteredDateTime">
            <summary>
                <para type="description">The "domainRegisteredDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.localDnsName">
            <summary>
                <para type="description">The "localDnsName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.natDestinationAddress">
            <summary>
                <para type="description">The "natDestinationAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.natDestinationPort">
            <summary>
                <para type="description">The "natDestinationPort" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.natSourceAddress">
            <summary>
                <para type="description">The "natSourceAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.natSourcePort">
            <summary>
                <para type="description">The "natSourcePort" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.protocol">
            <summary>
                <para type="description">The "protocol" property, of type "microsoft.graph.securityNetworkProtocol".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
                <para type="description">
                     Valid values: 'ip', 'icmp', 'igmp', 'ggp', 'ipv4', 'tcp', 'pup', 'udp', 'idp', 'ipv6', 'ipv6RoutingHeader', 'ipv6FragmentHeader', 'ipSecEncapsulatingSecurityPayload', 'ipSecAuthenticationHeader', 'icmpV6', 'ipv6NoNextHeader', 'ipv6DestinationOptions', 'nd', 'raw', 'ipx', 'spx', 'spxII', 'unknownFutureValue', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.riskScore">
            <summary>
                <para type="description">The "riskScore" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.sourceAddress">
            <summary>
                <para type="description">The "sourceAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.sourcePort">
            <summary>
                <para type="description">The "sourcePort" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.connectionStatus".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'attempted', 'succeeded', 'blocked', 'failed', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NetworkConnectionObject.urlParameters">
            <summary>
                <para type="description">The "urlParameters" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.networkConnection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotebookLinksObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.notebookLinks" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.notebookLinks" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotebookLinksObject.oneNoteClientUrl">
            <summary>
                <para type="description">The "oneNoteClientUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.notebookLinks" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotebookLinksObject.oneNoteWebUrl">
            <summary>
                <para type="description">The "oneNoteWebUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.notebookLinks" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.notificationMessageTemplate" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.notificationMessageTemplate" (or one of its derived types).</para>
                <para type="description">Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">Display name for the Notification Message Template.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject.defaultLocale">
            <summary>
                <para type="description">The "defaultLocale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The default locale to fallback onto when the requested locale is not available.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject.brandingOptions">
            <summary>
                <para type="description">The "brandingOptions" property, of type "microsoft.graph.notificationTemplateBrandingOptions".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The Message Template Branding Options. Branding is defined in the Intune Admin Console.</para>
                <para type="description">
                     Valid values: 'none', 'includeCompanyLogo', 'includeCompanyName', 'includeContactInformation'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NotificationMessageTemplateObject.localizedNotificationMessages">
            <summary>
                <para type="description">The "localizedNotificationMessages" property, of type "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NumberColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.numberColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.numberColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NumberColumnObject.decimalPlaces">
            <summary>
                <para type="description">The "decimalPlaces" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.numberColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NumberColumnObject.displayAs">
            <summary>
                <para type="description">The "displayAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.numberColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NumberColumnObject.maximum">
            <summary>
                <para type="description">The "maximum" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.numberColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_NumberColumnObject.minimum">
            <summary>
                <para type="description">The "minimum" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.numberColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OfficeGraphInsightsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.officeGraphInsights" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.officeGraphInsights" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OfficeGraphInsightsObject.trending">
            <summary>
                <para type="description">The "trending" property, of type "microsoft.graph.trending".</para>
                <para type="description">This property is on the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OfficeGraphInsightsObject.shared">
            <summary>
                <para type="description">The "shared" property, of type "microsoft.graph.sharedInsight".</para>
                <para type="description">This property is on the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OfficeGraphInsightsObject.used">
            <summary>
                <para type="description">The "used" property, of type "microsoft.graph.usedInsight".</para>
                <para type="description">This property is on the "microsoft.graph.officeGraphInsights" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.omaSetting" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.omaSetting" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.omaSetting" type.</para>
                <para type="description">Display Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.omaSetting" type.</para>
                <para type="description">Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaUri">
            <summary>
                <para type="description">The "omaUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.omaSetting" type.</para>
                <para type="description">OMA.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingBase64">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingBase64" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.omaSettingBase64" type.</para>
                <para type="description">File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.omaSettingBase64" type.</para>
                <para type="description">Value. (Base64 encoded string)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingBoolean">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingBoolean" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingStringXml">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingStringXml" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingDateTime">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingDateTime" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingString">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingString" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingFloatingPoint">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingFloatingPoint" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OmaSettingObject.omaSettingInteger">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.omaSettingInteger" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenoteEntityBaseModel" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenoteEntityBaseModel" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.self">
            <summary>
                <para type="description">The "self" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityBaseModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.onenoteResource">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.Stream".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.contentUrl">
            <summary>
                <para type="description">The "contentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntitySchemaObjectModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.onenotePage">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.createdByAppId">
            <summary>
                <para type="description">The "createdByAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.links">
            <summary>
                <para type="description">The "links" property, of type "microsoft.graph.pageLinks".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.level">
            <summary>
                <para type="description">The "level" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.order">
            <summary>
                <para type="description">The "order" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.userTags">
            <summary>
                <para type="description">The "userTags" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.parentSection">
            <summary>
                <para type="description">The "parentSection" property, of type "microsoft.graph.onenoteSection".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.parentNotebook">
            <summary>
                <para type="description">The "parentNotebook" property, of type "microsoft.graph.notebook".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityHierarchyModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityHierarchyModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteEntityHierarchyModel" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.sectionGroup">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.sectionsUrl">
            <summary>
                <para type="description">The "sectionsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.sectionGroupsUrl">
            <summary>
                <para type="description">The "sectionGroupsUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.parentSectionGroup">
            <summary>
                <para type="description">The "parentSectionGroup" property, of type "microsoft.graph.sectionGroup".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.sections">
            <summary>
                <para type="description">The "sections" property, of type "microsoft.graph.onenoteSection".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.sectionGroups">
            <summary>
                <para type="description">The "sectionGroups" property, of type "microsoft.graph.sectionGroup".</para>
                <para type="description">This property is on the "microsoft.graph.sectionGroup" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.onenoteSection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.pagesUrl">
            <summary>
                <para type="description">The "pagesUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.pages">
            <summary>
                <para type="description">The "pages" property, of type "microsoft.graph.onenotePage".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteSection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.notebook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.notebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.userRole">
            <summary>
                <para type="description">The "userRole" property, of type "microsoft.graph.onenoteUserRole".</para>
                <para type="description">This property is on the "microsoft.graph.notebook" type.</para>
                <para type="description">
                     Valid values: 'Owner', 'Contributor', 'Reader', 'None'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteEntityBaseModelObject.isShared">
            <summary>
                <para type="description">The "isShared" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.notebook" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenote" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenote" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.notebooks">
            <summary>
                <para type="description">The "notebooks" property, of type "microsoft.graph.notebook".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.sections">
            <summary>
                <para type="description">The "sections" property, of type "microsoft.graph.onenoteSection".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.sectionGroups">
            <summary>
                <para type="description">The "sectionGroups" property, of type "microsoft.graph.sectionGroup".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.pages">
            <summary>
                <para type="description">The "pages" property, of type "microsoft.graph.onenotePage".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.resources">
            <summary>
                <para type="description">The "resources" property, of type "microsoft.graph.onenoteResource".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteObject.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.onenoteOperation".</para>
                <para type="description">This property is on the "microsoft.graph.onenote" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteOperationErrorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenoteOperationError" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenoteOperationError" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteOperationErrorObject.code">
            <summary>
                <para type="description">The "code" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperationError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenoteOperationErrorObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperationError" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePagePreviewLinksObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenotePagePreviewLinks" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenotePagePreviewLinks" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePagePreviewLinksObject.previewImageUrl">
            <summary>
                <para type="description">The "previewImageUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePagePreviewLinks" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePagePreviewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenotePagePreview" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenotePagePreview" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePagePreviewObject.previewText">
            <summary>
                <para type="description">The "previewText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePagePreview" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePagePreviewObject.links">
            <summary>
                <para type="description">The "links" property, of type "microsoft.graph.onenotePagePreviewLinks".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePagePreview" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePatchContentCommandObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onenotePatchContentCommand" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onenotePatchContentCommand" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePatchContentCommandObject.action">
            <summary>
                <para type="description">The "action" property, of type "microsoft.graph.onenotePatchActionType".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePatchContentCommand" type.</para>
                <para type="description">
                     Valid values: 'Replace', 'Append', 'Delete', 'Insert', 'Prepend'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePatchContentCommandObject.target">
            <summary>
                <para type="description">The "target" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePatchContentCommand" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePatchContentCommandObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePatchContentCommand" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnenotePatchContentCommandObject.position">
            <summary>
                <para type="description">The "position" property, of type "microsoft.graph.onenotePatchInsertPosition".</para>
                <para type="description">This property is on the "microsoft.graph.onenotePatchContentCommand" type.</para>
                <para type="description">
                     Valid values: 'After', 'Before'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesConditionalAccessSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onPremisesConditionalAccessSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onPremisesConditionalAccessSettings" (or one of its derived types).</para>
                <para type="description">Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesConditionalAccessSettingsObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Indicates if on premises conditional access is enabled for this organization</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesConditionalAccessSettingsObject.includedGroups">
            <summary>
                <para type="description">The "includedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesConditionalAccessSettingsObject.excludedGroups">
            <summary>
                <para type="description">The "excludedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesConditionalAccessSettingsObject.overrideDefaultRule">
            <summary>
                <para type="description">The "overrideDefaultRule" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Override the default access rule when allowing a device to ensure access is granted.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onPremisesExtensionAttributes" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onPremisesExtensionAttributes" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute1">
            <summary>
                <para type="description">The "extensionAttribute1" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute2">
            <summary>
                <para type="description">The "extensionAttribute2" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute3">
            <summary>
                <para type="description">The "extensionAttribute3" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute4">
            <summary>
                <para type="description">The "extensionAttribute4" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute5">
            <summary>
                <para type="description">The "extensionAttribute5" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute6">
            <summary>
                <para type="description">The "extensionAttribute6" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute7">
            <summary>
                <para type="description">The "extensionAttribute7" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute8">
            <summary>
                <para type="description">The "extensionAttribute8" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute9">
            <summary>
                <para type="description">The "extensionAttribute9" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute10">
            <summary>
                <para type="description">The "extensionAttribute10" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute11">
            <summary>
                <para type="description">The "extensionAttribute11" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute12">
            <summary>
                <para type="description">The "extensionAttribute12" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute13">
            <summary>
                <para type="description">The "extensionAttribute13" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute14">
            <summary>
                <para type="description">The "extensionAttribute14" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesExtensionAttributesObject.extensionAttribute15">
            <summary>
                <para type="description">The "extensionAttribute15" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesExtensionAttributes" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesProvisioningErrorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.onPremisesProvisioningError" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.onPremisesProvisioningError" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesProvisioningErrorObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesProvisioningError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesProvisioningErrorObject.category">
            <summary>
                <para type="description">The "category" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesProvisioningError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesProvisioningErrorObject.propertyCausingError">
            <summary>
                <para type="description">The "propertyCausingError" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesProvisioningError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OnPremisesProvisioningErrorObject.occurredDateTime">
            <summary>
                <para type="description">The "occurredDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesProvisioningError" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationErrorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.operationError" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.operationError" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationErrorObject.code">
            <summary>
                <para type="description">The "code" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.operationError" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationErrorObject.message">
            <summary>
                <para type="description">The "message" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.operationError" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.operation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.operation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.operation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.operation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.operationStatus".</para>
                <para type="description">This property is on the "microsoft.graph.operation" type.</para>
                <para type="description">
                     Valid values: 'NotStarted', 'Running', 'Completed', 'Failed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.operation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.lastActionDateTime">
            <summary>
                <para type="description">The "lastActionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.operation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.onenoteOperation">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.resourceLocation">
            <summary>
                <para type="description">The "resourceLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.resourceId">
            <summary>
                <para type="description">The "resourceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.error">
            <summary>
                <para type="description">The "error" property, of type "microsoft.graph.onenoteOperationError".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OperationObject.percentComplete">
            <summary>
                <para type="description">The "percentComplete" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.onenoteOperation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookCategoryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.outlookCategory" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.outlookCategory" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookCategoryObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.outlookCategory" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookCategoryObject.color">
            <summary>
                <para type="description">The "color" property, of type "microsoft.graph.categoryColor".</para>
                <para type="description">This property is on the "microsoft.graph.outlookCategory" type.</para>
                <para type="description">
                     Valid values: 'preset0', 'preset1', 'preset2', 'preset3', 'preset4', 'preset5', 'preset6', 'preset7', 'preset8', 'preset9', 'preset10', 'preset11', 'preset12', 'preset13', 'preset14', 'preset15', 'preset16', 'preset17', 'preset18', 'preset19', 'preset20', 'preset21', 'preset22', 'preset23', 'preset24', 'none'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.outlookGeoCoordinates" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.outlookGeoCoordinates" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject.altitude">
            <summary>
                <para type="description">The "altitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.outlookGeoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject.latitude">
            <summary>
                <para type="description">The "latitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.outlookGeoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject.longitude">
            <summary>
                <para type="description">The "longitude" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.outlookGeoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject.accuracy">
            <summary>
                <para type="description">The "accuracy" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.outlookGeoCoordinates" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookGeoCoordinatesObject.altitudeAccuracy">
            <summary>
                <para type="description">The "altitudeAccuracy" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.outlookGeoCoordinates" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.outlookItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.outlookItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.outlookItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.changeKey">
            <summary>
                <para type="description">The "changeKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.outlookItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.categories">
            <summary>
                <para type="description">The "categories" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.outlookItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.post">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.body">
            <summary>
                <para type="description">The "body" property, of type "microsoft.graph.itemBody".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.receivedDateTime">
            <summary>
                <para type="description">The "receivedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.hasAttachments">
            <summary>
                <para type="description">The "hasAttachments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.from">
            <summary>
                <para type="description">The "from" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.sender">
            <summary>
                <para type="description">The "sender" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.conversationThreadId">
            <summary>
                <para type="description">The "conversationThreadId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.newParticipants">
            <summary>
                <para type="description">The "newParticipants" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.conversationId">
            <summary>
                <para type="description">The "conversationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.inReplyTo">
            <summary>
                <para type="description">The "inReplyTo" property, of type "microsoft.graph.post".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.attachments">
            <summary>
                <para type="description">The "attachments" property, of type "microsoft.graph.attachment".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.singleValueExtendedProperties">
            <summary>
                <para type="description">The "singleValueExtendedProperties" property, of type "microsoft.graph.singleValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.multiValueExtendedProperties">
            <summary>
                <para type="description">The "multiValueExtendedProperties" property, of type "microsoft.graph.multiValueLegacyExtendedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.post" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.contact">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.parentFolderId">
            <summary>
                <para type="description">The "parentFolderId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.fileAs">
            <summary>
                <para type="description">The "fileAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.initials">
            <summary>
                <para type="description">The "initials" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.middleName">
            <summary>
                <para type="description">The "middleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.nickName">
            <summary>
                <para type="description">The "nickName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.yomiGivenName">
            <summary>
                <para type="description">The "yomiGivenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.yomiSurname">
            <summary>
                <para type="description">The "yomiSurname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.yomiCompanyName">
            <summary>
                <para type="description">The "yomiCompanyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.generation">
            <summary>
                <para type="description">The "generation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.emailAddresses">
            <summary>
                <para type="description">The "emailAddresses" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.profession">
            <summary>
                <para type="description">The "profession" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.businessHomePage">
            <summary>
                <para type="description">The "businessHomePage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.assistantName">
            <summary>
                <para type="description">The "assistantName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.manager">
            <summary>
                <para type="description">The "manager" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.homePhones">
            <summary>
                <para type="description">The "homePhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.homeAddress">
            <summary>
                <para type="description">The "homeAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.businessAddress">
            <summary>
                <para type="description">The "businessAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.otherAddress">
            <summary>
                <para type="description">The "otherAddress" property, of type "microsoft.graph.physicalAddress".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.spouseName">
            <summary>
                <para type="description">The "spouseName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.personalNotes">
            <summary>
                <para type="description">The "personalNotes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.children">
            <summary>
                <para type="description">The "children" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.contact" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.message">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.sentDateTime">
            <summary>
                <para type="description">The "sentDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.internetMessageId">
            <summary>
                <para type="description">The "internetMessageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.internetMessageHeaders">
            <summary>
                <para type="description">The "internetMessageHeaders" property, of type "microsoft.graph.internetMessageHeader".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.bodyPreview">
            <summary>
                <para type="description">The "bodyPreview" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.importance">
            <summary>
                <para type="description">The "importance" property, of type "microsoft.graph.importance".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
                <para type="description">
                     Valid values: 'low', 'normal', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.toRecipients">
            <summary>
                <para type="description">The "toRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.ccRecipients">
            <summary>
                <para type="description">The "ccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.bccRecipients">
            <summary>
                <para type="description">The "bccRecipients" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.replyTo">
            <summary>
                <para type="description">The "replyTo" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.uniqueBody">
            <summary>
                <para type="description">The "uniqueBody" property, of type "microsoft.graph.itemBody".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isDeliveryReceiptRequested">
            <summary>
                <para type="description">The "isDeliveryReceiptRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isReadReceiptRequested">
            <summary>
                <para type="description">The "isReadReceiptRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isRead">
            <summary>
                <para type="description">The "isRead" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isDraft">
            <summary>
                <para type="description">The "isDraft" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.webLink">
            <summary>
                <para type="description">The "webLink" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.inferenceClassification">
            <summary>
                <para type="description">The "inferenceClassification" property, of type "microsoft.graph.inferenceClassificationType".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
                <para type="description">
                     Valid values: 'focused', 'other'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.flag">
            <summary>
                <para type="description">The "flag" property, of type "microsoft.graph.followupFlag".</para>
                <para type="description">This property is on the "microsoft.graph.message" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.eventMessage">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.eventMessage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.meetingMessageType">
            <summary>
                <para type="description">The "meetingMessageType" property, of type "microsoft.graph.meetingMessageType".</para>
                <para type="description">This property is on the "microsoft.graph.eventMessage" type.</para>
                <para type="description">
                     Valid values: 'none', 'meetingRequest', 'meetingCancelled', 'meetingAccepted', 'meetingTenativelyAccepted', 'meetingDeclined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.event">
            <summary>
                <para type="description">The "event" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.eventMessage" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.originalStartTimeZone">
            <summary>
                <para type="description">The "originalStartTimeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.originalEndTimeZone">
            <summary>
                <para type="description">The "originalEndTimeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.responseStatus">
            <summary>
                <para type="description">The "responseStatus" property, of type "microsoft.graph.responseStatus".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.iCalUId">
            <summary>
                <para type="description">The "iCalUId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.reminderMinutesBeforeStart">
            <summary>
                <para type="description">The "reminderMinutesBeforeStart" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isReminderOn">
            <summary>
                <para type="description">The "isReminderOn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.sensitivity">
            <summary>
                <para type="description">The "sensitivity" property, of type "microsoft.graph.sensitivity".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
                <para type="description">
                     Valid values: 'normal', 'personal', 'private', 'confidential'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.start">
            <summary>
                <para type="description">The "start" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.originalStart">
            <summary>
                <para type="description">The "originalStart" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.end">
            <summary>
                <para type="description">The "end" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.location">
            <summary>
                <para type="description">The "location" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.locations">
            <summary>
                <para type="description">The "locations" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isAllDay">
            <summary>
                <para type="description">The "isAllDay" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isCancelled">
            <summary>
                <para type="description">The "isCancelled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.isOrganizer">
            <summary>
                <para type="description">The "isOrganizer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.recurrence">
            <summary>
                <para type="description">The "recurrence" property, of type "microsoft.graph.patternedRecurrence".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.responseRequested">
            <summary>
                <para type="description">The "responseRequested" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.seriesMasterId">
            <summary>
                <para type="description">The "seriesMasterId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.showAs">
            <summary>
                <para type="description">The "showAs" property, of type "microsoft.graph.freeBusyStatus".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
                <para type="description">
                     Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.eventType".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
                <para type="description">
                     Valid values: 'singleInstance', 'occurrence', 'exception', 'seriesMaster'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.attendees">
            <summary>
                <para type="description">The "attendees" property, of type "microsoft.graph.attendee".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.organizer">
            <summary>
                <para type="description">The "organizer" property, of type "microsoft.graph.recipient".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.onlineMeetingUrl">
            <summary>
                <para type="description">The "onlineMeetingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.calendar">
            <summary>
                <para type="description">The "calendar" property, of type "microsoft.graph.calendar".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookItemObject.instances">
            <summary>
                <para type="description">The "instances" property, of type "microsoft.graph.event".</para>
                <para type="description">This property is on the "microsoft.graph.event" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookUserObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.outlookUser" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.outlookUser" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_OutlookUserObject.masterCategories">
            <summary>
                <para type="description">The "masterCategories" property, of type "microsoft.graph.outlookCategory".</para>
                <para type="description">This property is on the "microsoft.graph.outlookUser" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PackageObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.package" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.package" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PackageObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.package" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PageLinksObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.pageLinks" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.pageLinks" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PageLinksObject.oneNoteClientUrl">
            <summary>
                <para type="description">The "oneNoteClientUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.pageLinks" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PageLinksObject.oneNoteWebUrl">
            <summary>
                <para type="description">The "oneNoteWebUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.pageLinks" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PasswordProfileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.passwordProfile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.passwordProfile" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PasswordProfileObject.password">
            <summary>
                <para type="description">The "password" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.passwordProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PasswordProfileObject.forceChangePasswordNextSignIn">
            <summary>
                <para type="description">The "forceChangePasswordNextSignIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.passwordProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PasswordProfileObject.forceChangePasswordNextSignInWithMfa">
            <summary>
                <para type="description">The "forceChangePasswordNextSignInWithMfa" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.passwordProfile" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PatternedRecurrenceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.patternedRecurrence" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.patternedRecurrence" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PatternedRecurrenceObject.pattern">
            <summary>
                <para type="description">The "pattern" property, of type "microsoft.graph.recurrencePattern".</para>
                <para type="description">This property is on the "microsoft.graph.patternedRecurrence" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PatternedRecurrenceObject.range">
            <summary>
                <para type="description">The "range" property, of type "microsoft.graph.recurrenceRange".</para>
                <para type="description">This property is on the "microsoft.graph.patternedRecurrence" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.permission" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.permission" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.grantedTo">
            <summary>
                <para type="description">The "grantedTo" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.inheritedFrom">
            <summary>
                <para type="description">The "inheritedFrom" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.invitation">
            <summary>
                <para type="description">The "invitation" property, of type "microsoft.graph.sharingInvitation".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.link">
            <summary>
                <para type="description">The "link" property, of type "microsoft.graph.sharingLink".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.roles">
            <summary>
                <para type="description">The "roles" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PermissionObject.shareId">
            <summary>
                <para type="description">The "shareId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.permission" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.person" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.person" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.personNotes">
            <summary>
                <para type="description">The "personNotes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.isFavorite">
            <summary>
                <para type="description">The "isFavorite" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.scoredEmailAddresses">
            <summary>
                <para type="description">The "scoredEmailAddresses" property, of type "microsoft.graph.scoredEmailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.phones">
            <summary>
                <para type="description">The "phones" property, of type "microsoft.graph.phone".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.postalAddresses">
            <summary>
                <para type="description">The "postalAddresses" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.websites">
            <summary>
                <para type="description">The "websites" property, of type "microsoft.graph.website".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.yomiCompany">
            <summary>
                <para type="description">The "yomiCompany" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.profession">
            <summary>
                <para type="description">The "profession" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.personType">
            <summary>
                <para type="description">The "personType" property, of type "microsoft.graph.personType".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonObject.imAddress">
            <summary>
                <para type="description">The "imAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.person" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonOrGroupColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.personOrGroupColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.personOrGroupColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonOrGroupColumnObject.allowMultipleSelection">
            <summary>
                <para type="description">The "allowMultipleSelection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.personOrGroupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonOrGroupColumnObject.chooseFromType">
            <summary>
                <para type="description">The "chooseFromType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.personOrGroupColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonOrGroupColumnObject.displayAs">
            <summary>
                <para type="description">The "displayAs" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.personOrGroupColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonTypeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.personType" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.personType" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonTypeObject.class">
            <summary>
                <para type="description">The "class" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.personType" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PersonTypeObject.subclass">
            <summary>
                <para type="description">The "subclass" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.personType" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhoneObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.phone" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.phone" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhoneObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.phoneType".</para>
                <para type="description">This property is on the "microsoft.graph.phone" type.</para>
                <para type="description">
                     Valid values: 'home', 'business', 'mobile', 'other', 'assistant', 'homeFax', 'businessFax', 'otherFax', 'pager', 'radio'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhoneObject.number">
            <summary>
                <para type="description">The "number" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.phone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhoneObject.region">
            <summary>
                <para type="description">The "region" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.phone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhoneObject.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.phone" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.photo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.photo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.cameraMake">
            <summary>
                <para type="description">The "cameraMake" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.cameraModel">
            <summary>
                <para type="description">The "cameraModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.exposureDenominator">
            <summary>
                <para type="description">The "exposureDenominator" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.exposureNumerator">
            <summary>
                <para type="description">The "exposureNumerator" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.fNumber">
            <summary>
                <para type="description">The "fNumber" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.focalLength">
            <summary>
                <para type="description">The "focalLength" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.iso">
            <summary>
                <para type="description">The "iso" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhotoObject.takenDateTime">
            <summary>
                <para type="description">The "takenDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.photo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.physicalAddress" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.physicalAddress" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.physicalAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.physicalAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.physicalAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.physicalAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PhysicalAddressObject.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.physicalAddress" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAppliedCategoriesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerAppliedCategories" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerAppliedCategories" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignedToTaskBoardTaskFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignedToTaskBoardTaskFormatObject.unassignedOrderHint">
            <summary>
                <para type="description">The "unassignedOrderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignedToTaskBoardTaskFormatObject.orderHintsByAssignee">
            <summary>
                <para type="description">The "orderHintsByAssignee" property, of type "microsoft.graph.plannerOrderHintsByAssignee".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignedToTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerAssignment" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignmentObject.assignedBy">
            <summary>
                <para type="description">The "assignedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignmentObject.assignedDateTime">
            <summary>
                <para type="description">The "assignedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignmentObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerAssignmentsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerAssignments" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerAssignments" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerBucket" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerBucket" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketObject.planId">
            <summary>
                <para type="description">The "planId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketObject.tasks">
            <summary>
                <para type="description">The "tasks" property, of type "microsoft.graph.plannerTask".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucket" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketTaskBoardTaskFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerBucketTaskBoardTaskFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerBucketTaskBoardTaskFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerBucketTaskBoardTaskFormatObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerBucketTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerCategoryDescriptions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerCategoryDescriptions" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category1">
            <summary>
                <para type="description">The "category1" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category2">
            <summary>
                <para type="description">The "category2" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category3">
            <summary>
                <para type="description">The "category3" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category4">
            <summary>
                <para type="description">The "category4" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category5">
            <summary>
                <para type="description">The "category5" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerCategoryDescriptionsObject.category6">
            <summary>
                <para type="description">The "category6" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerCategoryDescriptions" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerChecklistItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerChecklistItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject.isChecked">
            <summary>
                <para type="description">The "isChecked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.plannerChecklistItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerChecklistItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerChecklistItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerChecklistItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerChecklistItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerChecklistItemsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerChecklistItems" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerChecklistItems" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerExternalReference" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerExternalReference" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject.alias">
            <summary>
                <para type="description">The "alias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerExternalReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerExternalReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject.previewPriority">
            <summary>
                <para type="description">The "previewPriority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerExternalReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerExternalReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferenceObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerExternalReference" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerExternalReferencesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerExternalReferences" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerExternalReferences" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerGroupObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerGroup" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerGroup" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerGroupObject.plans">
            <summary>
                <para type="description">The "plans" property, of type "microsoft.graph.plannerPlan".</para>
                <para type="description">This property is on the "microsoft.graph.plannerGroup" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.planner" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.planner" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerObject.tasks">
            <summary>
                <para type="description">The "tasks" property, of type "microsoft.graph.plannerTask".</para>
                <para type="description">This property is on the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerObject.plans">
            <summary>
                <para type="description">The "plans" property, of type "microsoft.graph.plannerPlan".</para>
                <para type="description">This property is on the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerObject.buckets">
            <summary>
                <para type="description">The "buckets" property, of type "microsoft.graph.plannerBucket".</para>
                <para type="description">This property is on the "microsoft.graph.planner" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerOrderHintsByAssigneeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerOrderHintsByAssignee" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerOrderHintsByAssignee" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanDetailsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerPlanDetails" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerPlanDetails" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanDetailsObject.sharedWith">
            <summary>
                <para type="description">The "sharedWith" property, of type "microsoft.graph.plannerUserIds".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlanDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanDetailsObject.categoryDescriptions">
            <summary>
                <para type="description">The "categoryDescriptions" property, of type "microsoft.graph.plannerCategoryDescriptions".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlanDetails" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerPlan" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerPlan" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.tasks">
            <summary>
                <para type="description">The "tasks" property, of type "microsoft.graph.plannerTask".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.buckets">
            <summary>
                <para type="description">The "buckets" property, of type "microsoft.graph.plannerBucket".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerPlanObject.details">
            <summary>
                <para type="description">The "details" property, of type "microsoft.graph.plannerPlanDetails".</para>
                <para type="description">This property is on the "microsoft.graph.plannerPlan" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerProgressTaskBoardTaskFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerProgressTaskBoardTaskFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerProgressTaskBoardTaskFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerProgressTaskBoardTaskFormatObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerProgressTaskBoardTaskFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskDetailsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerTaskDetails" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerTaskDetails" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskDetailsObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskDetailsObject.previewType">
            <summary>
                <para type="description">The "previewType" property, of type "microsoft.graph.plannerPreviewType".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
                <para type="description">
                     Valid values: 'automatic', 'noPreview', 'checklist', 'description', 'reference'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskDetailsObject.references">
            <summary>
                <para type="description">The "references" property, of type "microsoft.graph.plannerExternalReferences".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskDetailsObject.checklist">
            <summary>
                <para type="description">The "checklist" property, of type "microsoft.graph.plannerChecklistItems".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTaskDetails" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.planId">
            <summary>
                <para type="description">The "planId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.bucketId">
            <summary>
                <para type="description">The "bucketId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.orderHint">
            <summary>
                <para type="description">The "orderHint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.assigneePriority">
            <summary>
                <para type="description">The "assigneePriority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.percentComplete">
            <summary>
                <para type="description">The "percentComplete" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.startDateTime">
            <summary>
                <para type="description">The "startDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.dueDateTime">
            <summary>
                <para type="description">The "dueDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.hasDescription">
            <summary>
                <para type="description">The "hasDescription" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.previewType">
            <summary>
                <para type="description">The "previewType" property, of type "microsoft.graph.plannerPreviewType".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
                <para type="description">
                     Valid values: 'automatic', 'noPreview', 'checklist', 'description', 'reference'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.completedDateTime">
            <summary>
                <para type="description">The "completedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.completedBy">
            <summary>
                <para type="description">The "completedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.referenceCount">
            <summary>
                <para type="description">The "referenceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.checklistItemCount">
            <summary>
                <para type="description">The "checklistItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.activeChecklistItemCount">
            <summary>
                <para type="description">The "activeChecklistItemCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.appliedCategories">
            <summary>
                <para type="description">The "appliedCategories" property, of type "microsoft.graph.plannerAppliedCategories".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.plannerAssignments".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.conversationThreadId">
            <summary>
                <para type="description">The "conversationThreadId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.details">
            <summary>
                <para type="description">The "details" property, of type "microsoft.graph.plannerTaskDetails".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.assignedToTaskBoardFormat">
            <summary>
                <para type="description">The "assignedToTaskBoardFormat" property, of type "microsoft.graph.plannerAssignedToTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.progressTaskBoardFormat">
            <summary>
                <para type="description">The "progressTaskBoardFormat" property, of type "microsoft.graph.plannerProgressTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerTaskObject.bucketTaskBoardFormat">
            <summary>
                <para type="description">The "bucketTaskBoardFormat" property, of type "microsoft.graph.plannerBucketTaskBoardTaskFormat".</para>
                <para type="description">This property is on the "microsoft.graph.plannerTask" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerUserIdsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerUserIds" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerUserIds" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerUserObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.plannerUser" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.plannerUser" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerUserObject.tasks">
            <summary>
                <para type="description">The "tasks" property, of type "microsoft.graph.plannerTask".</para>
                <para type="description">This property is on the "microsoft.graph.plannerUser" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PlannerUserObject.plans">
            <summary>
                <para type="description">The "plans" property, of type "microsoft.graph.plannerPlan".</para>
                <para type="description">This property is on the "microsoft.graph.plannerUser" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PrivacyProfileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.privacyProfile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.privacyProfile" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PrivacyProfileObject.contactEmail">
            <summary>
                <para type="description">The "contactEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.privacyProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PrivacyProfileObject.statementUrl">
            <summary>
                <para type="description">The "statementUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.privacyProfile" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.process" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.process" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.accountName">
            <summary>
                <para type="description">The "accountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "microsoft.graph.fileHash".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.integrityLevel">
            <summary>
                <para type="description">The "integrityLevel" property, of type "microsoft.graph.processIntegrityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'untrusted', 'low', 'medium', 'high', 'system', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.isElevated">
            <summary>
                <para type="description">The "isElevated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.parentProcessCreatedDateTime">
            <summary>
                <para type="description">The "parentProcessCreatedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.parentProcessId">
            <summary>
                <para type="description">The "parentProcessId" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.parentProcessName">
            <summary>
                <para type="description">The "parentProcessName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.path">
            <summary>
                <para type="description">The "path" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProcessObject.processId">
            <summary>
                <para type="description">The "processId" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.process" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProfilePhotoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.profilePhoto" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.profilePhoto" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProfilePhotoObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProfilePhotoObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProvisionedPlanObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.provisionedPlan" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.provisionedPlan" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProvisionedPlanObject.capabilityStatus">
            <summary>
                <para type="description">The "capabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.provisionedPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProvisionedPlanObject.provisioningStatus">
            <summary>
                <para type="description">The "provisioningStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.provisionedPlan" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProvisionedPlanObject.service">
            <summary>
                <para type="description">The "service" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.provisionedPlan" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProxiedDomainObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.proxiedDomain" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.proxiedDomain" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProxiedDomainObject.ipAddressOrFQDN">
            <summary>
                <para type="description">The "ipAddressOrFQDN" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.proxiedDomain" type.</para>
                <para type="description">The IP address or FQDN</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ProxiedDomainObject.proxy">
            <summary>
                <para type="description">The "proxy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.proxiedDomain" type.</para>
                <para type="description">Proxy IP or FQDN</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PublicationFacetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.publicationFacet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.publicationFacet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PublicationFacetObject.level">
            <summary>
                <para type="description">The "level" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.publicationFacet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_PublicationFacetObject.versionId">
            <summary>
                <para type="description">The "versionId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.publicationFacet" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.quota" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.quota" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject.deleted">
            <summary>
                <para type="description">The "deleted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.quota" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject.remaining">
            <summary>
                <para type="description">The "remaining" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.quota" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.quota" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject.total">
            <summary>
                <para type="description">The "total" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.quota" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_QuotaObject.used">
            <summary>
                <para type="description">The "used" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.quota" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookLinksObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.recentNotebookLinks" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.recentNotebookLinks" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookLinksObject.oneNoteClientUrl">
            <summary>
                <para type="description">The "oneNoteClientUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebookLinks" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookLinksObject.oneNoteWebUrl">
            <summary>
                <para type="description">The "oneNoteWebUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebookLinks" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.recentNotebook" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.recentNotebook" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookObject.lastAccessedTime">
            <summary>
                <para type="description">The "lastAccessedTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookObject.links">
            <summary>
                <para type="description">The "links" property, of type "microsoft.graph.recentNotebookLinks".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecentNotebookObject.sourceService">
            <summary>
                <para type="description">The "sourceService" property, of type "microsoft.graph.onenoteSourceService".</para>
                <para type="description">This property is on the "microsoft.graph.recentNotebook" type.</para>
                <para type="description">
                     Valid values: 'Unknown', 'OneDrive', 'OneDriveForBusiness', 'OnPremOneDriveForBusiness'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.recipient" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.recipient" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.recipient">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.recipient" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "microsoft.graph.emailAddress".</para>
                <para type="description">This property is on the "microsoft.graph.recipient" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.attendeeBase">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.attendeeBase" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.attendeeType".</para>
                <para type="description">This property is on the "microsoft.graph.attendeeBase" type.</para>
                <para type="description">
                     Valid values: 'required', 'optional', 'resource'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.attendee">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.attendee" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecipientObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.responseStatus".</para>
                <para type="description">This property is on the "microsoft.graph.attendee" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.recurrencePattern" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.recurrencePattern" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.recurrencePatternType".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
                <para type="description">
                     Valid values: 'daily', 'weekly', 'absoluteMonthly', 'relativeMonthly', 'absoluteYearly', 'relativeYearly'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.interval">
            <summary>
                <para type="description">The "interval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.month">
            <summary>
                <para type="description">The "month" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.dayOfMonth">
            <summary>
                <para type="description">The "dayOfMonth" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.daysOfWeek">
            <summary>
                <para type="description">The "daysOfWeek" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.firstDayOfWeek">
            <summary>
                <para type="description">The "firstDayOfWeek" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrencePatternObject.index">
            <summary>
                <para type="description">The "index" property, of type "microsoft.graph.weekIndex".</para>
                <para type="description">This property is on the "microsoft.graph.recurrencePattern" type.</para>
                <para type="description">
                     Valid values: 'first', 'second', 'third', 'fourth', 'last'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.recurrenceRange" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.recurrenceRangeType".</para>
                <para type="description">This property is on the "microsoft.graph.recurrenceRange" type.</para>
                <para type="description">
                     Valid values: 'endDate', 'noEnd', 'numbered'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject.startDate">
            <summary>
                <para type="description">The "startDate" property, of type "Edm.Date".</para>
                <para type="description">This property is on the "microsoft.graph.recurrenceRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject.endDate">
            <summary>
                <para type="description">The "endDate" property, of type "Edm.Date".</para>
                <para type="description">This property is on the "microsoft.graph.recurrenceRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject.recurrenceTimeZone">
            <summary>
                <para type="description">The "recurrenceTimeZone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.recurrenceRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RecurrenceRangeObject.numberOfOccurrences">
            <summary>
                <para type="description">The "numberOfOccurrences" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.recurrenceRange" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.registryKeyState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.registryKeyState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.hive">
            <summary>
                <para type="description">The "hive" property, of type "microsoft.graph.registryHive".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'currentConfig', 'currentUser', 'localMachineSam', 'localMachineSecurity', 'localMachineSoftware', 'localMachineSystem', 'usersDefault', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.key">
            <summary>
                <para type="description">The "key" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.oldKey">
            <summary>
                <para type="description">The "oldKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.oldValueData">
            <summary>
                <para type="description">The "oldValueData" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.oldValueName">
            <summary>
                <para type="description">The "oldValueName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.operation">
            <summary>
                <para type="description">The "operation" property, of type "microsoft.graph.registryOperation".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'create', 'modify', 'delete', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.processId">
            <summary>
                <para type="description">The "processId" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.valueData">
            <summary>
                <para type="description">The "valueData" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.valueName">
            <summary>
                <para type="description">The "valueName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RegistryKeyStateObject.valueType">
            <summary>
                <para type="description">The "valueType" property, of type "microsoft.graph.registryValueType".</para>
                <para type="description">This property is on the "microsoft.graph.registryKeyState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'binary', 'dword', 'dwordLittleEndian', 'dwordBigEndian', 'expandSz', 'link', 'multiSz', 'none', 'qword', 'qwordlittleEndian', 'sz', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.reminder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.reminder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventId">
            <summary>
                <para type="description">The "eventId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventStartTime">
            <summary>
                <para type="description">The "eventStartTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventEndTime">
            <summary>
                <para type="description">The "eventEndTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.changeKey">
            <summary>
                <para type="description">The "changeKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventSubject">
            <summary>
                <para type="description">The "eventSubject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventLocation">
            <summary>
                <para type="description">The "eventLocation" property, of type "microsoft.graph.location".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.eventWebLink">
            <summary>
                <para type="description">The "eventWebLink" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReminderObject.reminderFireTime">
            <summary>
                <para type="description">The "reminderFireTime" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.reminder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteAssistancePartnerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.remoteAssistancePartner" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.remoteAssistancePartner" (or one of its derived types).</para>
                <para type="description">remoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteAssistancePartnerObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Display name of the partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteAssistancePartnerObject.onboardingUrl">
            <summary>
                <para type="description">The "onboardingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteAssistancePartnerObject.onboardingStatus">
            <summary>
                <para type="description">The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">TBD</para>
                <para type="description">
                     Valid values: 'notOnboarded', 'onboarding', 'onboarded'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteAssistancePartnerObject.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.remoteItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.remoteItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.createdBy">
            <summary>
                <para type="description">The "createdBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.file">
            <summary>
                <para type="description">The "file" property, of type "microsoft.graph.file".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.fileSystemInfo">
            <summary>
                <para type="description">The "fileSystemInfo" property, of type "microsoft.graph.fileSystemInfo".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.folder">
            <summary>
                <para type="description">The "folder" property, of type "microsoft.graph.folder".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.lastModifiedBy">
            <summary>
                <para type="description">The "lastModifiedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.package">
            <summary>
                <para type="description">The "package" property, of type "microsoft.graph.package".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.parentReference">
            <summary>
                <para type="description">The "parentReference" property, of type "microsoft.graph.itemReference".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.shared">
            <summary>
                <para type="description">The "shared" property, of type "microsoft.graph.shared".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.sharepointIds">
            <summary>
                <para type="description">The "sharepointIds" property, of type "microsoft.graph.sharepointIds".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.specialFolder">
            <summary>
                <para type="description">The "specialFolder" property, of type "microsoft.graph.specialFolder".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.webDavUrl">
            <summary>
                <para type="description">The "webDavUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RemoteItemObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReportObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.report" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.report" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReportObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.Stream".</para>
                <para type="description">This property is on the "microsoft.graph.report" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ReportRootObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.reportRoot" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.reportRoot" (or one of its derived types).</para>
                <para type="description">The resource that represents an instance of History Reports.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceActionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.resourceAction" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.resourceAction" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceActionObject.allowedResourceActions">
            <summary>
                <para type="description">The "allowedResourceActions" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceAction" type.</para>
                <para type="description">Allowed Actions</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceActionObject.notAllowedResourceActions">
            <summary>
                <para type="description">The "notAllowedResourceActions" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceAction" type.</para>
                <para type="description">Not Allowed Actions</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceOperationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.resourceOperation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.resourceOperation" (or one of its derived types).</para>
                <para type="description">This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Read, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the Assign operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles.This defines an operation or action that can be performed on an Intune resource (or entity). Common operations are Get, List, Delete, Update or Create. These operations provide basic management of the underlying Intune resource itself. In some cases, an Intune resource can have operations that are used by the resource to take action in combination with other resources. For example, the "Assign" operation is used to assign a MobileApp resource to an AAD security group. Resource operations cannot be modified for built-in roles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceOperationObject.resourceName">
            <summary>
                <para type="description">The "resourceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Name of the Resource this operation is performed on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceOperationObject.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceOperationObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceReferenceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.resourceReference" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.resourceReference" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceReferenceObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceReferenceObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceReference" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.resourceVisualization" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.resourceVisualization" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.mediaType">
            <summary>
                <para type="description">The "mediaType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.previewImageUrl">
            <summary>
                <para type="description">The "previewImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.previewText">
            <summary>
                <para type="description">The "previewText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.containerWebUrl">
            <summary>
                <para type="description">The "containerWebUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.containerDisplayName">
            <summary>
                <para type="description">The "containerDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResourceVisualizationObject.containerType">
            <summary>
                <para type="description">The "containerType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceVisualization" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResponseStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.responseStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.responseStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResponseStatusObject.response">
            <summary>
                <para type="description">The "response" property, of type "microsoft.graph.responseType".</para>
                <para type="description">This property is on the "microsoft.graph.responseStatus" type.</para>
                <para type="description">
                     Valid values: 'none', 'organizer', 'tentativelyAccepted', 'accepted', 'declined', 'notResponded'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ResponseStatusObject.time">
            <summary>
                <para type="description">The "time" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.responseStatus" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RgbColorObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.rgbColor" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.rgbColor" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RgbColorObject.r">
            <summary>
                <para type="description">The "r" property, of type "Edm.Byte".</para>
                <para type="description">This property is on the "microsoft.graph.rgbColor" type.</para>
                <para type="description">Red value</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RgbColorObject.g">
            <summary>
                <para type="description">The "g" property, of type "Edm.Byte".</para>
                <para type="description">This property is on the "microsoft.graph.rgbColor" type.</para>
                <para type="description">Green value</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RgbColorObject.b">
            <summary>
                <para type="description">The "b" property, of type "Edm.Byte".</para>
                <para type="description">This property is on the "microsoft.graph.rgbColor" type.</para>
                <para type="description">Blue value</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.roleAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.roleAssignment" (or one of its derived types).</para>
                <para type="description">The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.roleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.deviceAndAppManagementRoleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleAssignmentObject.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.roleDefinition" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.roleDefinition" (or one of its derived types).</para>
                <para type="description">The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.roleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RoleDefinitionObject.deviceAndAppManagementRoleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleDefinition" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RolePermissionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.rolePermission" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.rolePermission" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RolePermissionObject.resourceActions">
            <summary>
                <para type="description">The "resourceActions" property, of type "microsoft.graph.resourceAction".</para>
                <para type="description">This property is on the "microsoft.graph.rolePermission" type.</para>
                <para type="description">Actions</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_RootObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.root" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.root" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.scheduleInformation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.scheduleInformation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject.scheduleId">
            <summary>
                <para type="description">The "scheduleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject.scheduleItems">
            <summary>
                <para type="description">The "scheduleItems" property, of type "microsoft.graph.scheduleItem".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject.availabilityView">
            <summary>
                <para type="description">The "availabilityView" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject.error">
            <summary>
                <para type="description">The "error" property, of type "microsoft.graph.freeBusyError".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleInformationObject.workingHours">
            <summary>
                <para type="description">The "workingHours" property, of type "microsoft.graph.workingHours".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleInformation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.scheduleItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.scheduleItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.start">
            <summary>
                <para type="description">The "start" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.end">
            <summary>
                <para type="description">The "end" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.isPrivate">
            <summary>
                <para type="description">The "isPrivate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.freeBusyStatus".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
                <para type="description">
                     Valid values: 'free', 'tentative', 'busy', 'oof', 'workingElsewhere', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScheduleItemObject.location">
            <summary>
                <para type="description">The "location" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scheduleItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.schemaExtension" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.schemaExtension" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject.targetTypes">
            <summary>
                <para type="description">The "targetTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject.properties">
            <summary>
                <para type="description">The "properties" property, of type "microsoft.graph.extensionSchemaProperty".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject.status">
            <summary>
                <para type="description">The "status" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SchemaExtensionObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.schemaExtension" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScoredEmailAddressObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.scoredEmailAddress" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.scoredEmailAddress" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScoredEmailAddressObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scoredEmailAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScoredEmailAddressObject.relevanceScore">
            <summary>
                <para type="description">The "relevanceScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.scoredEmailAddress" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScoredEmailAddressObject.selectionLikelihood">
            <summary>
                <para type="description">The "selectionLikelihood" property, of type "microsoft.graph.selectionLikelihoodInfo".</para>
                <para type="description">This property is on the "microsoft.graph.scoredEmailAddress" type.</para>
                <para type="description">
                     Valid values: 'notSpecified', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ScoredEmailAddressObject.ItemId">
            <summary>
                <para type="description">The "ItemId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.scoredEmailAddress" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SearchResultObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.searchResult" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.searchResult" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SearchResultObject.onClickTelemetryUrl">
            <summary>
                <para type="description">The "onClickTelemetryUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.searchResult" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SectionLinksObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sectionLinks" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sectionLinks" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SectionLinksObject.oneNoteClientUrl">
            <summary>
                <para type="description">The "oneNoteClientUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.sectionLinks" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SectionLinksObject.oneNoteWebUrl">
            <summary>
                <para type="description">The "oneNoteWebUrl" property, of type "microsoft.graph.externalLink".</para>
                <para type="description">This property is on the "microsoft.graph.sectionLinks" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.secureScoreControlProfile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.secureScoreControlProfile" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.actionUrl">
            <summary>
                <para type="description">The "actionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.azureTenantId">
            <summary>
                <para type="description">The "azureTenantId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.complianceInformation">
            <summary>
                <para type="description">The "complianceInformation" property, of type "microsoft.graph.complianceInformation".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.controlCategory">
            <summary>
                <para type="description">The "controlCategory" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.controlStateUpdates">
            <summary>
                <para type="description">The "controlStateUpdates" property, of type "microsoft.graph.secureScoreControlStateUpdate".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.deprecated">
            <summary>
                <para type="description">The "deprecated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.implementationCost">
            <summary>
                <para type="description">The "implementationCost" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.maxScore">
            <summary>
                <para type="description">The "maxScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.rank">
            <summary>
                <para type="description">The "rank" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.remediation">
            <summary>
                <para type="description">The "remediation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.remediationImpact">
            <summary>
                <para type="description">The "remediationImpact" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.service">
            <summary>
                <para type="description">The "service" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.threats">
            <summary>
                <para type="description">The "threats" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.tier">
            <summary>
                <para type="description">The "tier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.userImpact">
            <summary>
                <para type="description">The "userImpact" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlProfileObject.vendorInformation">
            <summary>
                <para type="description">The "vendorInformation" property, of type "microsoft.graph.securityVendorInformation".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlProfile" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.secureScoreControlStateUpdate" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.secureScoreControlStateUpdate" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject.assignedTo">
            <summary>
                <para type="description">The "assignedTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlStateUpdate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject.comment">
            <summary>
                <para type="description">The "comment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlStateUpdate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlStateUpdate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject.updatedBy">
            <summary>
                <para type="description">The "updatedBy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlStateUpdate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreControlStateUpdateObject.updatedDateTime">
            <summary>
                <para type="description">The "updatedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.secureScoreControlStateUpdate" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.secureScore" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.secureScore" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.activeUserCount">
            <summary>
                <para type="description">The "activeUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.averageComparativeScores">
            <summary>
                <para type="description">The "averageComparativeScores" property, of type "microsoft.graph.averageComparativeScore".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.azureTenantId">
            <summary>
                <para type="description">The "azureTenantId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.controlScores">
            <summary>
                <para type="description">The "controlScores" property, of type "microsoft.graph.controlScore".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.currentScore">
            <summary>
                <para type="description">The "currentScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.enabledServices">
            <summary>
                <para type="description">The "enabledServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.licensedUserCount">
            <summary>
                <para type="description">The "licensedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.maxScore">
            <summary>
                <para type="description">The "maxScore" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecureScoreObject.vendorInformation">
            <summary>
                <para type="description">The "vendorInformation" property, of type "microsoft.graph.securityVendorInformation".</para>
                <para type="description">This property is on the "microsoft.graph.secureScore" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.security" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.security" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityObject.alerts">
            <summary>
                <para type="description">The "alerts" property, of type "microsoft.graph.alert".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityObject.secureScoreControlProfiles">
            <summary>
                <para type="description">The "secureScoreControlProfiles" property, of type "microsoft.graph.secureScoreControlProfile".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityObject.secureScores">
            <summary>
                <para type="description">The "secureScores" property, of type "microsoft.graph.secureScore".</para>
                <para type="description">This property is on the "microsoft.graph.security" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityVendorInformationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.securityVendorInformation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.securityVendorInformation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityVendorInformationObject.provider">
            <summary>
                <para type="description">The "provider" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.securityVendorInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityVendorInformationObject.providerVersion">
            <summary>
                <para type="description">The "providerVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.securityVendorInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityVendorInformationObject.subProvider">
            <summary>
                <para type="description">The "subProvider" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.securityVendorInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SecurityVendorInformationObject.vendor">
            <summary>
                <para type="description">The "vendor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.securityVendorInformation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ServicePlanInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.servicePlanInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.servicePlanInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ServicePlanInfoObject.servicePlanId">
            <summary>
                <para type="description">The "servicePlanId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.servicePlanInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ServicePlanInfoObject.servicePlanName">
            <summary>
                <para type="description">The "servicePlanName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.servicePlanInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ServicePlanInfoObject.provisioningStatus">
            <summary>
                <para type="description">The "provisioningStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.servicePlanInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ServicePlanInfoObject.appliesTo">
            <summary>
                <para type="description">The "appliesTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.servicePlanInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingSourceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.settingSource" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.settingSource" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingSourceObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingSource" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.settingStateDeviceSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.settingStateDeviceSummary" (or one of its derived types).</para>
                <para type="description">Device Compilance Policy and Configuration for a Setting State summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingStateDeviceSummaryObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingTemplateValueObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.settingTemplateValue" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.settingTemplateValue" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingTemplateValueObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingTemplateValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingTemplateValueObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingTemplateValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingTemplateValueObject.defaultValue">
            <summary>
                <para type="description">The "defaultValue" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingTemplateValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingTemplateValueObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingTemplateValue" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingValueObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.settingValue" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.settingValue" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingValueObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingValue" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SettingValueObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingValue" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharedInsight" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharedInsight" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.lastShared">
            <summary>
                <para type="description">The "lastShared" property, of type "microsoft.graph.sharingDetail".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.sharingHistory">
            <summary>
                <para type="description">The "sharingHistory" property, of type "microsoft.graph.sharingDetail".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.resourceVisualization">
            <summary>
                <para type="description">The "resourceVisualization" property, of type "microsoft.graph.resourceVisualization".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.resourceReference">
            <summary>
                <para type="description">The "resourceReference" property, of type "microsoft.graph.resourceReference".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.lastSharedMethod">
            <summary>
                <para type="description">The "lastSharedMethod" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedInsightObject.resource">
            <summary>
                <para type="description">The "resource" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.sharedInsight" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.shared" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.shared" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedObject.owner">
            <summary>
                <para type="description">The "owner" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.shared" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedObject.scope">
            <summary>
                <para type="description">The "scope" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.shared" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedObject.sharedBy">
            <summary>
                <para type="description">The "sharedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.shared" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedObject.sharedDateTime">
            <summary>
                <para type="description">The "sharedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.shared" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedPCAccountManagerPolicyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharedPCAccountManagerPolicy" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharedPCAccountManagerPolicy" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedPCAccountManagerPolicyObject.accountDeletionPolicy">
            <summary>
                <para type="description">The "accountDeletionPolicy" property, of type "microsoft.graph.sharedPCAccountDeletionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCAccountManagerPolicy" type.</para>
                <para type="description">Configures when accounts are deleted.</para>
                <para type="description">
                     Valid values: 'immediate', 'diskSpaceThreshold', 'diskSpaceThresholdOrInactiveThreshold'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedPCAccountManagerPolicyObject.cacheAccountsAboveDiskFreePercentage">
            <summary>
                <para type="description">The "cacheAccountsAboveDiskFreePercentage" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCAccountManagerPolicy" type.</para>
                <para type="description">Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedPCAccountManagerPolicyObject.inactiveThresholdDays">
            <summary>
                <para type="description">The "inactiveThresholdDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCAccountManagerPolicy" type.</para>
                <para type="description">Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharedPCAccountManagerPolicyObject.removeAccountsBelowDiskFreePercentage">
            <summary>
                <para type="description">The "removeAccountsBelowDiskFreePercentage" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCAccountManagerPolicy" type.</para>
                <para type="description">Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharepointIds" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharepointIds" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.listId">
            <summary>
                <para type="description">The "listId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.listItemId">
            <summary>
                <para type="description">The "listItemId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.listItemUniqueId">
            <summary>
                <para type="description">The "listItemUniqueId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.siteId">
            <summary>
                <para type="description">The "siteId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.siteUrl">
            <summary>
                <para type="description">The "siteUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharepointIdsObject.webId">
            <summary>
                <para type="description">The "webId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharepointIds" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharingDetail" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharingDetail" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject.sharedBy">
            <summary>
                <para type="description">The "sharedBy" property, of type "microsoft.graph.insightIdentity".</para>
                <para type="description">This property is on the "microsoft.graph.sharingDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject.sharedDateTime">
            <summary>
                <para type="description">The "sharedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.sharingDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject.sharingSubject">
            <summary>
                <para type="description">The "sharingSubject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject.sharingType">
            <summary>
                <para type="description">The "sharingType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingDetail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingDetailObject.sharingReference">
            <summary>
                <para type="description">The "sharingReference" property, of type "microsoft.graph.resourceReference".</para>
                <para type="description">This property is on the "microsoft.graph.sharingDetail" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingInvitationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharingInvitation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharingInvitation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingInvitationObject.email">
            <summary>
                <para type="description">The "email" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingInvitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingInvitationObject.invitedBy">
            <summary>
                <para type="description">The "invitedBy" property, of type "microsoft.graph.identitySet".</para>
                <para type="description">This property is on the "microsoft.graph.sharingInvitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingInvitationObject.redeemedBy">
            <summary>
                <para type="description">The "redeemedBy" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingInvitation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingInvitationObject.signInRequired">
            <summary>
                <para type="description">The "signInRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharingInvitation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingLinkObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sharingLink" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sharingLink" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingLinkObject.application">
            <summary>
                <para type="description">The "application" property, of type "microsoft.graph.identity".</para>
                <para type="description">This property is on the "microsoft.graph.sharingLink" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingLinkObject.scope">
            <summary>
                <para type="description">The "scope" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingLink" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingLinkObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingLink" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SharingLinkObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharingLink" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInLocationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.signInLocation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.signInLocation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInLocationObject.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signInLocation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInLocationObject.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signInLocation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInLocationObject.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signInLocation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInLocationObject.geoCoordinates">
            <summary>
                <para type="description">The "geoCoordinates" property, of type "microsoft.graph.geoCoordinates".</para>
                <para type="description">This property is on the "microsoft.graph.signInLocation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.signIn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.signIn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.signIn">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.appId">
            <summary>
                <para type="description">The "appId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.appDisplayName">
            <summary>
                <para type="description">The "appDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.ipAddress">
            <summary>
                <para type="description">The "ipAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.signInStatus".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.clientAppUsed">
            <summary>
                <para type="description">The "clientAppUsed" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.deviceDetail">
            <summary>
                <para type="description">The "deviceDetail" property, of type "microsoft.graph.deviceDetail".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.location">
            <summary>
                <para type="description">The "location" property, of type "microsoft.graph.signInLocation".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.conditionalAccessStatus">
            <summary>
                <para type="description">The "conditionalAccessStatus" property, of type "microsoft.graph.conditionalAccessStatus".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'success', 'failure', 'notApplied', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.appliedConditionalAccessPolicies">
            <summary>
                <para type="description">The "appliedConditionalAccessPolicies" property, of type "microsoft.graph.appliedConditionalAccessPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.isInteractive">
            <summary>
                <para type="description">The "isInteractive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.riskDetail">
            <summary>
                <para type="description">The "riskDetail" property, of type "microsoft.graph.riskDetail".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'none', 'adminGeneratedTemporaryPassword', 'userPerformedSecuredPasswordChange', 'userPerformedSecuredPasswordReset', 'adminConfirmedSigninSafe', 'aiConfirmedSigninSafe', 'userPassedMFADrivenByRiskBasedPolicy', 'adminDismissedAllRiskForUser', 'adminConfirmedSigninCompromised', 'hidden', 'adminConfirmedUserCompromised', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.riskLevelAggregated">
            <summary>
                <para type="description">The "riskLevelAggregated" property, of type "microsoft.graph.riskLevel".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'low', 'medium', 'high', 'hidden', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.riskLevelDuringSignIn">
            <summary>
                <para type="description">The "riskLevelDuringSignIn" property, of type "microsoft.graph.riskLevel".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'low', 'medium', 'high', 'hidden', 'none', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.riskState">
            <summary>
                <para type="description">The "riskState" property, of type "microsoft.graph.riskState".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'none', 'confirmedSafe', 'remediated', 'dismissed', 'atRisk', 'confirmedCompromised', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.riskEventTypes">
            <summary>
                <para type="description">The "riskEventTypes" property, of type "microsoft.graph.riskEventType".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
                <para type="description">
                     Valid values: 'unlikelyTravel', 'anonymizedIPAddress', 'maliciousIPAddress', 'unfamiliarFeatures', 'malwareInfectedIPAddress', 'suspiciousIPAddress', 'leakedCredentials', 'investigationsThreatIntelligence', 'generic', 'adminConfirmedUserCompromised', 'mcasImpossibleTravel', 'mcasSuspiciousInboxManipulationRules', 'investigationsThreatIntelligenceSigninLinked', 'maliciousIPAddressValidCredentialsBlockedIP', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.resourceDisplayName">
            <summary>
                <para type="description">The "resourceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.resourceId">
            <summary>
                <para type="description">The "resourceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.restrictedSignIn">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.restrictedSignIn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInObject.targetTenantId">
            <summary>
                <para type="description">The "targetTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.restrictedSignIn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.signInStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.signInStatus" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInStatusObject.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.signInStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInStatusObject.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signInStatus" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SignInStatusObject.additionalDetails">
            <summary>
                <para type="description">The "additionalDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.signInStatus" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SingleValueLegacyExtendedPropertyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.singleValueLegacyExtendedProperty" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.singleValueLegacyExtendedProperty" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SingleValueLegacyExtendedPropertyObject.value">
            <summary>
                <para type="description">The "value" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.singleValueLegacyExtendedProperty" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SiteCollectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.siteCollection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.siteCollection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SiteCollectionObject.hostname">
            <summary>
                <para type="description">The "hostname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.siteCollection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SiteCollectionObject.root">
            <summary>
                <para type="description">The "root" property, of type "microsoft.graph.root".</para>
                <para type="description">This property is on the "microsoft.graph.siteCollection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SizeRangeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.sizeRange" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.sizeRange" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SizeRangeObject.minimumSize">
            <summary>
                <para type="description">The "minimumSize" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sizeRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SizeRangeObject.maximumSize">
            <summary>
                <para type="description">The "maximumSize" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sizeRange" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.softwareUpdateStatusSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.softwareUpdateStatusSummary" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">The name of the policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of devices had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.compliantUserCount">
            <summary>
                <para type="description">The "compliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.nonCompliantUserCount">
            <summary>
                <para type="description">The "nonCompliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.remediatedUserCount">
            <summary>
                <para type="description">The "remediatedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.errorUserCount">
            <summary>
                <para type="description">The "errorUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of users had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.unknownUserCount">
            <summary>
                <para type="description">The "unknownUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.conflictUserCount">
            <summary>
                <para type="description">The "conflictUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SoftwareUpdateStatusSummaryObject.notApplicableUserCount">
            <summary>
                <para type="description">The "notApplicableUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable users.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SpecialFolderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.specialFolder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.specialFolder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SpecialFolderObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.specialFolder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.standardTimeZoneOffset" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.standardTimeZoneOffset" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.standardTimeZoneOffset">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.standardTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.time">
            <summary>
                <para type="description">The "time" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.standardTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.dayOccurrence">
            <summary>
                <para type="description">The "dayOccurrence" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.standardTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.dayOfWeek">
            <summary>
                <para type="description">The "dayOfWeek" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.standardTimeZoneOffset" type.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.month">
            <summary>
                <para type="description">The "month" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.standardTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.year">
            <summary>
                <para type="description">The "year" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.standardTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.daylightTimeZoneOffset">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.daylightTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_StandardTimeZoneOffsetObject.daylightBias">
            <summary>
                <para type="description">The "daylightBias" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.daylightTimeZoneOffset" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.subscribedSku" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.subscribedSku" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.capabilityStatus">
            <summary>
                <para type="description">The "capabilityStatus" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.consumedUnits">
            <summary>
                <para type="description">The "consumedUnits" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.prepaidUnits">
            <summary>
                <para type="description">The "prepaidUnits" property, of type "microsoft.graph.licenseUnitsDetail".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.servicePlans">
            <summary>
                <para type="description">The "servicePlans" property, of type "microsoft.graph.servicePlanInfo".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.skuId">
            <summary>
                <para type="description">The "skuId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.skuPartNumber">
            <summary>
                <para type="description">The "skuPartNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscribedSkuObject.appliesTo">
            <summary>
                <para type="description">The "appliesTo" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscribedSku" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.subscription" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.subscription" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.resource">
            <summary>
                <para type="description">The "resource" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.changeType">
            <summary>
                <para type="description">The "changeType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.clientState">
            <summary>
                <para type="description">The "clientState" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.notificationUrl">
            <summary>
                <para type="description">The "notificationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.applicationId">
            <summary>
                <para type="description">The "applicationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SubscriptionObject.creatorId">
            <summary>
                <para type="description">The "creatorId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.subscription" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_SystemFacetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.systemFacet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.systemFacet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetedManagedAppPolicyAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.targetedManagedAppPolicyAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.targetedManagedAppPolicyAssignment" (or one of its derived types).</para>
                <para type="description">The type for deployment of groups or apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetedManagedAppPolicyAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.targetResource" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.targetResource" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetResource" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject.groupType">
            <summary>
                <para type="description">The "groupType" property, of type "microsoft.graph.groupType".</para>
                <para type="description">This property is on the "microsoft.graph.targetResource" type.</para>
                <para type="description">
                     Valid values: 'unifiedGroups', 'azureAD', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TargetResourceObject.modifiedProperties">
            <summary>
                <para type="description">The "modifiedProperties" property, of type "microsoft.graph.modifiedProperty".</para>
                <para type="description">This property is on the "microsoft.graph.targetResource" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamClassSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamClassSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamClassSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamClassSettingsObject.notifyGuardiansAboutAssignments">
            <summary>
                <para type="description">The "notifyGuardiansAboutAssignments" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamClassSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamFunSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamFunSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamFunSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamFunSettingsObject.allowGiphy">
            <summary>
                <para type="description">The "allowGiphy" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamFunSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamFunSettingsObject.giphyContentRating">
            <summary>
                <para type="description">The "giphyContentRating" property, of type "microsoft.graph.giphyRatingType".</para>
                <para type="description">This property is on the "microsoft.graph.teamFunSettings" type.</para>
                <para type="description">
                     Valid values: 'moderate', 'strict', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamFunSettingsObject.allowStickersAndMemes">
            <summary>
                <para type="description">The "allowStickersAndMemes" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamFunSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamFunSettingsObject.allowCustomMemes">
            <summary>
                <para type="description">The "allowCustomMemes" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamFunSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamGuestSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamGuestSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamGuestSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamGuestSettingsObject.allowCreateUpdateChannels">
            <summary>
                <para type="description">The "allowCreateUpdateChannels" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamGuestSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamGuestSettingsObject.allowDeleteChannels">
            <summary>
                <para type="description">The "allowDeleteChannels" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamGuestSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamMemberSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamMemberSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject.allowCreateUpdateChannels">
            <summary>
                <para type="description">The "allowCreateUpdateChannels" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMemberSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject.allowDeleteChannels">
            <summary>
                <para type="description">The "allowDeleteChannels" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMemberSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject.allowAddRemoveApps">
            <summary>
                <para type="description">The "allowAddRemoveApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMemberSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject.allowCreateUpdateRemoveTabs">
            <summary>
                <para type="description">The "allowCreateUpdateRemoveTabs" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMemberSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMemberSettingsObject.allowCreateUpdateRemoveConnectors">
            <summary>
                <para type="description">The "allowCreateUpdateRemoveConnectors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMemberSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamMessagingSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamMessagingSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject.allowUserEditMessages">
            <summary>
                <para type="description">The "allowUserEditMessages" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMessagingSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject.allowUserDeleteMessages">
            <summary>
                <para type="description">The "allowUserDeleteMessages" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMessagingSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject.allowOwnerDeleteMessages">
            <summary>
                <para type="description">The "allowOwnerDeleteMessages" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMessagingSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject.allowTeamMentions">
            <summary>
                <para type="description">The "allowTeamMentions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMessagingSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamMessagingSettingsObject.allowChannelMentions">
            <summary>
                <para type="description">The "allowChannelMentions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.teamMessagingSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.team" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.team" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.memberSettings">
            <summary>
                <para type="description">The "memberSettings" property, of type "microsoft.graph.teamMemberSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.guestSettings">
            <summary>
                <para type="description">The "guestSettings" property, of type "microsoft.graph.teamGuestSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.messagingSettings">
            <summary>
                <para type="description">The "messagingSettings" property, of type "microsoft.graph.teamMessagingSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.funSettings">
            <summary>
                <para type="description">The "funSettings" property, of type "microsoft.graph.teamFunSettings".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.channels">
            <summary>
                <para type="description">The "channels" property, of type "microsoft.graph.channel".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.installedApps">
            <summary>
                <para type="description">The "installedApps" property, of type "microsoft.graph.teamsAppInstallation".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamObject.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.teamsAsyncOperation".</para>
                <para type="description">This property is on the "microsoft.graph.team" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppDefinitionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsAppDefinition" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsAppDefinition" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppDefinitionObject.teamsAppId">
            <summary>
                <para type="description">The "teamsAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppDefinitionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppDefinitionObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppDefinition" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppInstallationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsAppInstallation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsAppInstallation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppInstallationObject.teamsApp">
            <summary>
                <para type="description">The "teamsApp" property, of type "microsoft.graph.teamsApp".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppInstallation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppInstallationObject.teamsAppDefinition">
            <summary>
                <para type="description">The "teamsAppDefinition" property, of type "microsoft.graph.teamsAppDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAppInstallation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsApp" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppObject.externalId">
            <summary>
                <para type="description">The "externalId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppObject.distributionMethod">
            <summary>
                <para type="description">The "distributionMethod" property, of type "microsoft.graph.teamsAppDistributionMethod".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
                <para type="description">
                     Valid values: 'store', 'organization', 'sideloaded', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAppObject.appDefinitions">
            <summary>
                <para type="description">The "appDefinitions" property, of type "microsoft.graph.teamsAppDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.teamsApp" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsAsyncOperation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsAsyncOperation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.operationType">
            <summary>
                <para type="description">The "operationType" property, of type "microsoft.graph.teamsAsyncOperationType".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
                <para type="description">
                     Valid values: 'invalid', 'cloneTeam', 'archiveTeam', 'unarchiveTeam', 'createTeam', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.teamsAsyncOperationStatus".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
                <para type="description">
                     Valid values: 'invalid', 'notStarted', 'inProgress', 'succeeded', 'failed', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.lastActionDateTime">
            <summary>
                <para type="description">The "lastActionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.attemptsCount">
            <summary>
                <para type="description">The "attemptsCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.targetResourceId">
            <summary>
                <para type="description">The "targetResourceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.targetResourceLocation">
            <summary>
                <para type="description">The "targetResourceLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsAsyncOperationObject.error">
            <summary>
                <para type="description">The "error" property, of type "microsoft.graph.operationError".</para>
                <para type="description">This property is on the "microsoft.graph.teamsAsyncOperation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabConfigurationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsTabConfiguration" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsTabConfiguration" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabConfigurationObject.entityId">
            <summary>
                <para type="description">The "entityId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTabConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabConfigurationObject.contentUrl">
            <summary>
                <para type="description">The "contentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTabConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabConfigurationObject.removeUrl">
            <summary>
                <para type="description">The "removeUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTabConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabConfigurationObject.websiteUrl">
            <summary>
                <para type="description">The "websiteUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTabConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.teamsTab" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.teamsTab" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabObject.webUrl">
            <summary>
                <para type="description">The "webUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabObject.configuration">
            <summary>
                <para type="description">The "configuration" property, of type "microsoft.graph.teamsTabConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TeamsTabObject.teamsApp">
            <summary>
                <para type="description">The "teamsApp" property, of type "microsoft.graph.teamsApp".</para>
                <para type="description">This property is on the "microsoft.graph.teamsTab" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.telecomExpenseManagementPartner" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.telecomExpenseManagementPartner" (or one of its derived types).</para>
                <para type="description">telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Display name of the TEM partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject.appAuthorized">
            <summary>
                <para type="description">The "appAuthorized" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether the partner's AAD app has been authorized to access Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether Intune's connection to the TEM service is currently enabled or disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TelecomExpenseManagementPartnerObject.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAcceptanceStatusObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.termsAndConditionsAcceptanceStatus" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.termsAndConditionsAcceptanceStatus" (or one of its derived types).</para>
                <para type="description">A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&amp;C) policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to the Company Portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAcceptanceStatusObject.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Display name of the user whose acceptance the entity represents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAcceptanceStatusObject.acceptedVersion">
            <summary>
                <para type="description">The "acceptedVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Most recent version number of the T&amp;C accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAcceptanceStatusObject.acceptedDateTime">
            <summary>
                <para type="description">The "acceptedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">DateTime when the terms were last accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAcceptanceStatusObject.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Navigation link to the terms and conditions that are assigned.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAssignmentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.termsAndConditionsAssignment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.termsAndConditionsAssignment" (or one of its derived types).</para>
                <para type="description">A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&amp;C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsAssignmentObject.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.termsAndConditions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.termsAndConditions" (or one of its derived types).</para>
                <para type="description">A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&amp;C) policy. T&amp;C policies’ contents are presented to users upon their first attempt to enroll into Intune and subsequently upon edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions to which a user must agree in order to have devices enrolled into Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied name for the T&amp;C policy. </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied description of the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.bodyText">
            <summary>
                <para type="description">The "bodyText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.acceptanceStatement">
            <summary>
                <para type="description">The "acceptanceStatement" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.termsAndConditionsAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TermsAndConditionsObject.acceptanceStatuses">
            <summary>
                <para type="description">The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.textColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.textColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject.allowMultipleLines">
            <summary>
                <para type="description">The "allowMultipleLines" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.textColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject.appendChangesToExistingText">
            <summary>
                <para type="description">The "appendChangesToExistingText" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.textColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject.linesForEditing">
            <summary>
                <para type="description">The "linesForEditing" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.textColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject.maxLength">
            <summary>
                <para type="description">The "maxLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.textColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TextColumnObject.textType">
            <summary>
                <para type="description">The "textType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.textColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.thumbnail" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.thumbnail" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.Stream".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject.sourceItemId">
            <summary>
                <para type="description">The "sourceItemId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnail" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnail" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailSetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.thumbnailSet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.thumbnailSet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailSetObject.large">
            <summary>
                <para type="description">The "large" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailSetObject.medium">
            <summary>
                <para type="description">The "medium" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailSetObject.small">
            <summary>
                <para type="description">The "small" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_ThumbnailSetObject.source">
            <summary>
                <para type="description">The "source" property, of type "microsoft.graph.thumbnail".</para>
                <para type="description">This property is on the "microsoft.graph.thumbnailSet" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeConstraintObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.timeConstraint" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.timeConstraint" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeConstraintObject.activityDomain">
            <summary>
                <para type="description">The "activityDomain" property, of type "microsoft.graph.activityDomain".</para>
                <para type="description">This property is on the "microsoft.graph.timeConstraint" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'work', 'personal', 'unrestricted'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeConstraintObject.timeSlots">
            <summary>
                <para type="description">The "timeSlots" property, of type "microsoft.graph.timeSlot".</para>
                <para type="description">This property is on the "microsoft.graph.timeConstraint" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeSlotObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.timeSlot" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.timeSlot" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeSlotObject.start">
            <summary>
                <para type="description">The "start" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.timeSlot" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeSlotObject.end">
            <summary>
                <para type="description">The "end" property, of type "microsoft.graph.dateTimeTimeZone".</para>
                <para type="description">This property is on the "microsoft.graph.timeSlot" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.timeZoneBase" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.timeZoneBase" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.timeZoneBase">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.timeZoneBase" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.timeZoneBase" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.customTimeZone">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.customTimeZone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.bias">
            <summary>
                <para type="description">The "bias" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.customTimeZone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.standardOffset">
            <summary>
                <para type="description">The "standardOffset" property, of type "microsoft.graph.standardTimeZoneOffset".</para>
                <para type="description">This property is on the "microsoft.graph.customTimeZone" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneBaseObject.daylightOffset">
            <summary>
                <para type="description">The "daylightOffset" property, of type "microsoft.graph.daylightTimeZoneOffset".</para>
                <para type="description">This property is on the "microsoft.graph.customTimeZone" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneInformationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.timeZoneInformation" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.timeZoneInformation" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneInformationObject.alias">
            <summary>
                <para type="description">The "alias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.timeZoneInformation" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TimeZoneInformationObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.timeZoneInformation" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.trending" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.trending" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject.weight">
            <summary>
                <para type="description">The "weight" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject.resourceVisualization">
            <summary>
                <para type="description">The "resourceVisualization" property, of type "microsoft.graph.resourceVisualization".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject.resourceReference">
            <summary>
                <para type="description">The "resourceReference" property, of type "microsoft.graph.resourceReference".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_TrendingObject.resource">
            <summary>
                <para type="description">The "resource" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.trending" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.updateWindowsDeviceAccountActionParameter" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.updateWindowsDeviceAccountActionParameter" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.deviceAccount">
            <summary>
                <para type="description">The "deviceAccount" property, of type "microsoft.graph.windowsDeviceAccount".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.passwordRotationEnabled">
            <summary>
                <para type="description">The "passwordRotationEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.calendarSyncEnabled">
            <summary>
                <para type="description">The "calendarSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.deviceAccountEmail">
            <summary>
                <para type="description">The "deviceAccountEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.exchangeServer">
            <summary>
                <para type="description">The "exchangeServer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UpdateWindowsDeviceAccountActionParameterObject.sessionInitiationProtocalAddress">
            <summary>
                <para type="description">The "sessionInitiationProtocalAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.updateWindowsDeviceAccountActionParameter" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UploadSessionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.uploadSession" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.uploadSession" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UploadSessionObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.uploadSession" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UploadSessionObject.nextExpectedRanges">
            <summary>
                <para type="description">The "nextExpectedRanges" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.uploadSession" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UploadSessionObject.uploadUrl">
            <summary>
                <para type="description">The "uploadUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.uploadSession" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsageDetailsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.usageDetails" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.usageDetails" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsageDetailsObject.lastAccessedDateTime">
            <summary>
                <para type="description">The "lastAccessedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.usageDetails" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsageDetailsObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.usageDetails" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsedInsightObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.usedInsight" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.usedInsight" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsedInsightObject.lastUsed">
            <summary>
                <para type="description">The "lastUsed" property, of type "microsoft.graph.usageDetails".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsedInsightObject.resourceVisualization">
            <summary>
                <para type="description">The "resourceVisualization" property, of type "microsoft.graph.resourceVisualization".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsedInsightObject.resourceReference">
            <summary>
                <para type="description">The "resourceReference" property, of type "microsoft.graph.resourceReference".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UsedInsightObject.resource">
            <summary>
                <para type="description">The "resource" property, of type "microsoft.graph.entity".</para>
                <para type="description">This property is on the "microsoft.graph.usedInsight" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.userActivity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.userActivity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.visualElements">
            <summary>
                <para type="description">The "visualElements" property, of type "microsoft.graph.visualInfo".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.activitySourceHost">
            <summary>
                <para type="description">The "activitySourceHost" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.activationUrl">
            <summary>
                <para type="description">The "activationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.appActivityId">
            <summary>
                <para type="description">The "appActivityId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.appDisplayName">
            <summary>
                <para type="description">The "appDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.contentUrl">
            <summary>
                <para type="description">The "contentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.fallbackUrl">
            <summary>
                <para type="description">The "fallbackUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.userTimezone">
            <summary>
                <para type="description">The "userTimezone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.contentInfo">
            <summary>
                <para type="description">The "contentInfo" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.status".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
                <para type="description">
                     Valid values: 'active', 'updated', 'deleted', 'ignored', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserActivityObject.historyItems">
            <summary>
                <para type="description">The "historyItems" property, of type "microsoft.graph.activityHistoryItem".</para>
                <para type="description">This property is on the "microsoft.graph.userActivity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserIdentityObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.userIdentity" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.userIdentity" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserIdentityObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserIdentityObject.ipAddress">
            <summary>
                <para type="description">The "ipAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userIdentity" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserIdentityObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userIdentity" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.userInstallStateSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.userInstallStateSummary" (or one of its derived types).</para>
                <para type="description">Contains properties for the installation state summary for a user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">User name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Installed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Failed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Not installed device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserInstallStateSummaryObject.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.userSecurityState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.userSecurityState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.aadUserId">
            <summary>
                <para type="description">The "aadUserId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.accountName">
            <summary>
                <para type="description">The "accountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.domainName">
            <summary>
                <para type="description">The "domainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.emailRole">
            <summary>
                <para type="description">The "emailRole" property, of type "microsoft.graph.emailRole".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'sender', 'recipient', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.isVpn">
            <summary>
                <para type="description">The "isVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.logonDateTime">
            <summary>
                <para type="description">The "logonDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.logonId">
            <summary>
                <para type="description">The "logonId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.logonIp">
            <summary>
                <para type="description">The "logonIp" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.logonLocation">
            <summary>
                <para type="description">The "logonLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.logonType">
            <summary>
                <para type="description">The "logonType" property, of type "microsoft.graph.logonType".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'interactive', 'remoteInteractive', 'network', 'batch', 'service', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.riskScore">
            <summary>
                <para type="description">The "riskScore" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.userAccountType">
            <summary>
                <para type="description">The "userAccountType" property, of type "microsoft.graph.userAccountSecurityType".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
                <para type="description">
                     Valid values: 'unknown', 'standard', 'power', 'administrator', 'unknownFutureValue'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSecurityStateObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userSecurityState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSettingsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.userSettings" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.userSettings" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSettingsObject.contributionToContentDiscoveryDisabled">
            <summary>
                <para type="description">The "contributionToContentDiscoveryDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.userSettings" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_UserSettingsObject.contributionToContentDiscoveryAsOrganizationDisabled">
            <summary>
                <para type="description">The "contributionToContentDiscoveryAsOrganizationDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.userSettings" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.verifiedDomain" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.verifiedDomain" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject.capabilities">
            <summary>
                <para type="description">The "capabilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.verifiedDomain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.verifiedDomain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject.isInitial">
            <summary>
                <para type="description">The "isInitial" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.verifiedDomain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.verifiedDomain" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VerifiedDomainObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.verifiedDomain" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.video" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.video" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.audioBitsPerSample">
            <summary>
                <para type="description">The "audioBitsPerSample" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.audioChannels">
            <summary>
                <para type="description">The "audioChannels" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.audioFormat">
            <summary>
                <para type="description">The "audioFormat" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.audioSamplesPerSecond">
            <summary>
                <para type="description">The "audioSamplesPerSecond" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.bitrate">
            <summary>
                <para type="description">The "bitrate" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.duration">
            <summary>
                <para type="description">The "duration" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.fourCC">
            <summary>
                <para type="description">The "fourCC" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.frameRate">
            <summary>
                <para type="description">The "frameRate" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VideoObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.video" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.visualInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.visualInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject.attribution">
            <summary>
                <para type="description">The "attribution" property, of type "microsoft.graph.imageInfo".</para>
                <para type="description">This property is on the "microsoft.graph.visualInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject.backgroundColor">
            <summary>
                <para type="description">The "backgroundColor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.visualInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.visualInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject.displayText">
            <summary>
                <para type="description">The "displayText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.visualInfo" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VisualInfoObject.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.visualInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppLicensingTypeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.vppLicensingType" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.vppLicensingType" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppLicensingTypeObject.supportsUserLicensing">
            <summary>
                <para type="description">The "supportsUserLicensing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppLicensingType" type.</para>
                <para type="description">Whether the program supports the user licensing type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppLicensingTypeObject.supportsDeviceLicensing">
            <summary>
                <para type="description">The "supportsDeviceLicensing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppLicensingType" type.</para>
                <para type="description">Whether the program supports the device licensing type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.vppToken" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.vppToken" (or one of its derived types).</para>
                <para type="description">You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.organizationName">
            <summary>
                <para type="description">The "organizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The expiration date time of the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.token">
            <summary>
                <para type="description">The "token" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Last modification date time associated with the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.vppTokenState".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`.</para>
                <para type="description">
                     Valid values: 'unknown', 'valid', 'expired', 'invalid', 'assignedToExternalMDM'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.lastSyncStatus">
            <summary>
                <para type="description">The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.</para>
                <para type="description">
                     Valid values: 'none', 'inProgress', 'completed', 'failed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.automaticallyUpdateApps">
            <summary>
                <para type="description">The "automaticallyUpdateApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VppTokenObject.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VulnerabilityStateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.vulnerabilityState" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.vulnerabilityState" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VulnerabilityStateObject.cve">
            <summary>
                <para type="description">The "cve" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vulnerabilityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VulnerabilityStateObject.severity">
            <summary>
                <para type="description">The "severity" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vulnerabilityState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_VulnerabilityStateObject.wasRunning">
            <summary>
                <para type="description">The "wasRunning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vulnerabilityState" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WebsiteObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.website" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.website" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WebsiteObject.type">
            <summary>
                <para type="description">The "type" property, of type "microsoft.graph.websiteType".</para>
                <para type="description">This property is on the "microsoft.graph.website" type.</para>
                <para type="description">
                     Valid values: 'other', 'home', 'work', 'blog', 'profile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WebsiteObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.website" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WebsiteObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.website" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Windows10NetworkProxyServerObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windows10NetworkProxyServer" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windows10NetworkProxyServer" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Windows10NetworkProxyServerObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10NetworkProxyServer" type.</para>
                <para type="description">Address to the proxy server. Specify an address in the format &lt;server&gt;[“:”&lt;port&gt;]</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Windows10NetworkProxyServerObject.exceptions">
            <summary>
                <para type="description">The "exceptions" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10NetworkProxyServer" type.</para>
                <para type="description">Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Windows10NetworkProxyServerObject.useForLocalAddresses">
            <summary>
                <para type="description">The "useForLocalAddresses" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10NetworkProxyServer" type.</para>
                <para type="description">Specifies whether the proxy server should be used for local (intranet) addresses.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsDeviceAccount" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsDeviceAccount" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.windowsDeviceAccount">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDeviceAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.password">
            <summary>
                <para type="description">The "password" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDeviceAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.windowsDeviceAzureADAccount">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDeviceAzureADAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDeviceAzureADAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.windowsDeviceADAccount">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDeviceADAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.domainName">
            <summary>
                <para type="description">The "domainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDeviceADAccount" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsDeviceAccountObject.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDeviceADAccount" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsFirewallNetworkProfile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsFirewallNetworkProfile" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the host device to allow or block the firewall and advanced security enforcement for the network profile.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.stealthModeBlocked">
            <summary>
                <para type="description">The "stealthModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.incomingTrafficBlocked">
            <summary>
                <para type="description">The "incomingTrafficBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.unicastResponsesToMulticastBroadcastsBlocked">
            <summary>
                <para type="description">The "unicastResponsesToMulticastBroadcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.inboundNotificationsBlocked">
            <summary>
                <para type="description">The "inboundNotificationsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.authorizedApplicationRulesFromGroupPolicyMerged">
            <summary>
                <para type="description">The "authorizedApplicationRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.globalPortRulesFromGroupPolicyMerged">
            <summary>
                <para type="description">The "globalPortRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.connectionSecurityRulesFromGroupPolicyMerged">
            <summary>
                <para type="description">The "connectionSecurityRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.outboundConnectionsBlocked">
            <summary>
                <para type="description">The "outboundConnectionsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.inboundConnectionsBlocked">
            <summary>
                <para type="description">The "inboundConnectionsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.securedPacketExemptionAllowed">
            <summary>
                <para type="description">The "securedPacketExemptionAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsFirewallNetworkProfileObject.policyRulesFromGroupPolicyMerged">
            <summary>
                <para type="description">The "policyRulesFromGroupPolicyMerged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsFirewallNetworkProfile" type.</para>
                <para type="description">Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLearningSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLearningSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLearningSummary" (or one of its derived types).</para>
                <para type="description">Windows Information Protection AppLearning Summary entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLearningSummaryObject.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLearningSummaryObject.applicationType">
            <summary>
                <para type="description">The "applicationType" property, of type "microsoft.graph.applicationType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Type</para>
                <para type="description">
                     Valid values: 'universal', 'desktop'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLearningSummaryObject.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLockerFileObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLockerFile" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionAppLockerFile" (or one of its derived types).</para>
                <para type="description">Windows Information Protection AppLocker File</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLockerFileObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLockerFileObject.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLockerFileObject.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppLockerFileObject.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionApp" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionApp" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionApp" type.</para>
                <para type="description">App display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionApp" type.</para>
                <para type="description">The app's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.publisherName">
            <summary>
                <para type="description">The "publisherName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionApp" type.</para>
                <para type="description">The publisher name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.productName">
            <summary>
                <para type="description">The "productName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionApp" type.</para>
                <para type="description">The product name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.denied">
            <summary>
                <para type="description">The "denied" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionApp" type.</para>
                <para type="description">If true, app is denied protection or exemption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.windowsInformationProtectionDesktopApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionDesktopApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.binaryName">
            <summary>
                <para type="description">The "binaryName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDesktopApp" type.</para>
                <para type="description">The binary name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.binaryVersionLow">
            <summary>
                <para type="description">The "binaryVersionLow" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDesktopApp" type.</para>
                <para type="description">The lower binary version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.binaryVersionHigh">
            <summary>
                <para type="description">The "binaryVersionHigh" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDesktopApp" type.</para>
                <para type="description">The high binary version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionAppObject.windowsInformationProtectionStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionStoreApp" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionDataRecoveryCertificateObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionDataRecoveryCertificateObject.subjectName">
            <summary>
                <para type="description">The "subjectName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" type.</para>
                <para type="description">Data recovery Certificate subject name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionDataRecoveryCertificateObject.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" type.</para>
                <para type="description">Data recovery Certificate description</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionDataRecoveryCertificateObject.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" type.</para>
                <para type="description">Data recovery Certificate expiration datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionDataRecoveryCertificateObject.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate" type.</para>
                <para type="description">Data recovery Certificate</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionIPRangeCollectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionIPRangeCollection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionIPRangeCollection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionIPRangeCollectionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionIPRangeCollection" type.</para>
                <para type="description">Display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionIPRangeCollectionObject.ranges">
            <summary>
                <para type="description">The "ranges" property, of type "microsoft.graph.ipRange".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionIPRangeCollection" type.</para>
                <para type="description">Collection of ip ranges</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionNetworkLearningSummaryObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" (or one of its derived types).</para>
                <para type="description">Windows Information Protection Network learning Summary entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionNetworkLearningSummaryObject.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Website url</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionNetworkLearningSummaryObject.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionProxiedDomainCollectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionProxiedDomainCollection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionProxiedDomainCollection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionProxiedDomainCollectionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionProxiedDomainCollection" type.</para>
                <para type="description">Display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionProxiedDomainCollectionObject.proxiedDomains">
            <summary>
                <para type="description">The "proxiedDomains" property, of type "microsoft.graph.proxiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionProxiedDomainCollection" type.</para>
                <para type="description">Collection of proxied domains</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionResourceCollectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionResourceCollection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsInformationProtectionResourceCollection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionResourceCollectionObject.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionResourceCollection" type.</para>
                <para type="description">Display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsInformationProtectionResourceCollectionObject.resources">
            <summary>
                <para type="description">The "resources" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionResourceCollection" type.</para>
                <para type="description">Collection of resources</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsMinimumOperatingSystemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsMinimumOperatingSystem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsMinimumOperatingSystem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsMinimumOperatingSystemObject.v8_0">
            <summary>
                <para type="description">The "v8_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.</para>
                <para type="description">Windows version 8.0 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsMinimumOperatingSystemObject.v8_1">
            <summary>
                <para type="description">The "v8_1" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.</para>
                <para type="description">Windows version 8.1 or later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsMinimumOperatingSystemObject.v10_0">
            <summary>
                <para type="description">The "v10_0" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.</para>
                <para type="description">Windows version 10.0 or later.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.windowsUpdateInstallScheduleType" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.windowsUpdateInstallScheduleType" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.windowsUpdateActiveHoursInstall">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateActiveHoursInstall" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateActiveHoursInstall" type.</para>
                <para type="description">Active Hours Start</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateActiveHoursInstall" type.</para>
                <para type="description">Active Hours End</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.windowsUpdateScheduledInstall">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateScheduledInstall" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.scheduledInstallDay">
            <summary>
                <para type="description">The "scheduledInstallDay" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateScheduledInstall" type.</para>
                <para type="description">Scheduled Install Day in week</para>
                <para type="description">
                     Valid values: 'userDefined', 'everyday', 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WindowsUpdateInstallScheduleTypeObject.scheduledInstallTime">
            <summary>
                <para type="description">The "scheduledInstallTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateScheduledInstall" type.</para>
                <para type="description">Scheduled Install Time during day</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookApplicationObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookApplication" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookApplication" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookApplicationObject.calculationMode">
            <summary>
                <para type="description">The "calculationMode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookApplication" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAreaFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAreaFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAreaFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAreaFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAreaFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAreaFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAreaFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAxes" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAxes" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxesObject.categoryAxis">
            <summary>
                <para type="description">The "categoryAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxesObject.seriesAxis">
            <summary>
                <para type="description">The "seriesAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxesObject.valueAxis">
            <summary>
                <para type="description">The "valueAxis" property, of type "microsoft.graph.workbookChartAxis".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxes" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAxisFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAxisFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisFormatObject.line">
            <summary>
                <para type="description">The "line" property, of type "microsoft.graph.workbookChartLineFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAxis" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAxis" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.majorUnit">
            <summary>
                <para type="description">The "majorUnit" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.maximum">
            <summary>
                <para type="description">The "maximum" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.minimum">
            <summary>
                <para type="description">The "minimum" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.minorUnit">
            <summary>
                <para type="description">The "minorUnit" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartAxisFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.majorGridlines">
            <summary>
                <para type="description">The "majorGridlines" property, of type "microsoft.graph.workbookChartGridlines".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.minorGridlines">
            <summary>
                <para type="description">The "minorGridlines" property, of type "microsoft.graph.workbookChartGridlines".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisObject.title">
            <summary>
                <para type="description">The "title" property, of type "microsoft.graph.workbookChartAxisTitle".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxis" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAxisTitleFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAxisTitleFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisTitleFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartAxisTitle" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartAxisTitle" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleObject.text">
            <summary>
                <para type="description">The "text" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartAxisTitleObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartAxisTitleFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartAxisTitle" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartDataLabelFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartDataLabelFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabelFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabelFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartDataLabels" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartDataLabels" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.position">
            <summary>
                <para type="description">The "position" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.separator">
            <summary>
                <para type="description">The "separator" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showBubbleSize">
            <summary>
                <para type="description">The "showBubbleSize" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showCategoryName">
            <summary>
                <para type="description">The "showCategoryName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showLegendKey">
            <summary>
                <para type="description">The "showLegendKey" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showPercentage">
            <summary>
                <para type="description">The "showPercentage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showSeriesName">
            <summary>
                <para type="description">The "showSeriesName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.showValue">
            <summary>
                <para type="description">The "showValue" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartDataLabelsObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartDataLabelFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartDataLabels" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFillObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartFill" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartFill" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartFont" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartFont" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.bold">
            <summary>
                <para type="description">The "bold" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.italic">
            <summary>
                <para type="description">The "italic" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartFontObject.underline">
            <summary>
                <para type="description">The "underline" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartFont" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartGridlinesFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartGridlinesFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartGridlinesFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartGridlinesFormatObject.line">
            <summary>
                <para type="description">The "line" property, of type "microsoft.graph.workbookChartLineFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartGridlinesFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartGridlinesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartGridlines" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartGridlines" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartGridlinesObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartGridlines" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartGridlinesObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartGridlinesFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartGridlines" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartLegendFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartLegendFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegendFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegendFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartLegend" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartLegend" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendObject.overlay">
            <summary>
                <para type="description">The "overlay" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendObject.position">
            <summary>
                <para type="description">The "position" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLegendObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartLegendFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLegend" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLineFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartLineFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartLineFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartLineFormatObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartLineFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChart" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChart" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.left">
            <summary>
                <para type="description">The "left" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.top">
            <summary>
                <para type="description">The "top" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.axes">
            <summary>
                <para type="description">The "axes" property, of type "microsoft.graph.workbookChartAxes".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.dataLabels">
            <summary>
                <para type="description">The "dataLabels" property, of type "microsoft.graph.workbookChartDataLabels".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartAreaFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.legend">
            <summary>
                <para type="description">The "legend" property, of type "microsoft.graph.workbookChartLegend".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.series">
            <summary>
                <para type="description">The "series" property, of type "microsoft.graph.workbookChartSeries".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.title">
            <summary>
                <para type="description">The "title" property, of type "microsoft.graph.workbookChartTitle".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChart" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartPointFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartPointFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartPointFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartPointFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartPointFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartPointObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartPoint" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartPoint" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartPointObject.value">
            <summary>
                <para type="description">The "value" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartPoint" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartPointObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartPointFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartPoint" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartSeriesFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartSeriesFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeriesFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesFormatObject.line">
            <summary>
                <para type="description">The "line" property, of type "microsoft.graph.workbookChartLineFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeriesFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartSeries" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartSeries" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeries" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartSeriesFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeries" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartSeriesObject.points">
            <summary>
                <para type="description">The "points" property, of type "microsoft.graph.workbookChartPoint".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartSeries" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartTitleFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartTitleFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookChartFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitleFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookChartFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitleFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookChartTitle" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookChartTitle" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleObject.overlay">
            <summary>
                <para type="description">The "overlay" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleObject.text">
            <summary>
                <para type="description">The "text" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookChartTitleObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookChartTitleFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookChartTitle" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookComment" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookComment" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookComment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookComment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentObject.replies">
            <summary>
                <para type="description">The "replies" property, of type "microsoft.graph.workbookCommentReply".</para>
                <para type="description">This property is on the "microsoft.graph.workbookComment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentReplyObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookCommentReply" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookCommentReply" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentReplyObject.content">
            <summary>
                <para type="description">The "content" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookCommentReply" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookCommentReplyObject.contentType">
            <summary>
                <para type="description">The "contentType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookCommentReply" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFilterCriteria" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFilterCriteria" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.criterion1">
            <summary>
                <para type="description">The "criterion1" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.criterion2">
            <summary>
                <para type="description">The "criterion2" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.dynamicCriteria">
            <summary>
                <para type="description">The "dynamicCriteria" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.filterOn">
            <summary>
                <para type="description">The "filterOn" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.icon">
            <summary>
                <para type="description">The "icon" property, of type "microsoft.graph.workbookIcon".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.operator">
            <summary>
                <para type="description">The "operator" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterCriteriaObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterCriteria" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterDatetimeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFilterDatetime" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFilterDatetime" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterDatetimeObject.date">
            <summary>
                <para type="description">The "date" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterDatetime" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterDatetimeObject.specificity">
            <summary>
                <para type="description">The "specificity" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilterDatetime" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFilter" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFilter" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFilterObject.criteria">
            <summary>
                <para type="description">The "criteria" property, of type "microsoft.graph.workbookFilterCriteria".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFilter" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFormatProtectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFormatProtection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFormatProtection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFormatProtectionObject.formulaHidden">
            <summary>
                <para type="description">The "formulaHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFormatProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFormatProtectionObject.locked">
            <summary>
                <para type="description">The "locked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFormatProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFunctionResultObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFunctionResult" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFunctionResult" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFunctionResultObject.error">
            <summary>
                <para type="description">The "error" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFunctionResult" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFunctionResultObject.value">
            <summary>
                <para type="description">The "value" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookFunctionResult" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookFunctionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookFunctions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookFunctions" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookIconObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookIcon" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookIcon" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookIconObject.index">
            <summary>
                <para type="description">The "index" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookIcon" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookIconObject.set">
            <summary>
                <para type="description">The "set" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookIcon" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookNamedItem" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookNamedItem" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.comment">
            <summary>
                <para type="description">The "comment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.scope">
            <summary>
                <para type="description">The "scope" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.type">
            <summary>
                <para type="description">The "type" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.value">
            <summary>
                <para type="description">The "value" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.visible">
            <summary>
                <para type="description">The "visible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookNamedItemObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookNamedItem" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbook" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbook" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.application">
            <summary>
                <para type="description">The "application" property, of type "microsoft.graph.workbookApplication".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.names">
            <summary>
                <para type="description">The "names" property, of type "microsoft.graph.workbookNamedItem".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.tables">
            <summary>
                <para type="description">The "tables" property, of type "microsoft.graph.workbookTable".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.worksheets">
            <summary>
                <para type="description">The "worksheets" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.comments">
            <summary>
                <para type="description">The "comments" property, of type "microsoft.graph.workbookComment".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookObject.functions">
            <summary>
                <para type="description">The "functions" property, of type "microsoft.graph.workbookFunctions".</para>
                <para type="description">This property is on the "microsoft.graph.workbook" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookPivotTableObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookPivotTable" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookPivotTable" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookPivotTableObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookPivotTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookPivotTableObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookPivotTable" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeBorderObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeBorder" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeBorder" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeBorderObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeBorderObject.sideIndex">
            <summary>
                <para type="description">The "sideIndex" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeBorderObject.style">
            <summary>
                <para type="description">The "style" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeBorderObject.weight">
            <summary>
                <para type="description">The "weight" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeBorder" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFillObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeFill" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeFill" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFillObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFill" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeFont" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeFont" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.bold">
            <summary>
                <para type="description">The "bold" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.italic">
            <summary>
                <para type="description">The "italic" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFontObject.underline">
            <summary>
                <para type="description">The "underline" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFont" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeFormat" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeFormat" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.columnWidth">
            <summary>
                <para type="description">The "columnWidth" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.horizontalAlignment">
            <summary>
                <para type="description">The "horizontalAlignment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.rowHeight">
            <summary>
                <para type="description">The "rowHeight" property, of type "Edm.Double".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.verticalAlignment">
            <summary>
                <para type="description">The "verticalAlignment" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.wrapText">
            <summary>
                <para type="description">The "wrapText" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.borders">
            <summary>
                <para type="description">The "borders" property, of type "microsoft.graph.workbookRangeBorder".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.fill">
            <summary>
                <para type="description">The "fill" property, of type "microsoft.graph.workbookRangeFill".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.font">
            <summary>
                <para type="description">The "font" property, of type "microsoft.graph.workbookRangeFont".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeFormatObject.protection">
            <summary>
                <para type="description">The "protection" property, of type "microsoft.graph.workbookFormatProtection".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeFormat" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRange" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRange" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.addressLocal">
            <summary>
                <para type="description">The "addressLocal" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.cellCount">
            <summary>
                <para type="description">The "cellCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.columnCount">
            <summary>
                <para type="description">The "columnCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.columnHidden">
            <summary>
                <para type="description">The "columnHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.columnIndex">
            <summary>
                <para type="description">The "columnIndex" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.formulas">
            <summary>
                <para type="description">The "formulas" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.formulasLocal">
            <summary>
                <para type="description">The "formulasLocal" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.formulasR1C1">
            <summary>
                <para type="description">The "formulasR1C1" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.hidden">
            <summary>
                <para type="description">The "hidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.numberFormat">
            <summary>
                <para type="description">The "numberFormat" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.rowCount">
            <summary>
                <para type="description">The "rowCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.rowHidden">
            <summary>
                <para type="description">The "rowHidden" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.rowIndex">
            <summary>
                <para type="description">The "rowIndex" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.text">
            <summary>
                <para type="description">The "text" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.valueTypes">
            <summary>
                <para type="description">The "valueTypes" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.format">
            <summary>
                <para type="description">The "format" property, of type "microsoft.graph.workbookRangeFormat".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.sort">
            <summary>
                <para type="description">The "sort" property, of type "microsoft.graph.workbookRangeSort".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRange" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeReferenceObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeReference" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeReference" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeReferenceObject.address">
            <summary>
                <para type="description">The "address" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeReference" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeSortObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeSort" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeSort" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookRangeView" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookRangeView" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.cellAddresses">
            <summary>
                <para type="description">The "cellAddresses" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.columnCount">
            <summary>
                <para type="description">The "columnCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.formulas">
            <summary>
                <para type="description">The "formulas" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.formulasLocal">
            <summary>
                <para type="description">The "formulasLocal" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.formulasR1C1">
            <summary>
                <para type="description">The "formulasR1C1" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.index">
            <summary>
                <para type="description">The "index" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.numberFormat">
            <summary>
                <para type="description">The "numberFormat" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.rowCount">
            <summary>
                <para type="description">The "rowCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.text">
            <summary>
                <para type="description">The "text" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.valueTypes">
            <summary>
                <para type="description">The "valueTypes" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookRangeViewObject.rows">
            <summary>
                <para type="description">The "rows" property, of type "microsoft.graph.workbookRangeView".</para>
                <para type="description">This property is on the "microsoft.graph.workbookRangeView" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSessionInfoObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookSessionInfo" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookSessionInfo" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSessionInfoObject.persistChanges">
            <summary>
                <para type="description">The "persistChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSessionInfo" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookSortField" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookSortField" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.ascending">
            <summary>
                <para type="description">The "ascending" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.color">
            <summary>
                <para type="description">The "color" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.dataOption">
            <summary>
                <para type="description">The "dataOption" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.icon">
            <summary>
                <para type="description">The "icon" property, of type "microsoft.graph.workbookIcon".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.key">
            <summary>
                <para type="description">The "key" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookSortFieldObject.sortOn">
            <summary>
                <para type="description">The "sortOn" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookSortField" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableColumnObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookTableColumn" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookTableColumn" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableColumnObject.index">
            <summary>
                <para type="description">The "index" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableColumnObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableColumnObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableColumnObject.filter">
            <summary>
                <para type="description">The "filter" property, of type "microsoft.graph.workbookFilter".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableColumn" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookTable" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookTable" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.highlightFirstColumn">
            <summary>
                <para type="description">The "highlightFirstColumn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.highlightLastColumn">
            <summary>
                <para type="description">The "highlightLastColumn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.legacyId">
            <summary>
                <para type="description">The "legacyId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.showBandedColumns">
            <summary>
                <para type="description">The "showBandedColumns" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.showBandedRows">
            <summary>
                <para type="description">The "showBandedRows" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.showFilterButton">
            <summary>
                <para type="description">The "showFilterButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.showHeaders">
            <summary>
                <para type="description">The "showHeaders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.showTotals">
            <summary>
                <para type="description">The "showTotals" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.style">
            <summary>
                <para type="description">The "style" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.columns">
            <summary>
                <para type="description">The "columns" property, of type "microsoft.graph.workbookTableColumn".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.rows">
            <summary>
                <para type="description">The "rows" property, of type "microsoft.graph.workbookTableRow".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.sort">
            <summary>
                <para type="description">The "sort" property, of type "microsoft.graph.workbookTableSort".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableObject.worksheet">
            <summary>
                <para type="description">The "worksheet" property, of type "microsoft.graph.workbookWorksheet".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTable" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableRowObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookTableRow" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookTableRow" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableRowObject.index">
            <summary>
                <para type="description">The "index" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableRow" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableRowObject.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableRow" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableSortObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookTableSort" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookTableSort" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableSortObject.fields">
            <summary>
                <para type="description">The "fields" property, of type "microsoft.graph.workbookSortField".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableSortObject.matchCase">
            <summary>
                <para type="description">The "matchCase" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookTableSortObject.method">
            <summary>
                <para type="description">The "method" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookTableSort" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookWorksheet" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookWorksheet" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.position">
            <summary>
                <para type="description">The "position" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.charts">
            <summary>
                <para type="description">The "charts" property, of type "microsoft.graph.workbookChart".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.names">
            <summary>
                <para type="description">The "names" property, of type "microsoft.graph.workbookNamedItem".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.pivotTables">
            <summary>
                <para type="description">The "pivotTables" property, of type "microsoft.graph.workbookPivotTable".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.protection">
            <summary>
                <para type="description">The "protection" property, of type "microsoft.graph.workbookWorksheetProtection".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetObject.tables">
            <summary>
                <para type="description">The "tables" property, of type "microsoft.graph.workbookTable".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheet" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookWorksheetProtection" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookWorksheetProtection" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionObject.options">
            <summary>
                <para type="description">The "options" property, of type "microsoft.graph.workbookWorksheetProtectionOptions".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionObject.protected">
            <summary>
                <para type="description">The "protected" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workbookWorksheetProtectionOptions" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workbookWorksheetProtectionOptions" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowAutoFilter">
            <summary>
                <para type="description">The "allowAutoFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowDeleteColumns">
            <summary>
                <para type="description">The "allowDeleteColumns" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowDeleteRows">
            <summary>
                <para type="description">The "allowDeleteRows" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowFormatCells">
            <summary>
                <para type="description">The "allowFormatCells" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowFormatColumns">
            <summary>
                <para type="description">The "allowFormatColumns" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowFormatRows">
            <summary>
                <para type="description">The "allowFormatRows" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowInsertColumns">
            <summary>
                <para type="description">The "allowInsertColumns" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowInsertHyperlinks">
            <summary>
                <para type="description">The "allowInsertHyperlinks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowInsertRows">
            <summary>
                <para type="description">The "allowInsertRows" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowPivotTables">
            <summary>
                <para type="description">The "allowPivotTables" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkbookWorksheetProtectionOptionsObject.allowSort">
            <summary>
                <para type="description">The "allowSort" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.workbookWorksheetProtectionOptions" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkingHoursObject">
            <summary>
                <para type="synopsis">Creates a new object which represents a "microsoft.graph.workingHours" (or one of its derived types).</para>
                <para type="description">Creates a new object which represents a "microsoft.graph.workingHours" (or one of its derived types).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkingHoursObject.daysOfWeek">
            <summary>
                <para type="description">The "daysOfWeek" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.workingHours" type.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkingHoursObject.startTime">
            <summary>
                <para type="description">The "startTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.workingHours" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkingHoursObject.endTime">
            <summary>
                <para type="description">The "endTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.workingHours" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_WorkingHoursObject.timeZone">
            <summary>
                <para type="description">The "timeZone" property, of type "microsoft.graph.timeZoneBase".</para>
                <para type="description">This property is on the "microsoft.graph.workingHours" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement">
            <summary>
                <para type="synopsis">Retrieves the "deviceAppManagement" object.</para>
                <para type="description">Retrieves the "deviceAppManagement" object (which is of type "microsoft.graph.deviceAppManagement").</para>
                <para type="description">Graph call: GET ~/deviceAppManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.microsoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time the apps from the Microsoft Store for Business were synced successfully for the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.isEnabledForMicrosoftStoreForBusiness">
            <summary>
                <para type="description">The "isEnabledForMicrosoftStoreForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Whether the account is enabled for syncing applications from the Microsoft Store for Business.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.microsoftStoreForBusinessLanguage">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.microsoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastCompletedApplicationSyncTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time an application sync from the Microsoft Store for Business was completed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.mobileApps">
            <summary>
                <para type="description">The "mobileApps" property, of type "microsoft.graph.mobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.mobileAppCategories">
            <summary>
                <para type="description">The "mobileAppCategories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile app categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.mobileAppConfigurations">
            <summary>
                <para type="description">The "mobileAppConfigurations" property, of type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.vppTokens">
            <summary>
                <para type="description">The "vppTokens" property, of type "microsoft.graph.vppToken".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.managedAppPolicies">
            <summary>
                <para type="description">The "managedAppPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.iosManagedAppProtections">
            <summary>
                <para type="description">The "iosManagedAppProtections" property, of type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">iOS managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.androidManagedAppProtections">
            <summary>
                <para type="description">The "androidManagedAppProtections" property, of type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Android managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.defaultManagedAppProtections">
            <summary>
                <para type="description">The "defaultManagedAppProtections" property, of type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Default managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.targetedManagedAppConfigurations">
            <summary>
                <para type="description">The "targetedManagedAppConfigurations" property, of type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Targeted managed app configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.mdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "mdmWindowsInformationProtectionPolicies" property, of type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.windowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "windowsInformationProtectionPolicies" property, of type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.managedAppRegistrations">
            <summary>
                <para type="description">The "managedAppRegistrations" property, of type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app registrations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.managedAppStatuses">
            <summary>
                <para type="description">The "managedAppStatuses" property, of type "microsoft.graph.managedAppStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app statuses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement.managedEBooks">
            <summary>
                <para type="description">The "managedEBooks" property, of type "microsoft.graph.managedEBook".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceAppManagement" object.</para>
                <para type="description">Creates the "deviceAppManagement" object (which is of type "microsoft.graph.deviceAppManagement").</para>
                <para type="description">Graph call: POST ~/deviceAppManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.microsoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time the apps from the Microsoft Store for Business were synced successfully for the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.isEnabledForMicrosoftStoreForBusiness">
            <summary>
                <para type="description">The "isEnabledForMicrosoftStoreForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Whether the account is enabled for syncing applications from the Microsoft Store for Business.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.microsoftStoreForBusinessLanguage">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.microsoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastCompletedApplicationSyncTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time an application sync from the Microsoft Store for Business was completed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.mobileApps">
            <summary>
                <para type="description">The "mobileApps" property, of type "microsoft.graph.mobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.mobileAppCategories">
            <summary>
                <para type="description">The "mobileAppCategories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile app categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.mobileAppConfigurations">
            <summary>
                <para type="description">The "mobileAppConfigurations" property, of type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.vppTokens">
            <summary>
                <para type="description">The "vppTokens" property, of type "microsoft.graph.vppToken".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.managedAppPolicies">
            <summary>
                <para type="description">The "managedAppPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.iosManagedAppProtections">
            <summary>
                <para type="description">The "iosManagedAppProtections" property, of type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">iOS managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.androidManagedAppProtections">
            <summary>
                <para type="description">The "androidManagedAppProtections" property, of type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Android managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.defaultManagedAppProtections">
            <summary>
                <para type="description">The "defaultManagedAppProtections" property, of type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Default managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.targetedManagedAppConfigurations">
            <summary>
                <para type="description">The "targetedManagedAppConfigurations" property, of type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Targeted managed app configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.mdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "mdmWindowsInformationProtectionPolicies" property, of type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.windowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "windowsInformationProtectionPolicies" property, of type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.managedAppRegistrations">
            <summary>
                <para type="description">The "managedAppRegistrations" property, of type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app registrations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.managedAppStatuses">
            <summary>
                <para type="description">The "managedAppStatuses" property, of type "microsoft.graph.managedAppStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app statuses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement.managedEBooks">
            <summary>
                <para type="description">The "managedEBooks" property, of type "microsoft.graph.managedEBook".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceAppManagement".</para>
                <para type="description">Updates the "deviceAppManagement" object (which is of type "microsoft.graph.deviceAppManagement").</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.microsoftStoreForBusinessLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time the apps from the Microsoft Store for Business were synced successfully for the account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.isEnabledForMicrosoftStoreForBusiness">
            <summary>
                <para type="description">The "isEnabledForMicrosoftStoreForBusiness" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Whether the account is enabled for syncing applications from the Microsoft Store for Business.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.microsoftStoreForBusinessLanguage">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is &lt;languagecode2&gt;-&lt;country/regioncode2&gt;, where &lt;languagecode2&gt; is a lowercase two-letter code derived from ISO 639-1 and &lt;country/regioncode2&gt; is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.microsoftStoreForBusinessLastCompletedApplicationSyncTime">
            <summary>
                <para type="description">The "microsoftStoreForBusinessLastCompletedApplicationSyncTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The last time an application sync from the Microsoft Store for Business was completed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.mobileApps">
            <summary>
                <para type="description">The "mobileApps" property, of type "microsoft.graph.mobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.mobileAppCategories">
            <summary>
                <para type="description">The "mobileAppCategories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The mobile app categories.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.mobileAppConfigurations">
            <summary>
                <para type="description">The "mobileAppConfigurations" property, of type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.vppTokens">
            <summary>
                <para type="description">The "vppTokens" property, of type "microsoft.graph.vppToken".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.managedAppPolicies">
            <summary>
                <para type="description">The "managedAppPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.iosManagedAppProtections">
            <summary>
                <para type="description">The "iosManagedAppProtections" property, of type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">iOS managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.androidManagedAppProtections">
            <summary>
                <para type="description">The "androidManagedAppProtections" property, of type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Android managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.defaultManagedAppProtections">
            <summary>
                <para type="description">The "defaultManagedAppProtections" property, of type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Default managed app policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.targetedManagedAppConfigurations">
            <summary>
                <para type="description">The "targetedManagedAppConfigurations" property, of type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Targeted managed app configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.mdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "mdmWindowsInformationProtectionPolicies" property, of type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.windowsInformationProtectionPolicies">
            <summary>
                <para type="description">The "windowsInformationProtectionPolicies" property, of type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.managedAppRegistrations">
            <summary>
                <para type="description">The "managedAppRegistrations" property, of type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app registrations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.managedAppStatuses">
            <summary>
                <para type="description">The "managedAppStatuses" property, of type "microsoft.graph.managedAppStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The managed app statuses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement.managedEBooks">
            <summary>
                <para type="description">The "managedEBooks" property, of type "microsoft.graph.managedEBook".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAppManagement" type.</para>
                <para type="description">The Managed eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceAppManagement" object.</para>
                <para type="description">Removes the "deviceAppManagement" object (which is of type "microsoft.graph.deviceAppManagement").</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_SyncMicrosoftStoreForBusinessApps">
            <summary>
                <para type="description">The action "microsoft.graph.syncMicrosoftStoreForBusinessApps", which exists on the type "microsoft.graph.deviceAppManagement".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/syncMicrosoftStoreForBusinessApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.androidManagedAppProtection" objects.</para>
                <para type="description">Retrieves "microsoft.graph.androidManagedAppProtection" objects in the "androidManagedAppProtections" collection.</para>
                <para type="description">Android managed app policies.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/androidManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether a managed user can take screen captures of managed apps</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether application data for managed apps should be encrypted</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.androidManagedAppProtection" object.</para>
                <para type="description">Adds a "microsoft.graph.androidManagedAppProtection" object to the "androidManagedAppProtections" collection.</para>
                <para type="description">Android managed app policies.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/androidManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether a managed user can take screen captures of managed apps</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether application data for managed apps should be encrypted</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">Updates a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
                <para type="description">Android managed app policies.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/androidManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether a managed user can take screen captures of managed apps</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether application data for managed apps should be encrypted</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.androidManagedAppProtection" object.</para>
                <para type="description">Removes a "microsoft.graph.androidManagedAppProtection" object from the "androidManagedAppProtections" collection.</para>
                <para type="description">Android managed app policies.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/androidManagedAppProtections/androidManagedAppProtectionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/androidManagedAppProtections/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_Assign.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.androidManagedAppProtection".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/androidManagedAppProtections/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_AndroidManagedAppProtections_TargetApps.androidManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Apps.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Apps.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Apps.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Apps.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/{androidManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.androidManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.androidManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/{androidManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.androidManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.androidManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/{androidManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.androidManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.androidManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/{androidManagedAppProtectionODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_Assignments.androidManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.androidManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.androidManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_AndroidManagedAppProtections_DeploymentSummary.androidManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.androidManagedAppProtection" object in the "androidManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.defaultManagedAppProtection" objects.</para>
                <para type="description">Retrieves "microsoft.graph.defaultManagedAppProtection" objects in the "defaultManagedAppProtections" collection.</para>
                <para type="description">Default managed app policies.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/defaultManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.defaultManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to the affected users, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.defaultManagedAppProtection" object.</para>
                <para type="description">Adds a "microsoft.graph.defaultManagedAppProtection" object to the "defaultManagedAppProtections" collection.</para>
                <para type="description">Default managed app policies.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/defaultManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.defaultManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to the affected users, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">Updates a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
                <para type="description">Default managed app policies.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/defaultManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.defaultManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to the affected users, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.defaultManagedAppProtection" object.</para>
                <para type="description">Removes a "microsoft.graph.defaultManagedAppProtection" object from the "defaultManagedAppProtections" collection.</para>
                <para type="description">Default managed app policies.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/defaultManagedAppProtections/defaultManagedAppProtectionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections.defaultManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_DefaultManagedAppProtections_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.defaultManagedAppProtection".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/defaultManagedAppProtections/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_DefaultManagedAppProtections_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_DefaultManagedAppProtections_TargetApps.defaultManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_Apps.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_Apps.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_Apps.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections_Apps.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_DefaultManagedAppProtections_DeploymentSummary.defaultManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.defaultManagedAppProtection" object in the "defaultManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.iosManagedAppProtection" objects.</para>
                <para type="description">Retrieves "microsoft.graph.iosManagedAppProtection" objects in the "iosManagedAppProtections" collection.</para>
                <para type="description">iOS managed app policies.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/iosManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.iosManagedAppProtection" object.</para>
                <para type="description">Adds a "microsoft.graph.iosManagedAppProtection" object to the "iosManagedAppProtections" collection.</para>
                <para type="description">iOS managed app policies.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/iosManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app.</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">Updates a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
                <para type="description">iOS managed app policies.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/iosManagedAppProtections</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app.</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosManagedAppProtection" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.iosManagedAppProtection" object.</para>
                <para type="description">Removes a "microsoft.graph.iosManagedAppProtection" object from the "iosManagedAppProtections" collection.</para>
                <para type="description">iOS managed app policies.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/iosManagedAppProtections/iosManagedAppProtectionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/iosManagedAppProtections/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_Assign.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.iosManagedAppProtection".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/iosManagedAppProtections/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_IosManagedAppProtections_TargetApps.iosManagedAppProtectionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Apps.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Apps.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Apps.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Apps.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/{iosManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.iosManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/{iosManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.iosManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/{iosManagedAppProtectionODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.iosManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/{iosManagedAppProtectionODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_Assignments.iosManagedAppProtectionODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.iosManagedAppProtection" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtectionId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_IosManagedAppProtections_DeploymentSummary.iosManagedAppProtectionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.iosManagedAppProtection" object in the "iosManagedAppProtections" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppPolicy" objects in the "managedAppPolicies" collection.</para>
                <para type="description">Managed app policies.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppPolicy" object to the "managedAppPolicies" collection.</para>
                <para type="description">Managed app policies.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicy".</para>
                <para type="description">Updates a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
                <para type="description">Managed app policies.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppPolicy" object from the "managedAppPolicies" collection.</para>
                <para type="description">Managed app policies.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/managedAppPolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppPolicies_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/managedAppPolicies/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppPolicies_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppPolicies_TargetApps.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Apps.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_Assignments.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_DeploymentSummary.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/exemptAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ExemptAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppPolicies/{managedAppPolicyId}/{managedAppPolicyODataType}/protectedAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "managedAppPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppPolicies_ProtectedAppLockerFiles.managedAppPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppRegistration" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppRegistration" objects in the "managedAppRegistrations" collection.</para>
                <para type="description">The managed app registrations.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.managedAppRegistrationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of creation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of last the app synced with management service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.applicationVersion">
            <summary>
                <para type="description">The "applicationVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.managementSdkVersion">
            <summary>
                <para type="description">The "managementSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.platformVersion">
            <summary>
                <para type="description">The "platformVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Operating System version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.deviceType">
            <summary>
                <para type="description">The "deviceType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.deviceTag">
            <summary>
                <para type="description">The "deviceTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.flaggedReasons">
            <summary>
                <para type="description">The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more reasons an app registration is flagged. E.g. app running on rooted device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The user Id to who this app registration belongs.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.appIdentifier">
            <summary>
                <para type="description">The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The app package Identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.appliedPolicies">
            <summary>
                <para type="description">The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.intendedPolicies">
            <summary>
                <para type="description">The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.managedAppOperation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppRegistration" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppRegistration" object to the "managedAppRegistrations" collection.</para>
                <para type="description">The managed app registrations.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.managedAppRegistrationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of creation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of last the app synced with management service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.applicationVersion">
            <summary>
                <para type="description">The "applicationVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.managementSdkVersion">
            <summary>
                <para type="description">The "managementSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.platformVersion">
            <summary>
                <para type="description">The "platformVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Operating System version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.deviceType">
            <summary>
                <para type="description">The "deviceType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.deviceTag">
            <summary>
                <para type="description">The "deviceTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.flaggedReasons">
            <summary>
                <para type="description">The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more reasons an app registration is flagged. E.g. app running on rooted device</para>
                <para type="description">
                     Valid values: 'none', 'rootedDevice'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The user Id to who this app registration belongs.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.appIdentifier">
            <summary>
                <para type="description">The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The app package Identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.appliedPolicies">
            <summary>
                <para type="description">The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.intendedPolicies">
            <summary>
                <para type="description">The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.managedAppOperation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.androidManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations.iosManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppRegistration".</para>
                <para type="description">Updates a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
                <para type="description">The managed app registrations.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.managedAppRegistrationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of creation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Date and time of last the app synced with management service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.applicationVersion">
            <summary>
                <para type="description">The "applicationVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.managementSdkVersion">
            <summary>
                <para type="description">The "managementSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.platformVersion">
            <summary>
                <para type="description">The "platformVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Operating System version</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.deviceType">
            <summary>
                <para type="description">The "deviceType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.deviceTag">
            <summary>
                <para type="description">The "deviceTag" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Host device name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.flaggedReasons">
            <summary>
                <para type="description">The "flaggedReasons" property, of type "microsoft.graph.managedAppFlaggedReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more reasons an app registration is flagged. E.g. app running on rooted device</para>
                <para type="description">
                     Valid values: 'none', 'rootedDevice'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The user Id to who this app registration belongs.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.appIdentifier">
            <summary>
                <para type="description">The "appIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">The app package Identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.appliedPolicies">
            <summary>
                <para type="description">The "appliedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.intendedPolicies">
            <summary>
                <para type="description">The "intendedPolicies" property, of type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.operations">
            <summary>
                <para type="description">The "operations" property, of type "microsoft.graph.managedAppOperation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppRegistration" type.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.androidManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations.iosManagedAppRegistration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppRegistration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppRegistration" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppRegistration" object from the "managedAppRegistrations" collection.</para>
                <para type="description">The managed app registrations.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/managedAppRegistrationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations.managedAppRegistrationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_GetUserIdsWithFlaggedAppRegistration">
            <summary>
                <para type="description">The function "microsoft.graph.getUserIdsWithFlaggedAppRegistration", which exists on the type "microsoft.graph.managedAppRegistration".</para>
                <para type="description">This function returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: GET ~/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_GetUserIdsWithFlaggedAppRegistration.managedAppRegistrationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppPolicy" objects in the "appliedPolicies" collection.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppPolicy" object to the "appliedPolicies" collection.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicy".</para>
                <para type="description">Updates a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppPolicy" object from the "appliedPolicies" collection.</para>
                <para type="description">Zero or more policys already applied on the registered app when it last synchronized with managment service.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/managedAppPolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_TargetApps.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_TargetApps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Apps.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_Assignments.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_DeploymentSummary.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/exemptAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ExemptAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/appliedPolicies/{managedAppPolicyId}/{appliedPolicyODataType}/protectedAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "appliedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_AppliedPolicies_ProtectedAppLockerFiles.appliedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppPolicy" objects in the "intendedPolicies" collection.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppPolicy" object to the "intendedPolicies" collection.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicy".</para>
                <para type="description">Updates a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtection" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.windowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.mdmWindowsInformationProtectionPolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.targetedManagedAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOfflineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is not connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOnlineBeforeAccessCheck">
            <summary>
                <para type="description">The "periodOnlineBeforeAccessCheck" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The period after which access is checked when the device is connected to the internet.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedInboundDataTransferSources">
            <summary>
                <para type="description">The "allowedInboundDataTransferSources" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Sources from which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundDataTransferDestinations">
            <summary>
                <para type="description">The "allowedOutboundDataTransferDestinations" property, of type "microsoft.graph.managedAppDataTransferLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Destinations to which data is allowed to be transferred.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedApps', 'none'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.organizationalCredentialsRequired">
            <summary>
                <para type="description">The "organizationalCredentialsRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether organizational credentials are required for app use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedOutboundClipboardSharingLevel">
            <summary>
                <para type="description">The "allowedOutboundClipboardSharingLevel" property, of type "microsoft.graph.managedAppClipboardSharingLevel".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The level to which the clipboard may be shared between apps on the managed device.</para>
                <para type="description">
                     Valid values: 'allApps', 'managedAppsWithPasteIn', 'managedApps', 'blocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.dataBackupBlocked">
            <summary>
                <para type="description">The "dataBackupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether the backup of a managed app's data is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.deviceComplianceRequired">
            <summary>
                <para type="description">The "deviceComplianceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether device compliance is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedBrowserToOpenLinksRequired">
            <summary>
                <para type="description">The "managedBrowserToOpenLinksRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether internet links should be opened in the managed browser app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.saveAsBlocked">
            <summary>
                <para type="description">The "saveAsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether users may use the "Save As" menu item to save a copy of protected files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodOfflineBeforeWipeIsEnforced">
            <summary>
                <para type="description">The "periodOfflineBeforeWipeIsEnforced" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinRequired">
            <summary>
                <para type="description">The "pinRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether an app-level pin is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.maximumPinRetries">
            <summary>
                <para type="description">The "maximumPinRetries" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.simplePinBlocked">
            <summary>
                <para type="description">The "simplePinBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether simplePin is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumPinLength">
            <summary>
                <para type="description">The "minimumPinLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Minimum pin length required for an app-level pin if PinRequired is set to True</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.pinCharacterSet">
            <summary>
                <para type="description">The "pinCharacterSet" property, of type "microsoft.graph.managedAppPinCharacterSet".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Character set which may be used for an app-level pin if PinRequired is set to True.</para>
                <para type="description">
                     Valid values: 'numeric', 'alphanumericAndSymbol'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.periodBeforePinReset">
            <summary>
                <para type="description">The "periodBeforePinReset" property, of type "Edm.Duration".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">TimePeriod before the all-level pin must be reset if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.allowedDataStorageLocations">
            <summary>
                <para type="description">The "allowedDataStorageLocations" property, of type "microsoft.graph.managedAppDataStorageLocation".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Data storage locations where a user may store managed data.</para>
                <para type="description">
                     Valid values: 'oneDriveForBusiness', 'sharePoint', 'localStorage'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.contactSyncBlocked">
            <summary>
                <para type="description">The "contactSyncBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether contacts can be synced to the user's device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.printBlocked">
            <summary>
                <para type="description">The "printBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether printing is allowed from managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.fingerprintBlocked">
            <summary>
                <para type="description">The "fingerprintBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppPinIfDevicePinIsSet">
            <summary>
                <para type="description">The "disableAppPinIfDevicePinIsSet" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Indicates whether use of the app pin is required if the device pin is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredOsVersion">
            <summary>
                <para type="description">The "minimumRequiredOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningOsVersion">
            <summary>
                <para type="description">The "minimumWarningOsVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredAppVersion">
            <summary>
                <para type="description">The "minimumRequiredAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningAppVersion">
            <summary>
                <para type="description">The "minimumWarningAppVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will result in warning message on the managed app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.defaultManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.defaultManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.appDataEncryptionType">
            <summary>
                <para type="description">The "appDataEncryptionType" property, of type "microsoft.graph.managedAppDataEncryptionType".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Type of encryption which should be used for data in a managed app. (iOS Only)</para>
                <para type="description">
                     Valid values: 'useDeviceSettings', 'afterDeviceRestart', 'whenDeviceLockedExceptOpenFiles', 'whenDeviceLocked'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether screen capture is blocked. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.encryptAppData">
            <summary>
                <para type="description">The "encryptAppData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether managed-app data should be encrypted. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.disableAppEncryptionIfDeviceEncryptionIsEnabled">
            <summary>
                <para type="description">The "disableAppEncryptionIfDeviceEncryptionIsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredSdkVersion">
            <summary>
                <para type="description">The "minimumRequiredSdkVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Versions less than the specified version will block the managed app from accessing company data. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumRequiredPatchVersion">
            <summary>
                <para type="description">The "minimumRequiredPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.minimumWarningPatchVersion">
            <summary>
                <para type="description">The "minimumWarningPatchVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.faceIdBlocked">
            <summary>
                <para type="description">The "faceIdBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.defaultManagedAppProtection" type.</para>
                <para type="description">Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.androidManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.iosManagedAppProtection">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosManagedAppProtection" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppPolicy" object from the "intendedPolicies" collection.</para>
                <para type="description">Zero or more policies admin intended for the app as of now.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/managedAppPolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.managedAppPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_TargetApps.managedAppPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_TargetApps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Apps.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_Assignments.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_DeploymentSummary.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/exemptAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ExemptAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/intendedPolicies/{managedAppPolicyId}/{intendedPolicyODataType}/protectedAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.managedAppPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppPolicy" object in the "intendedPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_IntendedPolicies_ProtectedAppLockerFiles.intendedPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.managedAppPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.managedAppPolicy', 'microsoft.graph.windowsInformationProtection', 'microsoft.graph.windowsInformationProtectionPolicy', 'microsoft.graph.mdmWindowsInformationProtectionPolicy', 'microsoft.graph.managedAppConfiguration', 'microsoft.graph.targetedManagedAppConfiguration', 'microsoft.graph.managedAppProtection', 'microsoft.graph.defaultManagedAppProtection', 'microsoft.graph.targetedManagedAppProtection', 'microsoft.graph.androidManagedAppProtection', 'microsoft.graph.iosManagedAppProtection'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppOperation" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppOperation" objects in the "operations" collection.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/operations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppOperation" object in the "operations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The operation name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The last time the app operation was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The current state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppRegistrations_Operations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppOperation" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppOperation" object to the "operations" collection.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/operations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppOperation" object in the "operations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The operation name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The last time the app operation was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The current state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppRegistrations_Operations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppOperation".</para>
                <para type="description">Updates a "microsoft.graph.managedAppOperation" object in the "operations" collection.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/operations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppOperation" object in the "operations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The operation name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The last time the app operation was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">The current state of the operation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppRegistrations_Operations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppOperation" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_Operations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppOperation" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppOperation" object from the "operations" collection.</para>
                <para type="description">Zero or more long running operations triggered on the app registration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppRegistrations/{managedAppRegistrationId}/operations/managedAppOperationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppOperation" object in the "operations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppRegistrations_Operations.managedAppRegistrationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedAppRegistration" object in the "managedAppRegistrations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedAppStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedAppStatus" objects in the "managedAppStatuses" collection.</para>
                <para type="description">The managed app statuses.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedAppStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppStatuses.managedAppStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppStatus" object in the "managedAppStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppStatuses.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Friendly name of the status report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppStatuses.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedAppStatuses.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatusRaw" type.</para>
                <para type="description">Status report content.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.managedAppStatus" object to the "managedAppStatuses" collection.</para>
                <para type="description">The managed app statuses.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedAppStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses.managedAppStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppStatus" object in the "managedAppStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Friendly name of the status report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses.managedAppStatusRaw">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppStatusRaw" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedAppStatuses.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatusRaw" type.</para>
                <para type="description">Status report content.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppStatus".</para>
                <para type="description">Updates a "microsoft.graph.managedAppStatus" object in the "managedAppStatuses" collection.</para>
                <para type="description">The managed app statuses.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedAppStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses.managedAppStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppStatus" object in the "managedAppStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Friendly name of the status report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatus" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses.managedAppStatusRaw">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAppStatusRaw" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedAppStatuses.content">
            <summary>
                <para type="description">The "content" property, of type "microsoft.graph.Json".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppStatusRaw" type.</para>
                <para type="description">Status report content.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.managedAppStatus" object from the "managedAppStatuses" collection.</para>
                <para type="description">The managed app statuses.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedAppStatuses/managedAppStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedAppStatuses.managedAppStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedAppStatus" object in the "managedAppStatuses" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedEBook" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedEBook" objects in the "managedEBooks" collection.</para>
                <para type="description">The Managed eBook.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.managedEBookId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Name of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Publisher.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.publishedDateTime">
            <summary>
                <para type="description">The "publishedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.largeCover">
            <summary>
                <para type="description">The "largeCover" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Book cover.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedEBookAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of assignments for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.installSummary">
            <summary>
                <para type="description">The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Mobile App Install Summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.userStateSummary">
            <summary>
                <para type="description">The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.vppTokenId">
            <summary>
                <para type="description">The "vppTokenId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Apple ID associated with Vpp token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.vppOrganizationName">
            <summary>
                <para type="description">The "vppOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token's organization name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.genres">
            <summary>
                <para type="description">The "genres" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Genres.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Language.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.seller">
            <summary>
                <para type="description">The "seller" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Seller.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Total license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Used license count.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedEBook" object.</para>
                <para type="description">Adds a "microsoft.graph.managedEBook" object to the "managedEBooks" collection.</para>
                <para type="description">The Managed eBook.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.managedEBookId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Name of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Publisher.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.publishedDateTime">
            <summary>
                <para type="description">The "publishedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.largeCover">
            <summary>
                <para type="description">The "largeCover" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Book cover.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedEBookAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of assignments for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.installSummary">
            <summary>
                <para type="description">The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Mobile App Install Summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.userStateSummary">
            <summary>
                <para type="description">The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.iosVppEBook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.vppTokenId">
            <summary>
                <para type="description">The "vppTokenId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Apple ID associated with Vpp token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.vppOrganizationName">
            <summary>
                <para type="description">The "vppOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token's organization name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.genres">
            <summary>
                <para type="description">The "genres" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Genres.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Language.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.seller">
            <summary>
                <para type="description">The "seller" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Seller.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Total license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Used license count.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedEBook".</para>
                <para type="description">Updates a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
                <para type="description">The Managed eBook.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.managedEBookId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Name of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Publisher.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.publishedDateTime">
            <summary>
                <para type="description">The "publishedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.largeCover">
            <summary>
                <para type="description">The "largeCover" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Book cover.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The date and time when the eBook was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedEBookAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of assignments for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.installSummary">
            <summary>
                <para type="description">The "installSummary" property, of type "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">Mobile App Install Summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.userStateSummary">
            <summary>
                <para type="description">The "userStateSummary" property, of type "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBook" type.</para>
                <para type="description">The list of installation states for this eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.iosVppEBook">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBook" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.vppTokenId">
            <summary>
                <para type="description">The "vppTokenId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Apple ID associated with Vpp token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.vppOrganizationName">
            <summary>
                <para type="description">The "vppOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">The Vpp token's organization name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.genres">
            <summary>
                <para type="description">The "genres" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Genres.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.language">
            <summary>
                <para type="description">The "language" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Language.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.seller">
            <summary>
                <para type="description">The "seller" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Seller.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Total license count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppEBook" type.</para>
                <para type="description">Used license count.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedEBook" object.</para>
                <para type="description">Removes a "microsoft.graph.managedEBook" object from the "managedEBooks" collection.</para>
                <para type="description">The Managed eBook.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/managedEBookId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks.managedEBookId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedEBooks_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.managedEBook".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/managedEBooks/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedEBooks_Assign.managedEBookAssignments">
            <summary>
                <para type="description">The "managedEBookAssignments" action parameter of type "microsoft.graph.managedEBookAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_ManagedEBooks_Assign.managedEBookId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedEBookAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedEBookAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of assignments for this eBook.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks/{managedEBookId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBookAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The assignment target for eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_Assignments.installIntent">
            <summary>
                <para type="description">The "installIntent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The install intent for eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedEBookAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.managedEBookAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of assignments for this eBook.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBookAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The assignment target for eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.installIntent">
            <summary>
                <para type="description">The "installIntent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The install intent for eBook.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_Assignments.iosVppEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedEBookAssignment".</para>
                <para type="description">Updates a "microsoft.graph.managedEBookAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of assignments for this eBook.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBookAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The assignment target for eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.installIntent">
            <summary>
                <para type="description">The "installIntent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.managedEBookAssignment" type.</para>
                <para type="description">The install intent for eBook.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_Assignments.iosVppEBookAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppEBookAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedEBookAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.managedEBookAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of assignments for this eBook.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/{managedEBookId}/assignments/managedEBookAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedEBookAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_Assignments.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceInstallState" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceInstallState" objects in the "deviceStates" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks/{managedEBookId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceInstallState" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceInstallState" object to the "deviceStates" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceInstallState".</para>
                <para type="description">Updates a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_DeviceStates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceInstallState" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceInstallState" object from the "deviceStates" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/{managedEBookId}/deviceStates/deviceInstallStateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary">
            <summary>
                <para type="synopsis">Retrieves the "installSummary" object.</para>
                <para type="description">Retrieves the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").</para>
                <para type="description">Mobile App Install Summary.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have successfully installed this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that does not have this book installed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.installedUserCount">
            <summary>
                <para type="description">The "installedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users whose devices have all succeeded to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.failedUserCount">
            <summary>
                <para type="description">The "failedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that have 1 or more device that failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledUserCount">
            <summary>
                <para type="description">The "notInstalledUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that did not install this book.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.eBookInstallSummary" object.</para>
                <para type="description">Creates the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").</para>
                <para type="description">Mobile App Install Summary.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have successfully installed this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that does not have this book installed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.installedUserCount">
            <summary>
                <para type="description">The "installedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users whose devices have all succeeded to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.failedUserCount">
            <summary>
                <para type="description">The "failedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that have 1 or more device that failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledUserCount">
            <summary>
                <para type="description">The "notInstalledUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that did not install this book.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.eBookInstallSummary".</para>
                <para type="description">Updates the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").</para>
                <para type="description">Mobile App Install Summary.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have successfully installed this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that have failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Devices that does not have this book installed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.installedUserCount">
            <summary>
                <para type="description">The "installedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users whose devices have all succeeded to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.failedUserCount">
            <summary>
                <para type="description">The "failedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that have 1 or more device that failed to install this book.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_InstallSummary.notInstalledUserCount">
            <summary>
                <para type="description">The "notInstalledUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.eBookInstallSummary" type.</para>
                <para type="description">Number of Users that did not install this book.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_InstallSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.eBookInstallSummary" object.</para>
                <para type="description">Removes the "installSummary" object (which is of type "microsoft.graph.eBookInstallSummary").</para>
                <para type="description">Mobile App Install Summary.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/{managedEBookId}/installSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_InstallSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.userInstallStateSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.userInstallStateSummary" objects in the "userStateSummary" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.userInstallStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">User name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Installed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Failed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Not installed device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.userInstallStateSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.userInstallStateSummary" object to the "userStateSummary" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.userInstallStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">User name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Installed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Failed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Not installed device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.userInstallStateSummary".</para>
                <para type="description">Updates a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.userInstallStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">User name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.installedDeviceCount">
            <summary>
                <para type="description">The "installedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Installed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.failedDeviceCount">
            <summary>
                <para type="description">The "failedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Failed Device Count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.notInstalledDeviceCount">
            <summary>
                <para type="description">The "notInstalledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">Not installed device count.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary.deviceStates">
            <summary>
                <para type="description">The "deviceStates" property, of type "microsoft.graph.deviceInstallState".</para>
                <para type="description">This property is on the "microsoft.graph.userInstallStateSummary" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.userInstallStateSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.userInstallStateSummary" object from the "userStateSummary" collection.</para>
                <para type="description">The list of installation states for this eBook.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary/userInstallStateSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary.userInstallStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceInstallState" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceInstallState" objects in the "deviceStates" collection.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary/{userInstallStateSummaryId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userInstallStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceInstallState" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceInstallState" object to the "deviceStates" collection.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary/{userInstallStateSummaryId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userInstallStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceInstallState".</para>
                <para type="description">Updates a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary/{userInstallStateSummaryId}/deviceStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userInstallStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Last sync date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.installState">
            <summary>
                <para type="description">The "installState" property, of type "microsoft.graph.installState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">
                     Valid values: 'notApplicable', 'installed', 'failed', 'notInstalled', 'uninstallFailed', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.errorCode">
            <summary>
                <para type="description">The "errorCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">The error code for install failures.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.osDescription">
            <summary>
                <para type="description">The "osDescription" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">OS Description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceInstallState" type.</para>
                <para type="description">Device User Name.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceInstallState" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceInstallState" object from the "deviceStates" collection.</para>
                <para type="description">The install state of the eBook.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/managedEBooks/{managedEBookId}/userStateSummary/{userInstallStateSummaryId}/deviceStates/deviceInstallStateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.deviceInstallStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceInstallState" object in the "deviceStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.managedEBookId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedEBook" object in the "managedEBooks" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_ManagedEBooks_UserStateSummary_DeviceStates.userInstallStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.userInstallStateSummary" object in the "userStateSummary" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects in the "mdmWindowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object to the "mdmWindowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">Updates a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mdmWindowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object from the "mdmWindowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are MDM enrolled.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/mdmWindowsInformationProtectionPolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assign.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.mdmWindowsInformationProtectionPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_TargetApps.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_Assignments.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/exemptAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ExemptAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicyId}/{mdmWindowsInformationProtectionPolicyODataType}/protectedAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mdmWindowsInformationProtectionPolicy" object in the "mdmWindowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MdmWindowsInformationProtectionPolicies_ProtectedAppLockerFiles.mdmWindowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mdmWindowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mdmWindowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppCategories">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppCategory" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppCategory" objects in the "mobileAppCategories" collection.</para>
                <para type="description">The mobile app categories.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppCategories.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "mobileAppCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppCategories.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppCategories">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileAppCategory" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileAppCategory" object to the "mobileAppCategories" collection.</para>
                <para type="description">The mobile app categories.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppCategories.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "mobileAppCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppCategories.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppCategories">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileAppCategory".</para>
                <para type="description">Updates a "microsoft.graph.mobileAppCategory" object in the "mobileAppCategories" collection.</para>
                <para type="description">The mobile app categories.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppCategories.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "mobileAppCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppCategories.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppCategories">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileAppCategory" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileAppCategory" object from the "mobileAppCategories" collection.</para>
                <para type="description">The mobile app categories.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppCategories/mobileAppCategoryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppCategories.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "mobileAppCategories" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDeviceMobileAppConfiguration" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDeviceMobileAppConfiguration" objects in the "mobileAppConfigurations" collection.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.targetedMobileApps">
            <summary>
                <para type="description">The "targetedMobileApps" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">the associated app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.deviceStatusSummary">
            <summary>
                <para type="description">The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.userStatusSummary">
            <summary>
                <para type="description">The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.encodedSettingXml">
            <summary>
                <para type="description">The "encodedSettingXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">mdm app configuration Base64 binary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.appConfigurationSettingItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">app configuration setting items.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfiguration" object.</para>
                <para type="description">Adds a "microsoft.graph.managedDeviceMobileAppConfiguration" object to the "mobileAppConfigurations" collection.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.targetedMobileApps">
            <summary>
                <para type="description">The "targetedMobileApps" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">the associated app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.deviceStatusSummary">
            <summary>
                <para type="description">The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.userStatusSummary">
            <summary>
                <para type="description">The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.iosMobileAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosMobileAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.encodedSettingXml">
            <summary>
                <para type="description">The "encodedSettingXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">mdm app configuration Base64 binary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.appConfigurationSettingItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">app configuration setting items.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">Updates a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.targetedMobileApps">
            <summary>
                <para type="description">The "targetedMobileApps" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">the associated app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.deviceStatusSummary">
            <summary>
                <para type="description">The "deviceStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration device status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.userStatusSummary">
            <summary>
                <para type="description">The "userStatusSummary" property, of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfiguration" type.</para>
                <para type="description">App configuration user status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.iosMobileAppConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosMobileAppConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.encodedSettingXml">
            <summary>
                <para type="description">The "encodedSettingXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">mdm app configuration Base64 binary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.appConfigurationSettingItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosMobileAppConfiguration" type.</para>
                <para type="description">app configuration setting items.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfiguration" object.</para>
                <para type="description">Removes a "microsoft.graph.managedDeviceMobileAppConfiguration" object from the "mobileAppConfigurations" collection.</para>
                <para type="description">The Managed Device Mobile Application Configurations.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/managedDeviceMobileAppConfigurationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileAppConfigurations_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.managedDeviceMobileAppConfiguration".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mobileAppConfigurations/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileAppConfigurations_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileAppConfigurations_Assign.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment".</para>
                <para type="description">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of group assignemenets for app configration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/assignments/managedDeviceMobileAppConfigurationAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_Assignments.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" objects in the "deviceStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object to the "deviceStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus".</para>
                <para type="description">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object from the "deviceStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationDeviceStatus.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatuses/managedDeviceMobileAppConfigurationDeviceStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_DeviceStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary">
            <summary>
                <para type="synopsis">Retrieves the "deviceStatusSummary" object.</para>
                <para type="description">Retrieves the "deviceStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary").</para>
                <para type="description">App configuration device status summary.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" object.</para>
                <para type="description">Creates the "deviceStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary").</para>
                <para type="description">App configuration device status summary.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary".</para>
                <para type="description">Updates the "deviceStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary").</para>
                <para type="description">App configuration device status summary.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary" object.</para>
                <para type="description">Removes the "deviceStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary").</para>
                <para type="description">App configuration device status summary.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/deviceStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_DeviceStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" objects in the "userStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object to the "userStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus".</para>
                <para type="description">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object in the "userStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object from the "userStatuses" collection.</para>
                <para type="description">List of ManagedDeviceMobileAppConfigurationUserStatus.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatuses/managedDeviceMobileAppConfigurationUserStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDeviceMobileAppConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_UserStatuses.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary">
            <summary>
                <para type="synopsis">Retrieves the "userStatusSummary" object.</para>
                <para type="description">Retrieves the "userStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary").</para>
                <para type="description">App configuration user status summary.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" object.</para>
                <para type="description">Creates the "userStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary").</para>
                <para type="description">App configuration user status summary.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary".</para>
                <para type="description">Updates the "userStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary").</para>
                <para type="description">App configuration user status summary.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary" object.</para>
                <para type="description">Removes the "userStatusSummary" object (which is of type "microsoft.graph.managedDeviceMobileAppConfigurationUserSummary").</para>
                <para type="description">App configuration user status summary.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfigurationId}/userStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileAppConfigurations_UserStatusSummary.managedDeviceMobileAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDeviceMobileAppConfiguration" object in the "mobileAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileApp" objects in the "mobileApps" collection.</para>
                <para type="description">The mobile apps.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.mobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The admin provided or imported title of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The description of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publisher of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.largeIcon">
            <summary>
                <para type="description">The "largeIcon" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The large icon, to be displayed in the app details and used for upload of the icon.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.isFeatured">
            <summary>
                <para type="description">The "isFeatured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The value indicating whether the app is marked as featured by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The owner of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.developer">
            <summary>
                <para type="description">The "developer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The developer of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.notes">
            <summary>
                <para type="description">The "notes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">Notes for the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.publishingState">
            <summary>
                <para type="description">The "publishingState" property, of type "microsoft.graph.mobileAppPublishingState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publishing state for the app. The app cannot be assigned unless the app is published.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.categories">
            <summary>
                <para type="description">The "categories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of categories for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.mobileAppAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Apple App Store URL</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.applicableDeviceType">
            <summary>
                <para type="description">The "applicableDeviceType" property, of type "microsoft.graph.iosDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The iOS architecture for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.minimumSupportedOperatingSystem">
            <summary>
                <para type="description">The "minimumSupportedOperatingSystem" property, of type "microsoft.graph.iosMinimumOperatingSystem".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The value for the minimum applicable operating system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The number of VPP licenses in use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The total number of VPP licenses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.releaseDateTime">
            <summary>
                <para type="description">The "releaseDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The VPP application release date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.licensingType">
            <summary>
                <para type="description">The "licensingType" property, of type "microsoft.graph.vppLicensingType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The supported License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.vppTokenOrganizationName">
            <summary>
                <para type="description">The "vppTokenOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.vppTokenAppleId">
            <summary>
                <para type="description">The "vppTokenAppleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The Apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidStoreApp" type.</para>
                <para type="description">The package identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.appUrl">
            <summary>
                <para type="description">The "appUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">The web app URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.useManagedBrowser">
            <summary>
                <para type="description">The "useManagedBrowser" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">Whether or not to use managed browser. This property is only applicable for Android and IOS.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app product key</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.microsoftStoreForBusinessLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app license type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.packageIdentityName">
            <summary>
                <para type="description">The "packageIdentityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app package identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.committedContentVersion">
            <summary>
                <para type="description">The "committedContentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The internal committed content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The name of the main Lob application file.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The total size, including all uploaded files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.contentVersions">
            <summary>
                <para type="description">The "contentVersions" property, of type "microsoft.graph.mobileAppContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The list of content versions for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The expiration time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.versionNumber">
            <summary>
                <para type="description">The "versionNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The version number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.buildNumber">
            <summary>
                <para type="description">The "buildNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The build number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.versionName">
            <summary>
                <para type="description">The "versionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version name of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.versionCode">
            <summary>
                <para type="description">The "versionCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version code of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.applicableArchitectures">
            <summary>
                <para type="description">The "applicableArchitectures" property, of type "microsoft.graph.windowsArchitecture".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows architecture(s) for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.applicableDeviceTypes">
            <summary>
                <para type="description">The "applicableDeviceTypes" property, of type "microsoft.graph.windowsDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows device type(s) for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.identityName">
            <summary>
                <para type="description">The "identityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.identityPublisherHash">
            <summary>
                <para type="description">The "identityPublisherHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Publisher Hash.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.identityResourceIdentifier">
            <summary>
                <para type="description">The "identityResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Resource Identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.isBundle">
            <summary>
                <para type="description">The "isBundle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">Whether or not the app is a bundle.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.identityVersion">
            <summary>
                <para type="description">The "identityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The identity version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The command line.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.productCode">
            <summary>
                <para type="description">The "productCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product code.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.productVersion">
            <summary>
                <para type="description">The "productVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product version of Windows Mobile MSI Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.ignoreVersionDetection">
            <summary>
                <para type="description">The "ignoreVersionDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.appAvailability">
            <summary>
                <para type="description">The "appAvailability" property, of type "microsoft.graph.managedAppAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's availability.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's version.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileApp" object to the "mobileApps" collection.</para>
                <para type="description">The mobile apps.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.mobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The admin provided or imported title of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The description of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publisher of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.largeIcon">
            <summary>
                <para type="description">The "largeIcon" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The large icon, to be displayed in the app details and used for upload of the icon.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.isFeatured">
            <summary>
                <para type="description">The "isFeatured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The value indicating whether the app is marked as featured by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The owner of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.developer">
            <summary>
                <para type="description">The "developer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The developer of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.notes">
            <summary>
                <para type="description">The "notes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">Notes for the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.publishingState">
            <summary>
                <para type="description">The "publishingState" property, of type "microsoft.graph.mobileAppPublishingState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publishing state for the app. The app cannot be assigned unless the app is published.</para>
                <para type="description">
                     Valid values: 'notPublished', 'processing', 'published'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.categories">
            <summary>
                <para type="description">The "categories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of categories for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.mobileAppAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.iosStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Apple App Store URL</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.applicableDeviceType">
            <summary>
                <para type="description">The "applicableDeviceType" property, of type "microsoft.graph.iosDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The iOS architecture for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.minimumSupportedOperatingSystem">
            <summary>
                <para type="description">The "minimumSupportedOperatingSystem" property, of type "microsoft.graph.iosMinimumOperatingSystem".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The value for the minimum applicable operating system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.iosVppApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The number of VPP licenses in use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The total number of VPP licenses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.releaseDateTime">
            <summary>
                <para type="description">The "releaseDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The VPP application release date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.licensingType">
            <summary>
                <para type="description">The "licensingType" property, of type "microsoft.graph.vppLicensingType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The supported License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.vppTokenOrganizationName">
            <summary>
                <para type="description">The "vppTokenOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.vppTokenAppleId">
            <summary>
                <para type="description">The "vppTokenAppleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The Apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.androidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidStoreApp" type.</para>
                <para type="description">The package identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.webApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.webApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.appUrl">
            <summary>
                <para type="description">The "appUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">The web app URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.useManagedBrowser">
            <summary>
                <para type="description">The "useManagedBrowser" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">Whether or not to use managed browser. This property is only applicable for Android and IOS.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.microsoftStoreForBusinessApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app product key</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.microsoftStoreForBusinessLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app license type</para>
                <para type="description">
                     Valid values: 'offline', 'online'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.packageIdentityName">
            <summary>
                <para type="description">The "packageIdentityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app package identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.committedContentVersion">
            <summary>
                <para type="description">The "committedContentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The internal committed content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The name of the main Lob application file.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The total size, including all uploaded files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.contentVersions">
            <summary>
                <para type="description">The "contentVersions" property, of type "microsoft.graph.mobileAppContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The list of content versions for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.iosLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The expiration time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.versionNumber">
            <summary>
                <para type="description">The "versionNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The version number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.buildNumber">
            <summary>
                <para type="description">The "buildNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The build number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.androidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.versionName">
            <summary>
                <para type="description">The "versionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version name of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.versionCode">
            <summary>
                <para type="description">The "versionCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version code of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.windowsUniversalAppX">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUniversalAppX" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.applicableArchitectures">
            <summary>
                <para type="description">The "applicableArchitectures" property, of type "microsoft.graph.windowsArchitecture".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows architecture(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'x86', 'x64', 'arm', 'neutral'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.applicableDeviceTypes">
            <summary>
                <para type="description">The "applicableDeviceTypes" property, of type "microsoft.graph.windowsDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows device type(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'desktop', 'mobile', 'holographic', 'team'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.identityName">
            <summary>
                <para type="description">The "identityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.identityPublisherHash">
            <summary>
                <para type="description">The "identityPublisherHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Publisher Hash.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.identityResourceIdentifier">
            <summary>
                <para type="description">The "identityResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Resource Identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.isBundle">
            <summary>
                <para type="description">The "isBundle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">Whether or not the app is a bundle.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.identityVersion">
            <summary>
                <para type="description">The "identityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The identity version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.windowsMobileMSI">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsMobileMSI" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The command line.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.productCode">
            <summary>
                <para type="description">The "productCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product code.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.productVersion">
            <summary>
                <para type="description">The "productVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product version of Windows Mobile MSI Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.ignoreVersionDetection">
            <summary>
                <para type="description">The "ignoreVersionDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.appAvailability">
            <summary>
                <para type="description">The "appAvailability" property, of type "microsoft.graph.managedAppAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's availability.</para>
                <para type="description">
                     Valid values: 'global', 'lineOfBusiness'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.managedIOSLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.managedAndroidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.managedIOSStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.managedAndroidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps.macOSOfficeSuiteApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSOfficeSuiteApp" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileApp".</para>
                <para type="description">Updates a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
                <para type="description">The mobile apps.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.mobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The admin provided or imported title of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The description of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.publisher">
            <summary>
                <para type="description">The "publisher" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publisher of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.largeIcon">
            <summary>
                <para type="description">The "largeIcon" property, of type "microsoft.graph.mimeContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The large icon, to be displayed in the app details and used for upload of the icon.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The date and time the app was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.isFeatured">
            <summary>
                <para type="description">The "isFeatured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The value indicating whether the app is marked as featured by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.privacyInformationUrl">
            <summary>
                <para type="description">The "privacyInformationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The privacy statement Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.informationUrl">
            <summary>
                <para type="description">The "informationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The more information Url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.owner">
            <summary>
                <para type="description">The "owner" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The owner of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.developer">
            <summary>
                <para type="description">The "developer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The developer of the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.notes">
            <summary>
                <para type="description">The "notes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">Notes for the app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.publishingState">
            <summary>
                <para type="description">The "publishingState" property, of type "microsoft.graph.mobileAppPublishingState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The publishing state for the app. The app cannot be assigned unless the app is published.</para>
                <para type="description">
                     Valid values: 'notPublished', 'processing', 'published'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.categories">
            <summary>
                <para type="description">The "categories" property, of type "microsoft.graph.mobileAppCategory".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of categories for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.mobileAppAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.mobileApp" type.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.iosStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.bundleId">
            <summary>
                <para type="description">The "bundleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.appStoreUrl">
            <summary>
                <para type="description">The "appStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The Apple App Store URL</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.applicableDeviceType">
            <summary>
                <para type="description">The "applicableDeviceType" property, of type "microsoft.graph.iosDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The iOS architecture for which this app can run on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.minimumSupportedOperatingSystem">
            <summary>
                <para type="description">The "minimumSupportedOperatingSystem" property, of type "microsoft.graph.iosMinimumOperatingSystem".</para>
                <para type="description">This property is on the "microsoft.graph.iosStoreApp" type.</para>
                <para type="description">The value for the minimum applicable operating system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.iosVppApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosVppApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.usedLicenseCount">
            <summary>
                <para type="description">The "usedLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The number of VPP licenses in use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.totalLicenseCount">
            <summary>
                <para type="description">The "totalLicenseCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The total number of VPP licenses.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.releaseDateTime">
            <summary>
                <para type="description">The "releaseDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The VPP application release date and time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.licensingType">
            <summary>
                <para type="description">The "licensingType" property, of type "microsoft.graph.vppLicensingType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The supported License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.vppTokenOrganizationName">
            <summary>
                <para type="description">The "vppTokenOrganizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.vppTokenAppleId">
            <summary>
                <para type="description">The "vppTokenAppleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosVppApp" type.</para>
                <para type="description">The Apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.androidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.packageId">
            <summary>
                <para type="description">The "packageId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidStoreApp" type.</para>
                <para type="description">The package identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.webApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.webApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.appUrl">
            <summary>
                <para type="description">The "appUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">The web app URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.useManagedBrowser">
            <summary>
                <para type="description">The "useManagedBrowser" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.webApp" type.</para>
                <para type="description">Whether or not to use managed browser. This property is only applicable for Android and IOS.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.microsoftStoreForBusinessApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app product key</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.microsoftStoreForBusinessLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app license type</para>
                <para type="description">
                     Valid values: 'offline', 'online'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.packageIdentityName">
            <summary>
                <para type="description">The "packageIdentityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.microsoftStoreForBusinessApp" type.</para>
                <para type="description">The app package identifier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.committedContentVersion">
            <summary>
                <para type="description">The "committedContentVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The internal committed content version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.fileName">
            <summary>
                <para type="description">The "fileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The name of the main Lob application file.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The total size, including all uploaded files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.contentVersions">
            <summary>
                <para type="description">The "contentVersions" property, of type "microsoft.graph.mobileAppContent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileLobApp" type.</para>
                <para type="description">The list of content versions for this app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.iosLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The expiration time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.versionNumber">
            <summary>
                <para type="description">The "versionNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The version number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.buildNumber">
            <summary>
                <para type="description">The "buildNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosLobApp" type.</para>
                <para type="description">The build number of iOS Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.androidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.versionName">
            <summary>
                <para type="description">The "versionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version name of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.versionCode">
            <summary>
                <para type="description">The "versionCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidLobApp" type.</para>
                <para type="description">The version code of Android Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.windowsUniversalAppX">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUniversalAppX" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.applicableArchitectures">
            <summary>
                <para type="description">The "applicableArchitectures" property, of type "microsoft.graph.windowsArchitecture".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows architecture(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'x86', 'x64', 'arm', 'neutral'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.applicableDeviceTypes">
            <summary>
                <para type="description">The "applicableDeviceTypes" property, of type "microsoft.graph.windowsDeviceType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Windows device type(s) for which this app can run on.</para>
                <para type="description">
                     Valid values: 'none', 'desktop', 'mobile', 'holographic', 'team'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.identityName">
            <summary>
                <para type="description">The "identityName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.identityPublisherHash">
            <summary>
                <para type="description">The "identityPublisherHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Publisher Hash.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.identityResourceIdentifier">
            <summary>
                <para type="description">The "identityResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The Identity Resource Identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.isBundle">
            <summary>
                <para type="description">The "isBundle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">Whether or not the app is a bundle.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.identityVersion">
            <summary>
                <para type="description">The "identityVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUniversalAppX" type.</para>
                <para type="description">The identity version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.windowsMobileMSI">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsMobileMSI" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.commandLine">
            <summary>
                <para type="description">The "commandLine" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The command line.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.productCode">
            <summary>
                <para type="description">The "productCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product code.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.productVersion">
            <summary>
                <para type="description">The "productVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">The product version of Windows Mobile MSI Line of Business (LoB) app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.ignoreVersionDetection">
            <summary>
                <para type="description">The "ignoreVersionDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsMobileMSI" type.</para>
                <para type="description">A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.appAvailability">
            <summary>
                <para type="description">The "appAvailability" property, of type "microsoft.graph.managedAppAvailability".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's availability.</para>
                <para type="description">
                     Valid values: 'global', 'lineOfBusiness'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedApp" type.</para>
                <para type="description">The Application's version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.managedIOSLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.managedAndroidLobApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidLobApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.managedIOSStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedIOSStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.managedAndroidStoreApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.managedAndroidStoreApp" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps.macOSOfficeSuiteApp">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSOfficeSuiteApp" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileApp" object from the "mobileApps" collection.</para>
                <para type="description">The mobile apps.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileApps/mobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps.mobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.mobileApp".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mobileApps/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_Assign.mobileAppAssignments">
            <summary>
                <para type="description">The "mobileAppAssignments" action parameter of type "microsoft.graph.mobileAppAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_Assign.mobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps/{mobileAppId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments.mobileAppAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments.intent">
            <summary>
                <para type="description">The "intent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The install intent defined by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The target group assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Assignments.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.mobileAppAssignmentSettings".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The settings for target assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileAppAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileAppAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments.mobileAppAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments.intent">
            <summary>
                <para type="description">The "intent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The install intent defined by the admin.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The target group assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_Assignments.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.mobileAppAssignmentSettings".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The settings for target assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileAppAssignment".</para>
                <para type="description">Updates a "microsoft.graph.mobileAppAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileApps/{mobileAppId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments.mobileAppAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments.intent">
            <summary>
                <para type="description">The "intent" property, of type "microsoft.graph.installIntent".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The install intent defined by the admin.</para>
                <para type="description">
                     Valid values: 'available', 'required', 'uninstall', 'availableWithoutEnrollment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The target group assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_Assignments.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.mobileAppAssignmentSettings".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppAssignment" type.</para>
                <para type="description">The settings for target assignment defined by the admin.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileAppAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileAppAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of group assignments for this mobile app.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileApps/{mobileAppId}/assignments/mobileAppAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_Assignments.mobileAppAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_Assignments.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Categories">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppCategory" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppCategory" objects in the "categories" collection.</para>
                <para type="description">The list of categories for this app.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps/{mobileAppId}/categories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Categories.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Categories.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "categories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Categories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_Categories.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_CategoriesReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppCategory" object references.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppCategory" object references in the "categories" collection.</para>
                <para type="description">The list of categories for this app.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps/{mobileAppId}/categories/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "categories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_CategoriesReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The name of the app category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_CategoriesReferences.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppCategory" type.</para>
                <para type="description">The date and time the mobileAppCategory was last modified.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_CategoriesReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "mobileApp" to a "microsoft.graph.mobileAppCategory" object.</para>
                <para type="description">Creates a reference from the specified "mobileApp" object to a "category".</para>
                <para type="description">The list of categories for this app.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/categories/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "categories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppCategoryReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.mobileAppCategory" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_CategoriesReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "mobileApp" to a "microsoft.graph.mobileAppCategory" object.</para>
                <para type="description">Removes a reference from the specified "mobileApp" object to a "category".</para>
                <para type="description">The list of categories for this app.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileApps/{mobileAppId}/categories/mobileAppCategoryId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppCategory" object in the "categories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_CategoriesReferences.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppContent" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppContent" objects in the "contentVersions" collection.</para>
                <para type="description">The list of content versions for this app.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions.mobileAppContentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions.files">
            <summary>
                <para type="description">The "files" property, of type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContent" type.</para>
                <para type="description">The list of files for this app content version.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileAppContent" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileAppContent" object to the "contentVersions" collection.</para>
                <para type="description">The list of content versions for this app.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions.mobileAppContentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions.files">
            <summary>
                <para type="description">The "files" property, of type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContent" type.</para>
                <para type="description">The list of files for this app content version.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileAppContent".</para>
                <para type="description">Updates a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
                <para type="description">The list of content versions for this app.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions.mobileAppContentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions.files">
            <summary>
                <para type="description">The "files" property, of type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContent" type.</para>
                <para type="description">The list of files for this app content version.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileAppContent" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileAppContent" object from the "contentVersions" collection.</para>
                <para type="description">The list of content versions for this app.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/mobileAppContentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions.mobileAppContentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileAppContentFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileAppContentFile" objects in the "files" collection.</para>
                <para type="description">The list of files for this app content version.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUri">
            <summary>
                <para type="description">The "azureStorageUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The Azure Storage URI.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.isCommitted">
            <summary>
                <para type="description">The "isCommitted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">A value indicating whether the file is committed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">the file name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.sizeEncrypted">
            <summary>
                <para type="description">The "sizeEncrypted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file after encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUriExpirationDateTime">
            <summary>
                <para type="description">The "azureStorageUriExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the Azure storage Uri expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.manifest">
            <summary>
                <para type="description">The "manifest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The manifest information.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_MobileApps_ContentVersions_Files.uploadState">
            <summary>
                <para type="description">The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The state of the current upload request.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileAppContentFile" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileAppContentFile" object to the "files" collection.</para>
                <para type="description">The list of files for this app content version.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUri">
            <summary>
                <para type="description">The "azureStorageUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The Azure Storage URI.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.isCommitted">
            <summary>
                <para type="description">The "isCommitted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">A value indicating whether the file is committed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">the file name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.sizeEncrypted">
            <summary>
                <para type="description">The "sizeEncrypted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file after encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUriExpirationDateTime">
            <summary>
                <para type="description">The "azureStorageUriExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the Azure storage Uri expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.manifest">
            <summary>
                <para type="description">The "manifest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The manifest information.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_MobileApps_ContentVersions_Files.uploadState">
            <summary>
                <para type="description">The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The state of the current upload request.</para>
                <para type="description">
                     Valid values: 'success', 'transientError', 'error', 'unknown', 'azureStorageUriRequestSuccess', 'azureStorageUriRequestPending', 'azureStorageUriRequestFailed', 'azureStorageUriRequestTimedOut', 'azureStorageUriRenewalSuccess', 'azureStorageUriRenewalPending', 'azureStorageUriRenewalFailed', 'azureStorageUriRenewalTimedOut', 'commitFileSuccess', 'commitFilePending', 'commitFileFailed', 'commitFileTimedOut'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">Updates a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
                <para type="description">The list of files for this app content version.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUri">
            <summary>
                <para type="description">The "azureStorageUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The Azure Storage URI.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.isCommitted">
            <summary>
                <para type="description">The "isCommitted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">A value indicating whether the file is committed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the file was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.name">
            <summary>
                <para type="description">The "name" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">the file name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.size">
            <summary>
                <para type="description">The "size" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file prior to encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.sizeEncrypted">
            <summary>
                <para type="description">The "sizeEncrypted" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The size of the file after encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.azureStorageUriExpirationDateTime">
            <summary>
                <para type="description">The "azureStorageUriExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The time the Azure storage Uri expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.manifest">
            <summary>
                <para type="description">The "manifest" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The manifest information.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_MobileApps_ContentVersions_Files.uploadState">
            <summary>
                <para type="description">The "uploadState" property, of type "microsoft.graph.mobileAppContentFileUploadState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileAppContentFile" type.</para>
                <para type="description">The state of the current upload request.</para>
                <para type="description">
                     Valid values: 'success', 'transientError', 'error', 'unknown', 'azureStorageUriRequestSuccess', 'azureStorageUriRequestPending', 'azureStorageUriRequestFailed', 'azureStorageUriRequestTimedOut', 'azureStorageUriRenewalSuccess', 'azureStorageUriRenewalPending', 'azureStorageUriRenewalFailed', 'azureStorageUriRenewalTimedOut', 'commitFileSuccess', 'commitFilePending', 'commitFileFailed', 'commitFileTimedOut'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions_Files">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileAppContentFile" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileAppContentFile" object from the "files" collection.</para>
                <para type="description">The list of files for this app content version.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files/mobileAppContentFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_MobileApps_ContentVersions_Files.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit">
            <summary>
                <para type="description">The action "microsoft.graph.commit", which exists on the type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files/commit</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit.fileEncryptionInfo">
            <summary>
                <para type="description">The "fileEncryptionInfo" action parameter of type "microsoft.graph.fileEncryptionInfo".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_Commit.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_RenewUpload">
            <summary>
                <para type="description">The action "microsoft.graph.renewUpload", which exists on the type "microsoft.graph.mobileAppContentFile".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/mobileApps/{mobileAppId}/{mobileAppODataType}/contentVersions/{mobileAppContentId}/files/renewUpload</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_RenewUpload.mobileAppContentFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileAppContentFile" object in the "files" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_RenewUpload.mobileAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileApp" object in the "mobileApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_RenewUpload.mobileAppODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.mobileApp" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.mobileApp', 'microsoft.graph.iosStoreApp', 'microsoft.graph.iosVppApp', 'microsoft.graph.androidStoreApp', 'microsoft.graph.webApp', 'microsoft.graph.microsoftStoreForBusinessApp', 'microsoft.graph.mobileLobApp', 'microsoft.graph.iosLobApp', 'microsoft.graph.androidLobApp', 'microsoft.graph.windowsUniversalAppX', 'microsoft.graph.windowsMobileMSI', 'microsoft.graph.managedApp', 'microsoft.graph.managedMobileLobApp', 'microsoft.graph.managedIOSLobApp', 'microsoft.graph.managedAndroidLobApp', 'microsoft.graph.managedIOSStoreApp', 'microsoft.graph.managedAndroidStoreApp', 'microsoft.graph.macOSOfficeSuiteApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_MobileApps_ContentVersions_Files_RenewUpload.mobileAppContentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.mobileAppContent" object in the "contentVersions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppConfiguration" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppConfiguration" objects in the "targetedManagedAppConfigurations" collection.</para>
                <para type="description">Targeted managed app configurations.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/targetedManagedAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppConfiguration" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppConfiguration" object to the "targetedManagedAppConfigurations" collection.</para>
                <para type="description">Targeted managed app configurations.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
                <para type="description">Targeted managed app configurations.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/targetedManagedAppConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.deployedAppCount">
            <summary>
                <para type="description">The "deployedAppCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Count of apps to which the current policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.apps">
            <summary>
                <para type="description">The "apps" property, of type "microsoft.graph.managedMobileApp".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.deploymentSummary">
            <summary>
                <para type="description">The "deploymentSummary" property, of type "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.customSettings">
            <summary>
                <para type="description">The "customSettings" property, of type "microsoft.graph.keyValuePair".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppConfiguration" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppConfiguration" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppConfiguration" object from the "targetedManagedAppConfigurations" collection.</para>
                <para type="description">Targeted managed app configurations.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/targetedManagedAppConfigurations/targetedManagedAppConfigurationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/targetedManagedAppConfigurations/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_Assign.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.targetedManagedAppConfiguration".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/targetedManagedAppConfigurations/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_TargetedManagedAppConfigurations_TargetApps.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Apps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedMobileApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedMobileApp" objects in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Apps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Adds a "microsoft.graph.managedMobileApp" object to the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Apps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedMobileApp".</para>
                <para type="description">Updates a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/apps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.mobileAppIdentifier">
            <summary>
                <para type="description">The "mobileAppIdentifier" property, of type "microsoft.graph.mobileAppIdentifier".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">The identifier for an app with it's operating system type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedMobileApp" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Apps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedMobileApp" object.</para>
                <para type="description">Removes a "microsoft.graph.managedMobileApp" object from the "apps" collection.</para>
                <para type="description">List of apps to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/apps/managedMobileAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.managedMobileAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedMobileApp" object in the "apps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Apps.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of inclusion and exclusion groups to which the policy is deployed.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_Assignments.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary">
            <summary>
                <para type="synopsis">Retrieves the "deploymentSummary" object.</para>
                <para type="description">Retrieves the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Creates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedAppPolicyDeploymentSummary".</para>
                <para type="description">Updates the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeployedUserCount">
            <summary>
                <para type="description">The "configurationDeployedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.lastRefreshTime">
            <summary>
                <para type="description">The "lastRefreshTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.configurationDeploymentSummaryPerApp">
            <summary>
                <para type="description">The "configurationDeploymentSummaryPerApp" property, of type "microsoft.graph.managedAppPolicyDeploymentSummaryPerApp".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedAppPolicyDeploymentSummary" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedAppPolicyDeploymentSummary" object.</para>
                <para type="description">Removes the "deploymentSummary" object (which is of type "microsoft.graph.managedAppPolicyDeploymentSummary").</para>
                <para type="description">Navigation property to deployment summary of the configuration.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfigurationId}/deploymentSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_TargetedManagedAppConfigurations_DeploymentSummary.targetedManagedAppConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.targetedManagedAppConfiguration" object in the "targetedManagedAppConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.vppToken" objects.</para>
                <para type="description">Retrieves "microsoft.graph.vppToken" objects in the "vppTokens" collection.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/vppTokens</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.vppTokenId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.organizationName">
            <summary>
                <para type="description">The "organizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The expiration date time of the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.token">
            <summary>
                <para type="description">The "token" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Last modification date time associated with the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.vppTokenState".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.lastSyncStatus">
            <summary>
                <para type="description">The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.automaticallyUpdateApps">
            <summary>
                <para type="description">The "automaticallyUpdateApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_VppTokens.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.vppToken" object.</para>
                <para type="description">Adds a "microsoft.graph.vppToken" object to the "vppTokens" collection.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/vppTokens</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.vppTokenId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.organizationName">
            <summary>
                <para type="description">The "organizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The expiration date time of the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.token">
            <summary>
                <para type="description">The "token" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Last modification date time associated with the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.vppTokenState".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`.</para>
                <para type="description">
                     Valid values: 'unknown', 'valid', 'expired', 'invalid', 'assignedToExternalMDM'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.lastSyncStatus">
            <summary>
                <para type="description">The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.</para>
                <para type="description">
                     Valid values: 'none', 'inProgress', 'completed', 'failed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.automaticallyUpdateApps">
            <summary>
                <para type="description">The "automaticallyUpdateApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_VppTokens.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.vppToken".</para>
                <para type="description">Updates a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/vppTokens</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.vppTokenId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.organizationName">
            <summary>
                <para type="description">The "organizationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The organization associated with the Apple Volume Purchase Program Token</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.vppTokenAccountType">
            <summary>
                <para type="description">The "vppTokenAccountType" property, of type "microsoft.graph.vppTokenAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.</para>
                <para type="description">
                     Valid values: 'business', 'education'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.appleId">
            <summary>
                <para type="description">The "appleId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The apple Id associated with the given Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The expiration date time of the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.token">
            <summary>
                <para type="description">The "token" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Last modification date time associated with the Apple Volume Purchase Program Token.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.vppTokenState".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current state of the Apple Volume Purchase Program Token. Possible values are: `unknown`, `valid`, `expired`, `invalid`, `assignedToExternalMDM`.</para>
                <para type="description">
                     Valid values: 'unknown', 'valid', 'expired', 'invalid', 'assignedToExternalMDM'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.lastSyncStatus">
            <summary>
                <para type="description">The "lastSyncStatus" property, of type "microsoft.graph.vppTokenSyncStatus".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Current sync status of the last application sync which was triggered using the Apple Volume Purchase Program Token. Possible values are: `none`, `inProgress`, `completed`, `failed`.</para>
                <para type="description">
                     Valid values: 'none', 'inProgress', 'completed', 'failed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.automaticallyUpdateApps">
            <summary>
                <para type="description">The "automaticallyUpdateApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_VppTokens.countryOrRegion">
            <summary>
                <para type="description">The "countryOrRegion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.vppToken" type.</para>
                <para type="description">Whether or not apps for the VPP token will be automatically updated.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_VppTokens">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.vppToken" object.</para>
                <para type="description">Removes a "microsoft.graph.vppToken" object from the "vppTokens" collection.</para>
                <para type="description">List of Vpp tokens for this organization.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/vppTokens/vppTokenId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_VppTokens.vppTokenId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_VppTokens_SyncLicenses">
            <summary>
                <para type="description">The action "microsoft.graph.syncLicenses", which exists on the type "microsoft.graph.vppToken".</para>
                <para type="description">This action returns a "microsoft.graph.vppToken" object.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/vppTokens/syncLicenses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_VppTokens_SyncLicenses.vppTokenId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.vppToken" object in the "vppTokens" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionPolicy" objects in the "windowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/windowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionPolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionPolicy" object to the "windowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/windowsInformationProtectionPolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnMdmHandoffDisabled">
            <summary>
                <para type="description">The "revokeOnMdmHandoffDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">New property in RS2, pending documentation</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.mdmEnrollmentUrl">
            <summary>
                <para type="description">The "mdmEnrollmentUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Enrollment url for the MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsHelloForBusinessBlocked">
            <summary>
                <para type="description">The "windowsHelloForBusinessBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that sets Windows Hello for Business as a method for signing into Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.pinUppercaseLetters">
            <summary>
                <para type="description">The "pinUppercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.pinLowercaseLetters">
            <summary>
                <para type="description">The "pinLowercaseLetters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.pinSpecialCharacters">
            <summary>
                <para type="description">The "pinSpecialCharacters" property, of type "microsoft.graph.windowsInformationProtectionPinCharacterRequirements".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! " # $ % &amp; ' ( ) * + , - . / : ; &lt; = &gt; ? @ [ \ ] ^ _ ` { | } ~. Default is NotAllow.</para>
                <para type="description">
                     Valid values: 'notAllow', 'requireAtLeastOne', 'allow'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.pinExpirationDays">
            <summary>
                <para type="description">The "pinExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.numberOfPastPinsRemembered">
            <summary>
                <para type="description">The "numberOfPastPinsRemembered" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.passwordMaximumAttemptCount">
            <summary>
                <para type="description">The "passwordMaximumAttemptCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 &lt;= X &lt;= 16 for desktop and 0 &lt;= X &lt;= 999 for mobile devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.minutesOfInactivityBeforeDeviceLock">
            <summary>
                <para type="description">The "minutesOfInactivityBeforeDeviceLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 &lt;= X &lt;= 999.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.daysWithoutContactBeforeUnenroll">
            <summary>
                <para type="description">The "daysWithoutContactBeforeUnenroll" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Offline interval before app data is wiped (days) </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enforcementLevel">
            <summary>
                <para type="description">The "enforcementLevel" property, of type "microsoft.graph.windowsInformationProtectionEnforcementLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">WIP enforcement level.See the Enum definition for supported values</para>
                <para type="description">
                     Valid values: 'noProtection', 'encryptAndAuditOnly', 'encryptAuditAndPrompt', 'encryptAuditAndBlock'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseDomain">
            <summary>
                <para type="description">The "enterpriseDomain" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Primary enterprise domain</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProtectedDomainNames">
            <summary>
                <para type="description">The "enterpriseProtectedDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of enterprise domains to be protected</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.protectionUnderLockConfigRequired">
            <summary>
                <para type="description">The "protectionUnderLockConfigRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.dataRecoveryCertificate">
            <summary>
                <para type="description">The "dataRecoveryCertificate" property, of type "microsoft.graph.windowsInformationProtectionDataRecoveryCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.revokeOnUnenrollDisabled">
            <summary>
                <para type="description">The "revokeOnUnenrollDisabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.rightsManagementServicesTemplateId">
            <summary>
                <para type="description">The "rightsManagementServicesTemplateId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.azureRightsManagementServicesAllowed">
            <summary>
                <para type="description">The "azureRightsManagementServicesAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies whether to allow Azure RMS encryption for WIP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.iconsVisible">
            <summary>
                <para type="description">The "iconsVisible" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedApps">
            <summary>
                <para type="description">The "protectedApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Protected applications can access enterprise data and the data handled by those applications are protected with encryption</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptApps">
            <summary>
                <para type="description">The "exemptApps" property, of type "microsoft.graph.windowsInformationProtectionApp".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseNetworkDomainNames">
            <summary>
                <para type="description">The "enterpriseNetworkDomainNames" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxiedDomains">
            <summary>
                <para type="description">The "enterpriseProxiedDomains" property, of type "microsoft.graph.windowsInformationProtectionProxiedDomainCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRanges">
            <summary>
                <para type="description">The "enterpriseIPRanges" property, of type "microsoft.graph.windowsInformationProtectionIPRangeCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseIPRangesAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseIPRangesAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServers">
            <summary>
                <para type="description">The "enterpriseProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is a list of proxy servers. Any server not on this list is considered non-enterprise</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseInternalProxyServers">
            <summary>
                <para type="description">The "enterpriseInternalProxyServers" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This is the comma-separated list of internal proxy servers. For example, "157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59". These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.enterpriseProxyServersAreAuthoritative">
            <summary>
                <para type="description">The "enterpriseProxyServersAreAuthoritative" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.neutralDomainResources">
            <summary>
                <para type="description">The "neutralDomainResources" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">List of domain names that can used for work or personal resource</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.indexingEncryptedStoresOrItemsBlocked">
            <summary>
                <para type="description">The "indexingEncryptedStoresOrItemsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">This switch is for the Windows Search Indexer, to allow or disallow indexing of items</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.smbAutoEncryptedFileExtensions">
            <summary>
                <para type="description">The "smbAutoEncryptedFileExtensions" property, of type "microsoft.graph.windowsInformationProtectionResourceCollection".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.isAssigned">
            <summary>
                <para type="description">The "isAssigned" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Indicates if the policy is deployed to any inclusion groups or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.protectedAppLockerFiles">
            <summary>
                <para type="description">The "protectedAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input protected apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.exemptAppLockerFiles">
            <summary>
                <para type="description">The "exemptAppLockerFiles" property, of type "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Policy display name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The policy's description.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">The date and time the policy was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Last time the policy was modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionPolicy" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionPolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionPolicy" object from the "windowsInformationProtectionPolicies" collection.</para>
                <para type="description">Windows information protection for apps running on devices which are not MDM enrolled.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/windowsInformationProtectionPolicies/windowsInformationProtectionPolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_Assign.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_TargetApps">
            <summary>
                <para type="description">The action "microsoft.graph.targetApps", which exists on the type "microsoft.graph.windowsInformationProtectionPolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies/targetApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_TargetApps.apps">
            <summary>
                <para type="description">The "apps" action parameter of type "microsoft.graph.managedMobileApp".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceAppManagement_WindowsInformationProtectionPolicies_TargetApps.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.targetedManagedAppPolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.targetedManagedAppPolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.targetedManagedAppPolicyAssignment" type.</para>
                <para type="description">Identifier for deployment of a group or app</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.targetedManagedAppPolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">Navigation property to list of security groups targeted for policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/assignments/targetedManagedAppPolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.targetedManagedAppPolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.targetedManagedAppPolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_Assignments.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/exemptAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "exemptAppLockerFiles" collection.</para>
                <para type="description">Another way to input exempt apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/exemptAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "exemptAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ExemptAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLockerFile" objects in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: GET ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLockerFile" object to the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph call: POST ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: PATCH ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/protectedAppLockerFiles</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">The friendly name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.fileHash">
            <summary>
                <para type="description">The "fileHash" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">SHA256 hash of the file</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.file">
            <summary>
                <para type="description">The "file" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">File as a byte array</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLockerFile" type.</para>
                <para type="description">Version of the entity.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLockerFile" object from the "protectedAppLockerFiles" collection.</para>
                <para type="description">Another way to input protected apps through xml files</para>
                <para type="description">Graph Call: DELETE ~/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicyId}/{windowsInformationProtectionPolicyODataType}/protectedAppLockerFiles/windowsInformationProtectionAppLockerFileId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionAppLockerFileId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLockerFile" object in the "protectedAppLockerFiles" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.windowsInformationProtectionPolicy" object in the "windowsInformationProtectionPolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceAppManagement_WindowsInformationProtectionPolicies_ProtectedAppLockerFiles.windowsInformationProtectionPolicyODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.windowsInformationProtectionPolicy" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.windowsInformationProtectionPolicy'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement">
            <summary>
                <para type="synopsis">Retrieves the "deviceManagement" object.</para>
                <para type="description">Retrieves the "deviceManagement" object (which is of type "microsoft.graph.deviceManagement").</para>
                <para type="description">Graph call: GET ~/deviceManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.subscriptionState">
            <summary>
                <para type="description">The "subscriptionState" property, of type "microsoft.graph.deviceManagementSubscriptionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Tenant mobile device management subscription state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.deviceManagementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Account level settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.intuneBrand">
            <summary>
                <para type="description">The "intuneBrand" property, of type "microsoft.graph.intuneBrand".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.applePushNotificationCertificate">
            <summary>
                <para type="description">The "applePushNotificationCertificate" property, of type "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.managedDeviceOverview">
            <summary>
                <para type="description">The "managedDeviceOverview" property, of type "microsoft.graph.managedDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Device overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.detectedApps">
            <summary>
                <para type="description">The "detectedApps" property, of type "microsoft.graph.detectedApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of detected apps associated with a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of managed devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceConfigurations">
            <summary>
                <para type="description">The "deviceConfigurations" property, of type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceCompliancePolicies">
            <summary>
                <para type="description">The "deviceCompliancePolicies" property, of type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.softwareUpdateStatusSummary">
            <summary>
                <para type="description">The "softwareUpdateStatusSummary" property, of type "microsoft.graph.softwareUpdateStatusSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The software update status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="description">The "deviceCompliancePolicyDeviceStateSummary" property, of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="description">The "deviceCompliancePolicySettingStateSummaries" property, of type "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="description">The "deviceConfigurationDeviceStateSummaries" property, of type "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configuration device state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.iosUpdateStatuses">
            <summary>
                <para type="description">The "iosUpdateStatuses" property, of type "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceCategories">
            <summary>
                <para type="description">The "deviceCategories" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device categories with the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.exchangeConnectors">
            <summary>
                <para type="description">The "exchangeConnectors" property, of type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceEnrollmentConfigurations">
            <summary>
                <para type="description">The "deviceEnrollmentConfigurations" property, of type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device enrollment configurations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.conditionalAccessSettings">
            <summary>
                <para type="description">The "conditionalAccessSettings" property, of type "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.mobileThreatDefenseConnectors">
            <summary>
                <para type="description">The "mobileThreatDefenseConnectors" property, of type "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.deviceManagementPartners">
            <summary>
                <para type="description">The "deviceManagementPartners" property, of type "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.notificationMessageTemplates">
            <summary>
                <para type="description">The "notificationMessageTemplates" property, of type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Notification Message Templates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.roleDefinitions">
            <summary>
                <para type="description">The "roleDefinitions" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Definitions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.deviceAndAppManagementRoleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Assignments.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.resourceOperations">
            <summary>
                <para type="description">The "resourceOperations" property, of type "microsoft.graph.resourceOperation".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Resource Operations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.telecomExpenseManagementPartners">
            <summary>
                <para type="description">The "telecomExpenseManagementPartners" property, of type "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The telecom expense management partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.remoteAssistancePartners">
            <summary>
                <para type="description">The "remoteAssistancePartners" property, of type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The remote assist partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.windowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionAppLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection app learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.windowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionNetworkLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection network learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement.troubleshootingEvents">
            <summary>
                <para type="description">The "troubleshootingEvents" property, of type "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceManagement" object.</para>
                <para type="description">Creates the "deviceManagement" object (which is of type "microsoft.graph.deviceManagement").</para>
                <para type="description">Graph call: POST ~/deviceManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.subscriptionState">
            <summary>
                <para type="description">The "subscriptionState" property, of type "microsoft.graph.deviceManagementSubscriptionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Tenant mobile device management subscription state.</para>
                <para type="description">
                     Valid values: 'pending', 'active', 'warning', 'disabled', 'deleted', 'blocked', 'lockedOut'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.deviceManagementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Account level settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.intuneBrand">
            <summary>
                <para type="description">The "intuneBrand" property, of type "microsoft.graph.intuneBrand".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.applePushNotificationCertificate">
            <summary>
                <para type="description">The "applePushNotificationCertificate" property, of type "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.managedDeviceOverview">
            <summary>
                <para type="description">The "managedDeviceOverview" property, of type "microsoft.graph.managedDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Device overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.detectedApps">
            <summary>
                <para type="description">The "detectedApps" property, of type "microsoft.graph.detectedApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of detected apps associated with a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of managed devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceConfigurations">
            <summary>
                <para type="description">The "deviceConfigurations" property, of type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceCompliancePolicies">
            <summary>
                <para type="description">The "deviceCompliancePolicies" property, of type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.softwareUpdateStatusSummary">
            <summary>
                <para type="description">The "softwareUpdateStatusSummary" property, of type "microsoft.graph.softwareUpdateStatusSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The software update status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="description">The "deviceCompliancePolicyDeviceStateSummary" property, of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="description">The "deviceCompliancePolicySettingStateSummaries" property, of type "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="description">The "deviceConfigurationDeviceStateSummaries" property, of type "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configuration device state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.iosUpdateStatuses">
            <summary>
                <para type="description">The "iosUpdateStatuses" property, of type "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceCategories">
            <summary>
                <para type="description">The "deviceCategories" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device categories with the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.exchangeConnectors">
            <summary>
                <para type="description">The "exchangeConnectors" property, of type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceEnrollmentConfigurations">
            <summary>
                <para type="description">The "deviceEnrollmentConfigurations" property, of type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device enrollment configurations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.conditionalAccessSettings">
            <summary>
                <para type="description">The "conditionalAccessSettings" property, of type "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.mobileThreatDefenseConnectors">
            <summary>
                <para type="description">The "mobileThreatDefenseConnectors" property, of type "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.deviceManagementPartners">
            <summary>
                <para type="description">The "deviceManagementPartners" property, of type "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.notificationMessageTemplates">
            <summary>
                <para type="description">The "notificationMessageTemplates" property, of type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Notification Message Templates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.roleDefinitions">
            <summary>
                <para type="description">The "roleDefinitions" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Definitions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.deviceAndAppManagementRoleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Assignments.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.resourceOperations">
            <summary>
                <para type="description">The "resourceOperations" property, of type "microsoft.graph.resourceOperation".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Resource Operations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.telecomExpenseManagementPartners">
            <summary>
                <para type="description">The "telecomExpenseManagementPartners" property, of type "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The telecom expense management partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.remoteAssistancePartners">
            <summary>
                <para type="description">The "remoteAssistancePartners" property, of type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The remote assist partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.windowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionAppLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection app learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.windowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionNetworkLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection network learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement.troubleshootingEvents">
            <summary>
                <para type="description">The "troubleshootingEvents" property, of type "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceManagement".</para>
                <para type="description">Updates the "deviceManagement" object (which is of type "microsoft.graph.deviceManagement").</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.subscriptionState">
            <summary>
                <para type="description">The "subscriptionState" property, of type "microsoft.graph.deviceManagementSubscriptionState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Tenant mobile device management subscription state.</para>
                <para type="description">
                     Valid values: 'pending', 'active', 'warning', 'disabled', 'deleted', 'blocked', 'lockedOut'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.deviceManagementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Account level settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.intuneBrand">
            <summary>
                <para type="description">The "intuneBrand" property, of type "microsoft.graph.intuneBrand".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.applePushNotificationCertificate">
            <summary>
                <para type="description">The "applePushNotificationCertificate" property, of type "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.managedDeviceOverview">
            <summary>
                <para type="description">The "managedDeviceOverview" property, of type "microsoft.graph.managedDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">Device overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.detectedApps">
            <summary>
                <para type="description">The "detectedApps" property, of type "microsoft.graph.detectedApp".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of detected apps associated with a device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of managed devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceConfigurations">
            <summary>
                <para type="description">The "deviceConfigurations" property, of type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configurations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceCompliancePolicies">
            <summary>
                <para type="description">The "deviceCompliancePolicies" property, of type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.softwareUpdateStatusSummary">
            <summary>
                <para type="description">The "softwareUpdateStatusSummary" property, of type "microsoft.graph.softwareUpdateStatusSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The software update status summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="description">The "deviceCompliancePolicyDeviceStateSummary" property, of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device compliance state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="description">The "deviceCompliancePolicySettingStateSummaries" property, of type "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="description">The "deviceConfigurationDeviceStateSummaries" property, of type "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The device configuration device state summary for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.iosUpdateStatuses">
            <summary>
                <para type="description">The "iosUpdateStatuses" property, of type "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceCategories">
            <summary>
                <para type="description">The "deviceCategories" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device categories with the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.exchangeConnectors">
            <summary>
                <para type="description">The "exchangeConnectors" property, of type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceEnrollmentConfigurations">
            <summary>
                <para type="description">The "deviceEnrollmentConfigurations" property, of type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of device enrollment configurations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.conditionalAccessSettings">
            <summary>
                <para type="description">The "conditionalAccessSettings" property, of type "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.mobileThreatDefenseConnectors">
            <summary>
                <para type="description">The "mobileThreatDefenseConnectors" property, of type "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.deviceManagementPartners">
            <summary>
                <para type="description">The "deviceManagementPartners" property, of type "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.notificationMessageTemplates">
            <summary>
                <para type="description">The "notificationMessageTemplates" property, of type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Notification Message Templates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.roleDefinitions">
            <summary>
                <para type="description">The "roleDefinitions" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Definitions.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.deviceAndAppManagementRoleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Role Assignments.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.resourceOperations">
            <summary>
                <para type="description">The "resourceOperations" property, of type "microsoft.graph.resourceOperation".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The Resource Operations.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.telecomExpenseManagementPartners">
            <summary>
                <para type="description">The "telecomExpenseManagementPartners" property, of type "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The telecom expense management partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.remoteAssistancePartners">
            <summary>
                <para type="description">The "remoteAssistancePartners" property, of type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The remote assist partners.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.windowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionAppLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection app learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.windowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="description">The "windowsInformationProtectionNetworkLearningSummaries" property, of type "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The windows information protection network learning summaries.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement.troubleshootingEvents">
            <summary>
                <para type="description">The "troubleshootingEvents" property, of type "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagement" type.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceManagement" object.</para>
                <para type="description">Removes the "deviceManagement" object (which is of type "microsoft.graph.deviceManagement").</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_VerifyWindowsEnrollmentAutoDiscovery">
            <summary>
                <para type="description">The function "microsoft.graph.verifyWindowsEnrollmentAutoDiscovery", which exists on the type "microsoft.graph.deviceManagement".</para>
                <para type="description">This function returns a "Edm.Boolean" object.</para>
                <para type="description">Graph Call: GET ~/deviceManagement/verifyWindowsEnrollmentAutoDiscovery</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_VerifyWindowsEnrollmentAutoDiscovery.domainName">
            <summary>
                <para type="description">The "domainName" function parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_GetEffectivePermissions">
            <summary>
                <para type="description">The function "microsoft.graph.getEffectivePermissions", which exists on the type "microsoft.graph.deviceManagement".</para>
                <para type="description">This function returns a collection of "microsoft.graph.rolePermission" objects.</para>
                <para type="description">Graph Call: GET ~/deviceManagement/getEffectivePermissions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_GetEffectivePermissions.scope">
            <summary>
                <para type="description">The "scope" function parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate">
            <summary>
                <para type="synopsis">Retrieves the "applePushNotificationCertificate" object.</para>
                <para type="description">Retrieves the "applePushNotificationCertificate" object (which is of type "microsoft.graph.applePushNotificationCertificate").</para>
                <para type="description">Apple push notification certificate.</para>
                <para type="description">Graph call: GET ~/deviceManagement/applePushNotificationCertificate</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate.appleIdentifier">
            <summary>
                <para type="description">The "appleIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Apple Id of the account used to create the MDM push certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate.topicIdentifier">
            <summary>
                <para type="description">The "topicIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Topic Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Last modified date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">The expiration date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ApplePushNotificationCertificate.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.applePushNotificationCertificate" object.</para>
                <para type="description">Creates the "applePushNotificationCertificate" object (which is of type "microsoft.graph.applePushNotificationCertificate").</para>
                <para type="description">Apple push notification certificate.</para>
                <para type="description">Graph call: POST ~/deviceManagement/applePushNotificationCertificate</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate.appleIdentifier">
            <summary>
                <para type="description">The "appleIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Apple Id of the account used to create the MDM push certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate.topicIdentifier">
            <summary>
                <para type="description">The "topicIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Topic Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Last modified date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">The expiration date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ApplePushNotificationCertificate.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">Updates the "applePushNotificationCertificate" object (which is of type "microsoft.graph.applePushNotificationCertificate").</para>
                <para type="description">Apple push notification certificate.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/applePushNotificationCertificate</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate.appleIdentifier">
            <summary>
                <para type="description">The "appleIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Apple Id of the account used to create the MDM push certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate.topicIdentifier">
            <summary>
                <para type="description">The "topicIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Topic Id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">Last modified date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate.expirationDateTime">
            <summary>
                <para type="description">The "expirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
                <para type="description">The expiration date and time for Apple push notification certificate.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ApplePushNotificationCertificate.certificate">
            <summary>
                <para type="description">The "certificate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.applePushNotificationCertificate" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ApplePushNotificationCertificate">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.applePushNotificationCertificate" object.</para>
                <para type="description">Removes the "applePushNotificationCertificate" object (which is of type "microsoft.graph.applePushNotificationCertificate").</para>
                <para type="description">Apple push notification certificate.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/applePushNotificationCertificate</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ApplePushNotificationCertificate_DownloadApplePushNotificationCertificateSigningRequest">
            <summary>
                <para type="description">The function "microsoft.graph.downloadApplePushNotificationCertificateSigningRequest", which exists on the type "microsoft.graph.applePushNotificationCertificate".</para>
                <para type="description">This function returns a "Edm.String" object.</para>
                <para type="description">Graph Call: GET ~/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings">
            <summary>
                <para type="synopsis">Retrieves the "conditionalAccessSettings" object.</para>
                <para type="description">Retrieves the "conditionalAccessSettings" object (which is of type "microsoft.graph.onPremisesConditionalAccessSettings").</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
                <para type="description">Graph call: GET ~/deviceManagement/conditionalAccessSettings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Indicates if on premises conditional access is enabled for this organization</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings.includedGroups">
            <summary>
                <para type="description">The "includedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings.excludedGroups">
            <summary>
                <para type="description">The "excludedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ConditionalAccessSettings.overrideDefaultRule">
            <summary>
                <para type="description">The "overrideDefaultRule" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Override the default access rule when allowing a device to ensure access is granted.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ConditionalAccessSettings">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.onPremisesConditionalAccessSettings" object.</para>
                <para type="description">Creates the "conditionalAccessSettings" object (which is of type "microsoft.graph.onPremisesConditionalAccessSettings").</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
                <para type="description">Graph call: POST ~/deviceManagement/conditionalAccessSettings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ConditionalAccessSettings.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Indicates if on premises conditional access is enabled for this organization</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ConditionalAccessSettings.includedGroups">
            <summary>
                <para type="description">The "includedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ConditionalAccessSettings.excludedGroups">
            <summary>
                <para type="description">The "excludedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ConditionalAccessSettings.overrideDefaultRule">
            <summary>
                <para type="description">The "overrideDefaultRule" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Override the default access rule when allowing a device to ensure access is granted.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ConditionalAccessSettings">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.onPremisesConditionalAccessSettings".</para>
                <para type="description">Updates the "conditionalAccessSettings" object (which is of type "microsoft.graph.onPremisesConditionalAccessSettings").</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/conditionalAccessSettings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ConditionalAccessSettings.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Indicates if on premises conditional access is enabled for this organization</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ConditionalAccessSettings.includedGroups">
            <summary>
                <para type="description">The "includedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ConditionalAccessSettings.excludedGroups">
            <summary>
                <para type="description">The "excludedGroups" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ConditionalAccessSettings.overrideDefaultRule">
            <summary>
                <para type="description">The "overrideDefaultRule" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.onPremisesConditionalAccessSettings" type.</para>
                <para type="description">Override the default access rule when allowing a device to ensure access is granted.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ConditionalAccessSettings">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.onPremisesConditionalAccessSettings" object.</para>
                <para type="description">Removes the "conditionalAccessSettings" object (which is of type "microsoft.graph.onPremisesConditionalAccessSettings").</para>
                <para type="description">The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/conditionalAccessSettings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.detectedApp" objects.</para>
                <para type="description">Retrieves "microsoft.graph.detectedApp" objects in the "detectedApps" collection.</para>
                <para type="description">The list of detected apps associated with a device.</para>
                <para type="description">Graph call: GET ~/deviceManagement/detectedApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.detectedAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Name of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Version of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.sizeInByte">
            <summary>
                <para type="description">The "sizeInByte" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Discovered application size in bytes. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The number of devices that have installed this application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The devices that have the discovered application installed</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.detectedApp" object.</para>
                <para type="description">Adds a "microsoft.graph.detectedApp" object to the "detectedApps" collection.</para>
                <para type="description">The list of detected apps associated with a device.</para>
                <para type="description">Graph call: POST ~/deviceManagement/detectedApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.detectedAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Name of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Version of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.sizeInByte">
            <summary>
                <para type="description">The "sizeInByte" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Discovered application size in bytes. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The number of devices that have installed this application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The devices that have the discovered application installed</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.detectedApp".</para>
                <para type="description">Updates a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
                <para type="description">The list of detected apps associated with a device.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/detectedApps</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.detectedAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Name of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Version of the discovered application. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.sizeInByte">
            <summary>
                <para type="description">The "sizeInByte" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">Discovered application size in bytes. Read-only</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The number of devices that have installed this application</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DetectedApps.managedDevices">
            <summary>
                <para type="description">The "managedDevices" property, of type "microsoft.graph.managedDevice".</para>
                <para type="description">This property is on the "microsoft.graph.detectedApp" type.</para>
                <para type="description">The devices that have the discovered application installed</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DetectedApps">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.detectedApp" object.</para>
                <para type="description">Removes a "microsoft.graph.detectedApp" object from the "detectedApps" collection.</para>
                <para type="description">The list of detected apps associated with a device.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/detectedApps/detectedAppId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DetectedApps.detectedAppId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDevice" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDevice" objects in the "managedDevices" collection.</para>
                <para type="description">The devices that have the discovered application installed</para>
                <para type="description">Graph call: GET ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.detectedAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevices.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDevice" object references.</para>
                <para type="description">Retrieves "microsoft.graph.managedDevice" object references in the "managedDevices" collection.</para>
                <para type="description">The devices that have the discovered application installed</para>
                <para type="description">Graph call: GET ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.detectedAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DetectedApps_ManagedDevicesReferences.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps_ManagedDevicesReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "detectedApp" to a "microsoft.graph.managedDevice" object.</para>
                <para type="description">Creates a reference from the specified "detectedApp" object to a "managedDevice".</para>
                <para type="description">The devices that have the discovered application installed</para>
                <para type="description">Graph Call: POST ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps_ManagedDevicesReferences.detectedAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.managedDevice" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DetectedApps_ManagedDevicesReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "detectedApp" to a "microsoft.graph.managedDevice" object.</para>
                <para type="description">Removes a reference from the specified "detectedApp" object to a "managedDevice".</para>
                <para type="description">The devices that have the discovered application installed</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/detectedApps/{detectedAppId}/managedDevices/managedDeviceId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DetectedApps_ManagedDevicesReferences.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DetectedApps_ManagedDevicesReferences.detectedAppId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.detectedApp" object in the "detectedApps" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCategories">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceCategory" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceCategory" objects in the "deviceCategories" collection.</para>
                <para type="description">The list of device categories with the tenant.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCategories.deviceCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCategories.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCategories">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCategory" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceCategory" object to the "deviceCategories" collection.</para>
                <para type="description">The list of device categories with the tenant.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCategories.deviceCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCategories.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCategories">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCategory".</para>
                <para type="description">Updates a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.</para>
                <para type="description">The list of device categories with the tenant.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCategories</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCategories.deviceCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCategories.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCategories.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCategories">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCategory" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceCategory" object from the "deviceCategories" collection.</para>
                <para type="description">The list of device categories with the tenant.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCategories/deviceCategoryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCategories.deviceCategoryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCategory" object in the "deviceCategories" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceCompliancePolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceCompliancePolicy" objects in the "deviceCompliancePolicies" collection.</para>
                <para type="description">The device compliance policies.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.scheduledActionsForRule">
            <summary>
                <para type="description">The "scheduledActionsForRule" property, of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The list of scheduled action for this rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Compliance Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceCompliancePolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The required password type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Require encryption on windows phone devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordRequireToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequireToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.earlyLaunchAntiMalwareDriverEnabled">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.bitLockerEnabled">
            <summary>
                <para type="description">The "bitLockerEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.secureBootEnabled">
            <summary>
                <para type="description">The "secureBootEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.codeIntegrityEnabled">
            <summary>
                <para type="description">The "codeIntegrityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passwordRequiredToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequiredToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.requireHealthyDeviceReport">
            <summary>
                <para type="description">The "requireHealthyDeviceReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.mobileOsMinimumVersion">
            <summary>
                <para type="description">The "mobileOsMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.mobileOsMaximumVersion">
            <summary>
                <para type="description">The "mobileOsMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.systemIntegrityProtectionEnabled">
            <summary>
                <para type="description">The "systemIntegrityProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled system integrity protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionEnabled">
            <summary>
                <para type="description">The "deviceThreatProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled device threat protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionRequiredSecurityLevel">
            <summary>
                <para type="description">The "deviceThreatProtectionRequiredSecurityLevel" property, of type "microsoft.graph.deviceThreatProtectionLevel".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require Mobile Threat Protection minimum risk level to report noncompliance.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Whether the firewall should be enabled or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.firewallBlockAllIncoming">
            <summary>
                <para type="description">The "firewallBlockAllIncoming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to the “Block all incoming connections” option.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.firewallEnableStealthMode">
            <summary>
                <para type="description">The "firewallEnableStealthMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to “Enable stealth mode.”</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The required passcode type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityBlockJailbrokenDevices">
            <summary>
                <para type="description">The "securityBlockJailbrokenDevices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Devices must not be jailbroken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.managedEmailProfileRequired">
            <summary>
                <para type="description">The "managedEmailProfileRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a managed email profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityPreventInstallAppsFromUnknownSources">
            <summary>
                <para type="description">The "securityPreventInstallAppsFromUnknownSources" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require that devices disallow installation of apps from unknown sources.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityDisableUsbDebugging">
            <summary>
                <para type="description">The "securityDisableUsbDebugging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Disable USB debugging on Android devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.minAndroidSecurityPatchLevel">
            <summary>
                <para type="description">The "minAndroidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Minimum Android security patch level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationBasicIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet basic integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationCertifiedDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet certified device check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireGooglePlayServices">
            <summary>
                <para type="description">The "securityRequireGooglePlayServices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require Google Play Services to be installed and enabled on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireUpToDateSecurityProviders">
            <summary>
                <para type="description">The "securityRequireUpToDateSecurityProviders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies.securityRequireCompanyPortalAppIntegrity">
            <summary>
                <para type="description">The "securityRequireCompanyPortalAppIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the Company Portal client app runtime integrity check.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCompliancePolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceCompliancePolicy" object to the "deviceCompliancePolicies" collection.</para>
                <para type="description">The device compliance policies.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.scheduledActionsForRule">
            <summary>
                <para type="description">The "scheduledActionsForRule" property, of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The list of scheduled action for this rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Compliance Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceCompliancePolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.windowsPhone81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The required password type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Require encryption on windows phone devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.windows81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.windows10MobileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordRequireToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequireToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.earlyLaunchAntiMalwareDriverEnabled">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.bitLockerEnabled">
            <summary>
                <para type="description">The "bitLockerEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.secureBootEnabled">
            <summary>
                <para type="description">The "secureBootEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.codeIntegrityEnabled">
            <summary>
                <para type="description">The "codeIntegrityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.windows10CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passwordRequiredToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequiredToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.requireHealthyDeviceReport">
            <summary>
                <para type="description">The "requireHealthyDeviceReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.mobileOsMinimumVersion">
            <summary>
                <para type="description">The "mobileOsMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.mobileOsMaximumVersion">
            <summary>
                <para type="description">The "mobileOsMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.macOSCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.systemIntegrityProtectionEnabled">
            <summary>
                <para type="description">The "systemIntegrityProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled system integrity protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionEnabled">
            <summary>
                <para type="description">The "deviceThreatProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled device threat protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionRequiredSecurityLevel">
            <summary>
                <para type="description">The "deviceThreatProtectionRequiredSecurityLevel" property, of type "microsoft.graph.deviceThreatProtectionLevel".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require Mobile Threat Protection minimum risk level to report noncompliance.</para>
                <para type="description">
                     Valid values: 'unavailable', 'secured', 'low', 'medium', 'high', 'notSet'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Whether the firewall should be enabled or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.firewallBlockAllIncoming">
            <summary>
                <para type="description">The "firewallBlockAllIncoming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to the “Block all incoming connections” option.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.firewallEnableStealthMode">
            <summary>
                <para type="description">The "firewallEnableStealthMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to “Enable stealth mode.”</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.iosCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The required passcode type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityBlockJailbrokenDevices">
            <summary>
                <para type="description">The "securityBlockJailbrokenDevices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Devices must not be jailbroken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.managedEmailProfileRequired">
            <summary>
                <para type="description">The "managedEmailProfileRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a managed email profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.androidWorkProfileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityPreventInstallAppsFromUnknownSources">
            <summary>
                <para type="description">The "securityPreventInstallAppsFromUnknownSources" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require that devices disallow installation of apps from unknown sources.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityDisableUsbDebugging">
            <summary>
                <para type="description">The "securityDisableUsbDebugging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Disable USB debugging on Android devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.minAndroidSecurityPatchLevel">
            <summary>
                <para type="description">The "minAndroidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Minimum Android security patch level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationBasicIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet basic integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationCertifiedDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet certified device check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireGooglePlayServices">
            <summary>
                <para type="description">The "securityRequireGooglePlayServices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require Google Play Services to be installed and enabled on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireUpToDateSecurityProviders">
            <summary>
                <para type="description">The "securityRequireUpToDateSecurityProviders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.securityRequireCompanyPortalAppIntegrity">
            <summary>
                <para type="description">The "securityRequireCompanyPortalAppIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the Company Portal client app runtime integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies.androidCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">Updates a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
                <para type="description">The device compliance policies.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.scheduledActionsForRule">
            <summary>
                <para type="description">The "scheduledActionsForRule" property, of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The list of scheduled action for this rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Device compliance users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">Compliance Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceCompliancePolicyAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicy" type.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.windowsPhone81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">The required password type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.osMinimumVersion">
            <summary>
                <para type="description">The "osMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.osMaximumVersion">
            <summary>
                <para type="description">The "osMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CompliancePolicy" type.</para>
                <para type="description">Require encryption on windows phone devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.windows81CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.windows10MobileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordRequireToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequireToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.earlyLaunchAntiMalwareDriverEnabled">
            <summary>
                <para type="description">The "earlyLaunchAntiMalwareDriverEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.bitLockerEnabled">
            <summary>
                <para type="description">The "bitLockerEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.secureBootEnabled">
            <summary>
                <para type="description">The "secureBootEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.codeIntegrityEnabled">
            <summary>
                <para type="description">The "codeIntegrityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10MobileCompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.windows10CompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passwordRequiredToUnlockFromIdle">
            <summary>
                <para type="description">The "passwordRequiredToUnlockFromIdle" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require a password to unlock an idle device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.requireHealthyDeviceReport">
            <summary>
                <para type="description">The "requireHealthyDeviceReport" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Require devices to be reported as healthy by Windows Device Health Attestation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.mobileOsMinimumVersion">
            <summary>
                <para type="description">The "mobileOsMinimumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Minimum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.mobileOsMaximumVersion">
            <summary>
                <para type="description">The "mobileOsMaximumVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10CompliancePolicy" type.</para>
                <para type="description">Maximum Windows Phone version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.macOSCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.systemIntegrityProtectionEnabled">
            <summary>
                <para type="description">The "systemIntegrityProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled system integrity protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionEnabled">
            <summary>
                <para type="description">The "deviceThreatProtectionEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require that devices have enabled device threat protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.deviceThreatProtectionRequiredSecurityLevel">
            <summary>
                <para type="description">The "deviceThreatProtectionRequiredSecurityLevel" property, of type "microsoft.graph.deviceThreatProtectionLevel".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Require Mobile Threat Protection minimum risk level to report noncompliance.</para>
                <para type="description">
                     Valid values: 'unavailable', 'secured', 'low', 'medium', 'high', 'notSet'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.firewallEnabled">
            <summary>
                <para type="description">The "firewallEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Whether the firewall should be enabled or not.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.firewallBlockAllIncoming">
            <summary>
                <para type="description">The "firewallBlockAllIncoming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to the “Block all incoming connections” option.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.firewallEnableStealthMode">
            <summary>
                <para type="description">The "firewallEnableStealthMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCompliancePolicy" type.</para>
                <para type="description">Corresponds to “Enable stealth mode.”</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.iosCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The number of character sets required in the password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">The required passcode type.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityBlockJailbrokenDevices">
            <summary>
                <para type="description">The "securityBlockJailbrokenDevices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Devices must not be jailbroken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.managedEmailProfileRequired">
            <summary>
                <para type="description">The "managedEmailProfileRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosCompliancePolicy" type.</para>
                <para type="description">Indicates whether or not to require a managed email profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.androidWorkProfileCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityPreventInstallAppsFromUnknownSources">
            <summary>
                <para type="description">The "securityPreventInstallAppsFromUnknownSources" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require that devices disallow installation of apps from unknown sources.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityDisableUsbDebugging">
            <summary>
                <para type="description">The "securityDisableUsbDebugging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Disable USB debugging on Android devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.minAndroidSecurityPatchLevel">
            <summary>
                <para type="description">The "minAndroidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Minimum Android security patch level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationBasicIntegrity">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationBasicIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet basic integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireSafetyNetAttestationCertifiedDevice">
            <summary>
                <para type="description">The "securityRequireSafetyNetAttestationCertifiedDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the SafetyNet certified device check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireGooglePlayServices">
            <summary>
                <para type="description">The "securityRequireGooglePlayServices" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require Google Play Services to be installed and enabled on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireUpToDateSecurityProviders">
            <summary>
                <para type="description">The "securityRequireUpToDateSecurityProviders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.securityRequireCompanyPortalAppIntegrity">
            <summary>
                <para type="description">The "securityRequireCompanyPortalAppIntegrity" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileCompliancePolicy" type.</para>
                <para type="description">Require the device to pass the Company Portal client app runtime integrity check.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies.androidCompliancePolicy">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCompliancePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCompliancePolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceCompliancePolicy" object from the "deviceCompliancePolicies" collection.</para>
                <para type="description">The device compliance policies.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/deviceCompliancePolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This action returns a collection of "microsoft.graph.deviceCompliancePolicyAssignment" objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/deviceCompliancePolicies/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.deviceCompliancePolicyAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_Assign.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_ScheduleActionsForRules">
            <summary>
                <para type="description">The action "microsoft.graph.scheduleActionsForRules", which exists on the type "microsoft.graph.deviceCompliancePolicy".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/deviceCompliancePolicies/scheduleActionsForRules</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_ScheduleActionsForRules.deviceComplianceScheduledActionForRules">
            <summary>
                <para type="description">The "deviceComplianceScheduledActionForRules" action parameter of type "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceCompliancePolicies_ScheduleActionsForRules.deviceCompliancePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceCompliancePolicyAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceCompliancePolicyAssignment" objects in the "assignments" collection.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyAssignment" type.</para>
                <para type="description">Target for the compliance policy assignment.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCompliancePolicyAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceCompliancePolicyAssignment" object to the "assignments" collection.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyAssignment" type.</para>
                <para type="description">Target for the compliance policy assignment.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCompliancePolicyAssignment".</para>
                <para type="description">Updates a "microsoft.graph.deviceCompliancePolicyAssignment" object in the "assignments" collection.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyAssignment" type.</para>
                <para type="description">Target for the compliance policy assignment.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCompliancePolicyAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceCompliancePolicyAssignment" object from the "assignments" collection.</para>
                <para type="description">The collection of assignments for this compliance policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/assignments/deviceCompliancePolicyAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_Assignments.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.settingStateDeviceSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.settingStateDeviceSummary" objects in the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Compliance Setting State Device Summary</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.settingStateDeviceSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.settingStateDeviceSummary" object to the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Compliance Setting State Device Summary</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">Updates a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Compliance Setting State Device Summary</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.settingStateDeviceSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.settingStateDeviceSummary" object from the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Compliance Setting State Device Summary</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceSettingStateSummaries/settingStateDeviceSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceSettingStateSummaries.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceComplianceDeviceStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceComplianceDeviceStatus" objects in the "deviceStatuses" collection.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceComplianceDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceDeviceStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceComplianceDeviceStatus" object to the "deviceStatuses" collection.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceComplianceDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceDeviceStatus".</para>
                <para type="description">Updates a "microsoft.graph.deviceComplianceDeviceStatus" object in the "deviceStatuses" collection.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceComplianceDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceDeviceStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceComplianceDeviceStatus" object from the "deviceStatuses" collection.</para>
                <para type="description">List of DeviceComplianceDeviceStatus.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatuses/deviceComplianceDeviceStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceComplianceDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Retrieves the "deviceStatusOverview" object.</para>
                <para type="description">Retrieves the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceComplianceDeviceOverview").</para>
                <para type="description">Device compliance devices status overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceDeviceOverview" object.</para>
                <para type="description">Creates the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceComplianceDeviceOverview").</para>
                <para type="description">Device compliance devices status overview</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceDeviceOverview".</para>
                <para type="description">Updates the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceComplianceDeviceOverview").</para>
                <para type="description">Device compliance devices status overview</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceDeviceOverview" object.</para>
                <para type="description">Removes the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceComplianceDeviceOverview").</para>
                <para type="description">Device compliance devices status overview</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_DeviceStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceComplianceScheduledActionForRule" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceComplianceScheduledActionForRule" objects in the "scheduledActionsForRule" collection.</para>
                <para type="description">The list of scheduled action for this rule</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.ruleName">
            <summary>
                <para type="description">The "ruleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">Name of the rule which this scheduled action applies to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.scheduledActionConfigurations">
            <summary>
                <para type="description">The "scheduledActionConfigurations" property, of type "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceScheduledActionForRule" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceComplianceScheduledActionForRule" object to the "scheduledActionsForRule" collection.</para>
                <para type="description">The list of scheduled action for this rule</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.ruleName">
            <summary>
                <para type="description">The "ruleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">Name of the rule which this scheduled action applies to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.scheduledActionConfigurations">
            <summary>
                <para type="description">The "scheduledActionConfigurations" property, of type "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceScheduledActionForRule".</para>
                <para type="description">Updates a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
                <para type="description">The list of scheduled action for this rule</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.ruleName">
            <summary>
                <para type="description">The "ruleName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">Name of the rule which this scheduled action applies to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.scheduledActionConfigurations">
            <summary>
                <para type="description">The "scheduledActionConfigurations" property, of type "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceScheduledActionForRule" type.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceScheduledActionForRule" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceComplianceScheduledActionForRule" object from the "scheduledActionsForRule" collection.</para>
                <para type="description">The list of scheduled action for this rule</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule/deviceComplianceScheduledActionForRuleId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceComplianceActionItem" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceComplianceActionItem" objects in the "scheduledActionConfigurations" collection.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule/{deviceComplianceScheduledActionForRuleId}/scheduledActionConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceActionItemId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceActionItem" object in the "scheduledActionConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.gracePeriodHours">
            <summary>
                <para type="description">The "gracePeriodHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">Number of hours to wait till the action will be enforced. Valid values 0 to 8760</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "microsoft.graph.deviceComplianceActionType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What action to take</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationTemplateId">
            <summary>
                <para type="description">The "notificationTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What notification Message template to use</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationMessageCCList">
            <summary>
                <para type="description">The "notificationMessageCCList" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">A list of group IDs to speicify who to CC this notification message to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceActionItem" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceComplianceActionItem" object to the "scheduledActionConfigurations" collection.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule/{deviceComplianceScheduledActionForRuleId}/scheduledActionConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceActionItemId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceActionItem" object in the "scheduledActionConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.gracePeriodHours">
            <summary>
                <para type="description">The "gracePeriodHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">Number of hours to wait till the action will be enforced. Valid values 0 to 8760</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "microsoft.graph.deviceComplianceActionType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What action to take</para>
                <para type="description">
                     Valid values: 'noAction', 'notification', 'block', 'retire', 'wipe', 'removeResourceAccessProfiles', 'pushNotification'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationTemplateId">
            <summary>
                <para type="description">The "notificationTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What notification Message template to use</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationMessageCCList">
            <summary>
                <para type="description">The "notificationMessageCCList" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">A list of group IDs to speicify who to CC this notification message to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceActionItem".</para>
                <para type="description">Updates a "microsoft.graph.deviceComplianceActionItem" object in the "scheduledActionConfigurations" collection.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule/{deviceComplianceScheduledActionForRuleId}/scheduledActionConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceActionItemId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceActionItem" object in the "scheduledActionConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.gracePeriodHours">
            <summary>
                <para type="description">The "gracePeriodHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">Number of hours to wait till the action will be enforced. Valid values 0 to 8760</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.actionType">
            <summary>
                <para type="description">The "actionType" property, of type "microsoft.graph.deviceComplianceActionType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What action to take</para>
                <para type="description">
                     Valid values: 'noAction', 'notification', 'block', 'retire', 'wipe', 'removeResourceAccessProfiles', 'pushNotification'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationTemplateId">
            <summary>
                <para type="description">The "notificationTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">What notification Message template to use</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.notificationMessageCCList">
            <summary>
                <para type="description">The "notificationMessageCCList" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceActionItem" type.</para>
                <para type="description">A list of group IDs to speicify who to CC this notification message to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceActionItem" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceComplianceActionItem" object from the "scheduledActionConfigurations" collection.</para>
                <para type="description">The list of scheduled action configurations for this compliance policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/scheduledActionsForRule/{deviceComplianceScheduledActionForRuleId}/scheduledActionConfigurations/deviceComplianceActionItemId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceActionItemId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceActionItem" object in the "scheduledActionConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_ScheduledActionsForRule_ScheduledActionConfigurations.deviceComplianceScheduledActionForRuleId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceComplianceScheduledActionForRule" object in the "scheduledActionsForRule" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceComplianceUserStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceComplianceUserStatus" objects in the "userStatuses" collection.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceComplianceUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceUserStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceComplianceUserStatus" object to the "userStatuses" collection.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceComplianceUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceUserStatus".</para>
                <para type="description">Updates a "microsoft.graph.deviceComplianceUserStatus" object in the "userStatuses" collection.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceComplianceUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_UserStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceUserStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceComplianceUserStatus" object from the "userStatuses" collection.</para>
                <para type="description">List of DeviceComplianceUserStatus.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatuses/deviceComplianceUserStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceComplianceUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_UserStatuses.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview">
            <summary>
                <para type="synopsis">Retrieves the "userStatusOverview" object.</para>
                <para type="description">Retrieves the "userStatusOverview" object (which is of type "microsoft.graph.deviceComplianceUserOverview").</para>
                <para type="description">Device compliance users status overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceUserOverview" object.</para>
                <para type="description">Creates the "userStatusOverview" object (which is of type "microsoft.graph.deviceComplianceUserOverview").</para>
                <para type="description">Device compliance users status overview</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceUserOverview".</para>
                <para type="description">Updates the "userStatusOverview" object (which is of type "microsoft.graph.deviceComplianceUserOverview").</para>
                <para type="description">Device compliance users status overview</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceUserOverview" object.</para>
                <para type="description">Removes the "userStatusOverview" object (which is of type "microsoft.graph.deviceComplianceUserOverview").</para>
                <para type="description">Device compliance users status overview</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicyId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicies_UserStatusOverview.deviceCompliancePolicyId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicy" object in the "deviceCompliancePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="synopsis">Retrieves the "deviceCompliancePolicyDeviceStateSummary" object.</para>
                <para type="description">Retrieves the "deviceCompliancePolicyDeviceStateSummary" object (which is of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary").</para>
                <para type="description">The device compliance state summary for this account.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicyDeviceStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.inGracePeriodCount">
            <summary>
                <para type="description">The "inGracePeriodCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that are in grace period</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.configManagerCount">
            <summary>
                <para type="description">The "configManagerCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that have compliance managed by System Center Configuration Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" object.</para>
                <para type="description">Creates the "deviceCompliancePolicyDeviceStateSummary" object (which is of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary").</para>
                <para type="description">The device compliance state summary for this account.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicyDeviceStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.inGracePeriodCount">
            <summary>
                <para type="description">The "inGracePeriodCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that are in grace period</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.configManagerCount">
            <summary>
                <para type="description">The "configManagerCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that have compliance managed by System Center Configuration Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCompliancePolicyDeviceStateSummary".</para>
                <para type="description">Updates the "deviceCompliancePolicyDeviceStateSummary" object (which is of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary").</para>
                <para type="description">The device compliance state summary for this account.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicyDeviceStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.inGracePeriodCount">
            <summary>
                <para type="description">The "inGracePeriodCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that are in grace period</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.configManagerCount">
            <summary>
                <para type="description">The "configManagerCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of devices that have compliance managed by System Center Configuration Manager</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicyDeviceStateSummary">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCompliancePolicyDeviceStateSummary" object.</para>
                <para type="description">Removes the "deviceCompliancePolicyDeviceStateSummary" object (which is of type "microsoft.graph.deviceCompliancePolicyDeviceStateSummary").</para>
                <para type="description">The device compliance state summary for this account.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicyDeviceStateSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceCompliancePolicySettingStateSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceCompliancePolicySettingStateSummary" objects in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicySettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Name of the setting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Setting platform</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceComplianceSettingStates">
            <summary>
                <para type="description">The "deviceComplianceSettingStates" property, of type "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object to the "deviceCompliancePolicySettingStateSummaries" collection.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicySettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Name of the setting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Setting platform</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceComplianceSettingStates">
            <summary>
                <para type="description">The "deviceComplianceSettingStates" property, of type "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCompliancePolicySettingStateSummary".</para>
                <para type="description">Updates a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicySettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Name of the setting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Setting platform</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceComplianceSettingStates">
            <summary>
                <para type="description">The "deviceComplianceSettingStates" property, of type "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicySettingStateSummary" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicySettingStateSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object from the "deviceCompliancePolicySettingStateSummaries" collection.</para>
                <para type="description">The summary states of compliance policy settings for this account.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicySettingStateSummaries/deviceCompliancePolicySettingStateSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicySettingStateSummaries.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceComplianceSettingState" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceComplianceSettingState" objects in the "deviceComplianceSettingStates" collection.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}/deviceComplianceSettingStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceComplianceSettingStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceSettingState" object in the "deviceComplianceSettingStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Setting Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The user Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User email address that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User PrincipalName that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceComplianceSettingState" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceComplianceSettingState" object to the "deviceComplianceSettingStates" collection.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}/deviceComplianceSettingStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceComplianceSettingStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceSettingState" object in the "deviceComplianceSettingStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Setting Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The user Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User email address that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User PrincipalName that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceComplianceSettingState".</para>
                <para type="description">Updates a "microsoft.graph.deviceComplianceSettingState" object in the "deviceComplianceSettingStates" collection.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}/deviceComplianceSettingStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceComplianceSettingStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceSettingState" object in the "deviceComplianceSettingStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.setting">
            <summary>
                <para type="description">The "setting" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The setting class name and property name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Setting Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The Device Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The user Id that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userEmail">
            <summary>
                <para type="description">The "userEmail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User email address that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The User PrincipalName that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The compliance state of the setting</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceComplianceSettingState" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceComplianceSettingState" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceComplianceSettingState" object from the "deviceComplianceSettingStates" collection.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}/deviceComplianceSettingStates/deviceComplianceSettingStateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceComplianceSettingStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceComplianceSettingState" object in the "deviceComplianceSettingStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceCompliancePolicySettingStateSummaries_DeviceComplianceSettingStates.deviceCompliancePolicySettingStateSummaryId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceCompliancePolicySettingStateSummary" object in the "deviceCompliancePolicySettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="synopsis">Retrieves the "deviceConfigurationDeviceStateSummaries" object.</para>
                <para type="description">Retrieves the "deviceConfigurationDeviceStateSummaries" object (which is of type "microsoft.graph.deviceConfigurationDeviceStateSummary").</para>
                <para type="description">The device configuration device state summary for this account.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurationDeviceStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurationDeviceStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationDeviceStateSummary" object.</para>
                <para type="description">Creates the "deviceConfigurationDeviceStateSummaries" object (which is of type "microsoft.graph.deviceConfigurationDeviceStateSummary").</para>
                <para type="description">The device configuration device state summary for this account.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurationDeviceStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurationDeviceStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationDeviceStateSummary".</para>
                <para type="description">Updates the "deviceConfigurationDeviceStateSummaries" object (which is of type "microsoft.graph.deviceConfigurationDeviceStateSummary").</para>
                <para type="description">The device configuration device state summary for this account.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurationDeviceStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of unknown devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of compliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of remediated devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of NonCompliant devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurationDeviceStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStateSummary" type.</para>
                <para type="description">Number of conflict devices</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurationDeviceStateSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationDeviceStateSummary" object.</para>
                <para type="description">Removes the "deviceConfigurationDeviceStateSummaries" object (which is of type "microsoft.graph.deviceConfigurationDeviceStateSummary").</para>
                <para type="description">The device configuration device state summary for this account.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurationDeviceStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceConfiguration" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceConfiguration" objects in the "deviceConfigurations" collection.</para>
                <para type="description">The device configurations.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceConfigurationDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceConfigurationUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.azureOperationalInsightsBlockTelemetry">
            <summary>
                <para type="description">The "azureOperationalInsightsBlockTelemetry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Azure Operational Insights.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceId">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights workspace id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceKey">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights Workspace key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.connectAppBlockAutoLaunch">
            <summary>
                <para type="description">The "connectAppBlockAutoLaunch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to automatically launch the Connect app whenever a projection is initiated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.maintenanceWindowBlocked">
            <summary>
                <para type="description">The "maintenanceWindowBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block setting a maintenance window for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.maintenanceWindowDurationInHours">
            <summary>
                <para type="description">The "maintenanceWindowDurationInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window duration for device updates. Valid values 0 to 5</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.maintenanceWindowStartTime">
            <summary>
                <para type="description">The "maintenanceWindowStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window start time for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.miracastChannel">
            <summary>
                <para type="description">The "miracastChannel" property, of type "microsoft.graph.miracastChannel".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The channel.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.miracastBlocked">
            <summary>
                <para type="description">The "miracastBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.miracastRequirePin">
            <summary>
                <para type="description">The "miracastRequirePin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a pin for wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockMyMeetingsAndFiles">
            <summary>
                <para type="description">The "settingsBlockMyMeetingsAndFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockSessionResume">
            <summary>
                <para type="description">The "settingsBlockSessionResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to allow the ability to resume a session when the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockSigninSuggestions">
            <summary>
                <para type="description">The "settingsBlockSigninSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsDefaultVolume">
            <summary>
                <para type="description">The "settingsDefaultVolume" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsScreenTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsScreenTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub screen turns off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsSessionTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSessionTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsSleepTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSleepTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub enters sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.welcomeScreenBlockAutomaticWakeUp">
            <summary>
                <para type="description">The "welcomeScreenBlockAutomaticWakeUp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.welcomeScreenBackgroundImageUrl">
            <summary>
                <para type="description">The "welcomeScreenBackgroundImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.welcomeScreenMeetingInformation">
            <summary>
                <para type="description">The "welcomeScreenMeetingInformation" property, of type "microsoft.graph.welcomeScreenMeetingInformation".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen meeting information shown.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applyOnlyToWindowsPhone81">
            <summary>
                <para type="description">The "applyOnlyToWindowsPhone81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsBlockCopyPaste">
            <summary>
                <para type="description">The "appsBlockCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothBlocked">
            <summary>
                <para type="description">The "bluetoothBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block bluetooth.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cameraBlocked">
            <summary>
                <para type="description">The "cameraBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockWifiTethering">
            <summary>
                <para type="description">The "cellularBlockWifiTethering" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.compliantAppsList">
            <summary>
                <para type="description">The "compliantAppsList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.compliantAppListType">
            <summary>
                <para type="description">The "compliantAppListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List that is in the AppComplianceList.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmission">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.emailBlockAddingAccounts">
            <summary>
                <para type="description">The "emailBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block custom email accounts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.locationServicesBlocked">
            <summary>
                <para type="description">The "locationServicesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block location services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.microsoftAccountBlocked">
            <summary>
                <para type="description">The "microsoftAccountBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block using a Microsoft Account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.nfcBlocked">
            <summary>
                <para type="description">The "nfcBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Near-Field Communication.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minutes of inactivity before screen timeout.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of character sets a password must contain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "passwordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Password type that is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block screenshots.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageBlockRemovableStorage">
            <summary>
                <para type="description">The "storageBlockRemovableStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block removable storage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webBrowserBlocked">
            <summary>
                <para type="description">The "webBrowserBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wifiBlocked">
            <summary>
                <para type="description">The "wifiBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wifiBlockAutomaticConnectHotspots">
            <summary>
                <para type="description">The "wifiBlockAutomaticConnectHotspots" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wifiBlockHotspotReporting">
            <summary>
                <para type="description">The "wifiBlockHotspotReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsStoreBlocked">
            <summary>
                <para type="description">The "windowsStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.accountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
                <para type="description">The "accountsBlockAddingNonMicrosoftAccountEmail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applyOnlyToWindows81">
            <summary>
                <para type="description">The "applyOnlyToWindows81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockAutofill">
            <summary>
                <para type="description">The "browserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockAutomaticDetectionOfIntranetSites">
            <summary>
                <para type="description">The "browserBlockAutomaticDetectionOfIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic detection of Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockEnterpriseModeAccess">
            <summary>
                <para type="description">The "browserBlockEnterpriseModeAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block enterprise mode access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockJavaScript">
            <summary>
                <para type="description">The "browserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockPlugins">
            <summary>
                <para type="description">The "browserBlockPlugins" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block plug-ins.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockPopups">
            <summary>
                <para type="description">The "browserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "browserBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserBlockSingleWordEntryOnIntranetSites">
            <summary>
                <para type="description">The "browserBlockSingleWordEntryOnIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block a single word entry on Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserRequireSmartScreen">
            <summary>
                <para type="description">The "browserRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "browserEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserInternetSecurityLevel">
            <summary>
                <para type="description">The "browserInternetSecurityLevel" property, of type "microsoft.graph.internetSiteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The internet security level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserIntranetSecurityLevel">
            <summary>
                <para type="description">The "browserIntranetSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The Intranet security level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserLoggingReportLocation">
            <summary>
                <para type="description">The "browserLoggingReportLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The logging report location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserRequireHighSecurityForRestrictedSites">
            <summary>
                <para type="description">The "browserRequireHighSecurityForRestrictedSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require high security for restricted sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserRequireFirewall">
            <summary>
                <para type="description">The "browserRequireFirewall" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a firewall.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserRequireFraudWarning">
            <summary>
                <para type="description">The "browserRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.browserTrustedSitesSecurityLevel">
            <summary>
                <para type="description">The "browserTrustedSitesSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The trusted sites security level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockDataRoaming">
            <summary>
                <para type="description">The "cellularBlockDataRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block data roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.diagnosticsBlockDataSubmission">
            <summary>
                <para type="description">The "diagnosticsBlockDataSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordBlockPicturePasswordAndPin">
            <summary>
                <para type="description">The "passwordBlockPicturePasswordAndPin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using a pictures password and pin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRequireDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.updatesRequireAutomaticUpdates">
            <summary>
                <para type="description">The "updatesRequireAutomaticUpdates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require automatic updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.userAccountControlSettings">
            <summary>
                <para type="description">The "userAccountControlSettings" property, of type "microsoft.graph.windowsUserAccountControlSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The user account control settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workFoldersUrl">
            <summary>
                <para type="description">The "workFoldersUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The work folders url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deliveryOptimizationMode">
            <summary>
                <para type="description">The "deliveryOptimizationMode" property, of type "microsoft.graph.windowsDeliveryOptimizationMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Delivery Optimization Mode</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.prereleaseFeatures">
            <summary>
                <para type="description">The "prereleaseFeatures" property, of type "microsoft.graph.prereleaseFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">The pre-release features.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.automaticUpdateMode">
            <summary>
                <para type="description">The "automaticUpdateMode" property, of type "microsoft.graph.automaticUpdateMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Automatic update mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.microsoftUpdateServiceAllowed">
            <summary>
                <para type="description">The "microsoftUpdateServiceAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Allow Microsoft Update Service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.driversExcluded">
            <summary>
                <para type="description">The "driversExcluded" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Exclude Windows update Drivers</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.installationSchedule">
            <summary>
                <para type="description">The "installationSchedule" property, of type "microsoft.graph.windowsUpdateInstallScheduleType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Installation schedule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.qualityUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "qualityUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Quality Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.featureUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "featureUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Feature Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.qualityUpdatesPaused">
            <summary>
                <para type="description">The "qualityUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Quality Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.featureUpdatesPaused">
            <summary>
                <para type="description">The "featureUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Feature Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.qualityUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "qualityUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Quality Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.featureUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "featureUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Feature Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.businessReadyUpdatesOnly">
            <summary>
                <para type="description">The "businessReadyUpdatesOnly" property, of type "microsoft.graph.windowsUpdateType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Determines which branch devices will receive their updates from</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.omaSettings">
            <summary>
                <para type="description">The "omaSettings" property, of type "microsoft.graph.omaSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
                <para type="description">OMA settings. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.launchUri">
            <summary>
                <para type="description">The "launchUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.configurationAccount">
            <summary>
                <para type="description">The "configurationAccount" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowPrinting">
            <summary>
                <para type="description">The "allowPrinting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the app from printing during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowScreenCapture">
            <summary>
                <para type="description">The "allowScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen capture capability during a test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowTextSuggestion">
            <summary>
                <para type="description">The "allowTextSuggestion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow text suggestions during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.accountManagerPolicy">
            <summary>
                <para type="description">The "accountManagerPolicy" property, of type "microsoft.graph.sharedPCAccountManagerPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowedAccounts">
            <summary>
                <para type="description">The "allowedAccounts" property, of type "microsoft.graph.sharedPCAllowedAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Indicates which type of accounts are allowed to use on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowLocalStorage">
            <summary>
                <para type="description">The "allowLocalStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether local storage is allowed on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.disableAccountManager">
            <summary>
                <para type="description">The "disableAccountManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the account manager for shared PC mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.disableEduPolicies">
            <summary>
                <para type="description">The "disableEduPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.disablePowerPolicies">
            <summary>
                <para type="description">The "disablePowerPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC power policies should be disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.disableSignInOnResume">
            <summary>
                <para type="description">The "disableSignInOnResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the requirement to sign in whenever the device wakes up from sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Enables shared PC mode and applies the shared pc policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.idleTimeBeforeSleepInSeconds">
            <summary>
                <para type="description">The "idleTimeBeforeSleepInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskAppDisplayName">
            <summary>
                <para type="description">The "kioskAppDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskAppUserModelId">
            <summary>
                <para type="description">The "kioskAppUserModelId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the application user model ID of the app to use with assigned access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.maintenanceStartTime">
            <summary>
                <para type="description">The "maintenanceStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the daily start time of maintenance hour.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.uninstallBuiltInApps">
            <summary>
                <para type="description">The "uninstallBuiltInApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
                <para type="description">Indicates whether or not to uninstall a fixed list of built-in Windows apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.editionUpgradeLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License Type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.targetEdition">
            <summary>
                <para type="description">The "targetEdition" property, of type "microsoft.graph.windows10EditionType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Target Edition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.license">
            <summary>
                <para type="description">The "license" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License File Content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Product Key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.allowSampleSharing">
            <summary>
                <para type="description">The "allowSampleSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enableExpeditedTelemetryReporting">
            <summary>
                <para type="description">The "enableExpeditedTelemetryReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryEndPoint">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryEndPoint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Endpoint for discovering cloud printers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthAuthority">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthAuthority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Authentication endpoint for acquiring OAuth tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthClientIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthClientIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for print service as configured in the Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryMaxLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for printer discovery service as configured in Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchBlockDiacritics">
            <summary>
                <para type="description">The "searchBlockDiacritics" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies if search can use diacritics.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchDisableAutoLanguageDetection">
            <summary>
                <para type="description">The "searchDisableAutoLanguageDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies whether to use automatic language detection when indexing content and properties.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchDisableIndexingEncryptedItems">
            <summary>
                <para type="description">The "searchDisableIndexingEncryptedItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchEnableRemoteQueries">
            <summary>
                <para type="description">The "searchEnableRemoteQueries" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block remote queries of this computer’s index.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchDisableIndexerBackoff">
            <summary>
                <para type="description">The "searchDisableIndexerBackoff" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the search indexer backoff feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchDisableIndexingRemovableDrive">
            <summary>
                <para type="description">The "searchDisableIndexingRemovableDrive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.searchEnableAutomaticIndexSizeManangement">
            <summary>
                <para type="description">The "searchEnableAutomaticIndexSizeManangement" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.diagnosticsDataSubmissionMode">
            <summary>
                <para type="description">The "diagnosticsDataSubmissionMode" property, of type "microsoft.graph.diagnosticDataSubmissionMode".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.oneDriveDisableFileSync">
            <summary>
                <para type="description">The "oneDriveDisableFileSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.smartScreenEnableAppInstallControl">
            <summary>
                <para type="description">The "smartScreenEnableAppInstallControl" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users are allowed to install apps from places other than the Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.personalizationDesktopImageUrl">
            <summary>
                <para type="description">The "personalizationDesktopImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.personalizationLockScreenImageUrl">
            <summary>
                <para type="description">The "personalizationLockScreenImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothAllowedServices">
            <summary>
                <para type="description">The "bluetoothAllowedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify a list of allowed Bluetooth services and profiles in hex formatted strings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothBlockAdvertising">
            <summary>
                <para type="description">The "bluetoothBlockAdvertising" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth advertising.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothBlockDiscoverableMode">
            <summary>
                <para type="description">The "bluetoothBlockDiscoverableMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth discoverable mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothBlockPrePairing">
            <summary>
                <para type="description">The "bluetoothBlockPrePairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockAutofill">
            <summary>
                <para type="description">The "edgeBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlocked">
            <summary>
                <para type="description">The "edgeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeCookiePolicy">
            <summary>
                <para type="description">The "edgeCookiePolicy" property, of type "microsoft.graph.edgeCookiePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates which cookies to block in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockDeveloperTools">
            <summary>
                <para type="description">The "edgeBlockDeveloperTools" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block developer tools in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "edgeBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockExtensions">
            <summary>
                <para type="description">The "edgeBlockExtensions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block extensions in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockInPrivateBrowsing">
            <summary>
                <para type="description">The "edgeBlockInPrivateBrowsing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockJavaScript">
            <summary>
                <para type="description">The "edgeBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockPasswordManager">
            <summary>
                <para type="description">The "edgeBlockPasswordManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block password manager.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockAddressBarDropdown">
            <summary>
                <para type="description">The "edgeBlockAddressBarDropdown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockCompatibilityList">
            <summary>
                <para type="description">The "edgeBlockCompatibilityList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeClearBrowsingDataOnExit">
            <summary>
                <para type="description">The "edgeClearBrowsingDataOnExit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Clear browsing data on exiting Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeAllowStartPagesModification">
            <summary>
                <para type="description">The "edgeAllowStartPagesModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeDisableFirstRunPage">
            <summary>
                <para type="description">The "edgeDisableFirstRunPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockLiveTileDataCollection">
            <summary>
                <para type="description">The "edgeBlockLiveTileDataCollection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeSyncFavoritesWithInternetExplorer">
            <summary>
                <para type="description">The "edgeSyncFavoritesWithInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockDataWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockDataWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using data over cellular while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockVpn">
            <summary>
                <para type="description">The "cellularBlockVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockVpnWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockVpnWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN when roaming over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderBlockEndUserAccess">
            <summary>
                <para type="description">The "defenderBlockEndUserAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block end user access to Defender.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
                <para type="description">The "defenderDaysBeforeDeletingQuarantinedMalware" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Number of days before deleting quarantined malware. Valid values 0 to 90</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderDetectedMalwareActions">
            <summary>
                <para type="description">The "defenderDetectedMalwareActions" property, of type "microsoft.graph.defenderDetectedMalwareActions".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets Defender’s actions to take on detected Malware per threat level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderSystemScanSchedule">
            <summary>
                <para type="description">The "defenderSystemScanSchedule" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Defender day of the week for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderFilesAndFoldersToExclude">
            <summary>
                <para type="description">The "defenderFilesAndFoldersToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Files and folder to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderFileExtensionsToExclude">
            <summary>
                <para type="description">The "defenderFileExtensionsToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">File extensions to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanMaxCpu">
            <summary>
                <para type="description">The "defenderScanMaxCpu" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Max CPU usage percentage during scan. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderMonitorFileActivity">
            <summary>
                <para type="description">The "defenderMonitorFileActivity" property, of type "microsoft.graph.defenderMonitorFileActivity".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Value for monitoring file activity.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderProcessesToExclude">
            <summary>
                <para type="description">The "defenderProcessesToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Processes to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderPromptForSampleSubmission">
            <summary>
                <para type="description">The "defenderPromptForSampleSubmission" property, of type "microsoft.graph.defenderPromptForSampleSubmission".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The configuration for how to prompt user for sample submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderRequireBehaviorMonitoring">
            <summary>
                <para type="description">The "defenderRequireBehaviorMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require behavior monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderRequireCloudProtection">
            <summary>
                <para type="description">The "defenderRequireCloudProtection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require cloud protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderRequireNetworkInspectionSystem">
            <summary>
                <para type="description">The "defenderRequireNetworkInspectionSystem" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require network inspection system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderRequireRealTimeMonitoring">
            <summary>
                <para type="description">The "defenderRequireRealTimeMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require real time monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanArchiveFiles">
            <summary>
                <para type="description">The "defenderScanArchiveFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan archive files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanDownloads">
            <summary>
                <para type="description">The "defenderScanDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan downloads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanNetworkFiles">
            <summary>
                <para type="description">The "defenderScanNetworkFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan files opened from a network folder.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanIncomingMail">
            <summary>
                <para type="description">The "defenderScanIncomingMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan incoming mail messages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanMappedNetworkDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan mapped network drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanRemovableDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanRemovableDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan removable drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanScriptsLoadedInInternetExplorer">
            <summary>
                <para type="description">The "defenderScanScriptsLoadedInInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan scripts loaded in Internet Explorer browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderSignatureUpdateIntervalInHours">
            <summary>
                <para type="description">The "defenderSignatureUpdateIntervalInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScanType">
            <summary>
                <para type="description">The "defenderScanType" property, of type "microsoft.graph.defenderScanType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender system scan type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScheduledScanTime">
            <summary>
                <para type="description">The "defenderScheduledScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender time for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderScheduledQuickScanTime">
            <summary>
                <para type="description">The "defenderScheduledQuickScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The time to perform a daily quick scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderCloudBlockLevel">
            <summary>
                <para type="description">The "defenderCloudBlockLevel" property, of type "microsoft.graph.defenderCloudBlockLevelType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the level of cloud-delivered protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenAllowTimeoutConfiguration">
            <summary>
                <para type="description">The "lockScreenAllowTimeoutConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockActionCenterNotifications">
            <summary>
                <para type="description">The "lockScreenBlockActionCenterNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block action center notifications over lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockCortana">
            <summary>
                <para type="description">The "lockScreenBlockCortana" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not the user can interact with Cortana using speech while the system is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockToastNotifications">
            <summary>
                <para type="description">The "lockScreenBlockToastNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether to allow toast notifications above the device lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenTimeoutInSeconds">
            <summary>
                <para type="description">The "lockScreenTimeoutInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordRequireWhenResumeFromIdleState">
            <summary>
                <para type="description">The "passwordRequireWhenResumeFromIdleState" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password upon resuming from an idle state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.privacyAdvertisingId">
            <summary>
                <para type="description">The "privacyAdvertisingId" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enables or disables the use of advertising ID. Added in Windows 10, version 1607.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.privacyAutoAcceptPairingAndConsentPrompts">
            <summary>
                <para type="description">The "privacyAutoAcceptPairingAndConsentPrompts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.privacyBlockInputPersonalization">
            <summary>
                <para type="description">The "privacyBlockInputPersonalization" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startBlockUnpinningAppsFromTaskbar">
            <summary>
                <para type="description">The "startBlockUnpinningAppsFromTaskbar" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from unpinning apps from taskbar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuAppListVisibility">
            <summary>
                <para type="description">The "startMenuAppListVisibility" property, of type "microsoft.graph.windowsStartMenuAppListVisibilityType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideChangeAccountSettings">
            <summary>
                <para type="description">The "startMenuHideChangeAccountSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the change account setting from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideFrequentlyUsedApps">
            <summary>
                <para type="description">The "startMenuHideFrequentlyUsedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideHibernate">
            <summary>
                <para type="description">The "startMenuHideHibernate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides hibernate from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideLock">
            <summary>
                <para type="description">The "startMenuHideLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides lock from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHidePowerButton">
            <summary>
                <para type="description">The "startMenuHidePowerButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the power button from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideRecentJumpLists">
            <summary>
                <para type="description">The "startMenuHideRecentJumpLists" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideRecentlyAddedApps">
            <summary>
                <para type="description">The "startMenuHideRecentlyAddedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideRestartOptions">
            <summary>
                <para type="description">The "startMenuHideRestartOptions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideShutDown">
            <summary>
                <para type="description">The "startMenuHideShutDown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideSignOut">
            <summary>
                <para type="description">The "startMenuHideSignOut" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sign out from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideSleep">
            <summary>
                <para type="description">The "startMenuHideSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sleep from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideSwitchAccount">
            <summary>
                <para type="description">The "startMenuHideSwitchAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides switch account from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuHideUserTile">
            <summary>
                <para type="description">The "startMenuHideUserTile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the user tile from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuLayoutEdgeAssetsXml">
            <summary>
                <para type="description">The "startMenuLayoutEdgeAssetsXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuLayoutXml">
            <summary>
                <para type="description">The "startMenuLayoutXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuMode">
            <summary>
                <para type="description">The "startMenuMode" property, of type "microsoft.graph.windowsStartMenuModeType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to decide how the Start menu is displayed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDocuments">
            <summary>
                <para type="description">The "startMenuPinnedFolderDocuments" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDownloads">
            <summary>
                <para type="description">The "startMenuPinnedFolderDownloads" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderFileExplorer">
            <summary>
                <para type="description">The "startMenuPinnedFolderFileExplorer" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderHomeGroup">
            <summary>
                <para type="description">The "startMenuPinnedFolderHomeGroup" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderMusic">
            <summary>
                <para type="description">The "startMenuPinnedFolderMusic" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderNetwork">
            <summary>
                <para type="description">The "startMenuPinnedFolderNetwork" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPersonalFolder">
            <summary>
                <para type="description">The "startMenuPinnedFolderPersonalFolder" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPictures">
            <summary>
                <para type="description">The "startMenuPinnedFolderPictures" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderSettings">
            <summary>
                <para type="description">The "startMenuPinnedFolderSettings" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderVideos">
            <summary>
                <para type="description">The "startMenuPinnedFolderVideos" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockSettingsApp">
            <summary>
                <para type="description">The "settingsBlockSettingsApp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockSystemPage">
            <summary>
                <para type="description">The "settingsBlockSystemPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to System in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockDevicesPage">
            <summary>
                <para type="description">The "settingsBlockDevicesPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Devices in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockNetworkInternetPage">
            <summary>
                <para type="description">The "settingsBlockNetworkInternetPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Network &amp; Internet in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockPersonalizationPage">
            <summary>
                <para type="description">The "settingsBlockPersonalizationPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Personalization in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockAccountsPage">
            <summary>
                <para type="description">The "settingsBlockAccountsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Accounts in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockTimeLanguagePage">
            <summary>
                <para type="description">The "settingsBlockTimeLanguagePage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Time &amp; Language in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockEaseOfAccessPage">
            <summary>
                <para type="description">The "settingsBlockEaseOfAccessPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Ease of Access in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockPrivacyPage">
            <summary>
                <para type="description">The "settingsBlockPrivacyPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Privacy in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockUpdateSecurityPage">
            <summary>
                <para type="description">The "settingsBlockUpdateSecurityPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Update &amp; Security in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockAppsPage">
            <summary>
                <para type="description">The "settingsBlockAppsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Apps in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockGamingPage">
            <summary>
                <para type="description">The "settingsBlockGamingPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Gaming in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
                <para type="description">The "windowsSpotlightBlockConsumerSpecificFeatures" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlocked">
            <summary>
                <para type="description">The "windowsSpotlightBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off all Windows Spotlight features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockOnActionCenter">
            <summary>
                <para type="description">The "windowsSpotlightBlockOnActionCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockTailoredExperiences">
            <summary>
                <para type="description">The "windowsSpotlightBlockTailoredExperiences" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block personalized content in Windows spotlight based on user’s device usage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockThirdPartyNotifications">
            <summary>
                <para type="description">The "windowsSpotlightBlockThirdPartyNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block third party content delivered via Windows Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWelcomeExperience">
            <summary>
                <para type="description">The "windowsSpotlightBlockWelcomeExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Windows Spotlight Windows welcome experience</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWindowsTips">
            <summary>
                <para type="description">The "windowsSpotlightBlockWindowsTips" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off the popup of Windows Tips.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsSpotlightConfigureOnLockScreen">
            <summary>
                <para type="description">The "windowsSpotlightConfigureOnLockScreen" property, of type "microsoft.graph.windowsSpotlightEnablementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the type of Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.networkProxyApplySettingsDeviceWide">
            <summary>
                <para type="description">The "networkProxyApplySettingsDeviceWide" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.networkProxyDisableAutoDetect">
            <summary>
                <para type="description">The "networkProxyDisableAutoDetect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.networkProxyAutomaticConfigurationUrl">
            <summary>
                <para type="description">The "networkProxyAutomaticConfigurationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Address to the proxy auto-config (PAC) script you want to use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.networkProxyServer">
            <summary>
                <para type="description">The "networkProxyServer" property, of type "microsoft.graph.windows10NetworkProxyServer".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies manual proxy server settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.antiTheftModeBlocked">
            <summary>
                <para type="description">The "antiTheftModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.connectedDevicesServiceBlocked">
            <summary>
                <para type="description">The "connectedDevicesServiceBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.certificatesBlockManualRootCertificateInstallation">
            <summary>
                <para type="description">The "certificatesBlockManualRootCertificateInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from doing manual root certificate installation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.copyPasteBlocked">
            <summary>
                <para type="description">The "copyPasteBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cortanaBlocked">
            <summary>
                <para type="description">The "cortanaBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using Cortana.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceManagementBlockFactoryResetOnMobile">
            <summary>
                <para type="description">The "deviceManagementBlockFactoryResetOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from resetting their phone.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceManagementBlockManualUnenroll">
            <summary>
                <para type="description">The "deviceManagementBlockManualUnenroll" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from doing manual un-enrollment from device management.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safeSearchFilter">
            <summary>
                <para type="description">The "safeSearchFilter" property, of type "microsoft.graph.safeSearchFilterType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies what filter level of safe search is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockPopups">
            <summary>
                <para type="description">The "edgeBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockSearchSuggestions">
            <summary>
                <para type="description">The "edgeBlockSearchSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the search suggestions in the address bar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeBlockSendingIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeSendIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeSendIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeRequireSmartScreen">
            <summary>
                <para type="description">The "edgeRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "edgeEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates the enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeFirstRunUrl">
            <summary>
                <para type="description">The "edgeFirstRunUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The first run URL for when Edge browser is opened for the first time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeSearchEngine">
            <summary>
                <para type="description">The "edgeSearchEngine" property, of type "microsoft.graph.edgeSearchEngineBase".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeHomepageUrls">
            <summary>
                <para type="description">The "edgeHomepageUrls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.edgeBlockAccessToAboutFlags">
            <summary>
                <para type="description">The "edgeBlockAccessToAboutFlags" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent access to about flags on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverride">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webRtcBlockLocalhostIpAddress">
            <summary>
                <para type="description">The "webRtcBlockLocalhostIpAddress" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.internetSharingBlocked">
            <summary>
                <para type="description">The "internetSharingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using internet sharing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockAddProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockAddProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockRemoveProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockRemoveProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the runtime configuration agent from removing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockChangeSystemTime">
            <summary>
                <para type="description">The "settingsBlockChangeSystemTime" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing date and time settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockEditDeviceName">
            <summary>
                <para type="description">The "settingsBlockEditDeviceName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from editing the device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockChangeRegion">
            <summary>
                <para type="description">The "settingsBlockChangeRegion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the region settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockChangeLanguage">
            <summary>
                <para type="description">The "settingsBlockChangeLanguage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the language settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.settingsBlockChangePowerSleep">
            <summary>
                <para type="description">The "settingsBlockChangePowerSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing power and sleep settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.microsoftAccountBlockSettingsSync">
            <summary>
                <para type="description">The "microsoftAccountBlockSettingsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Microsoft account settings sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.resetProtectionModeBlocked">
            <summary>
                <para type="description">The "resetProtectionModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from reset protection mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRequireMobileDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireMobileDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicating whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.usbBlocked">
            <summary>
                <para type="description">The "usbBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from USB connection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.voiceRecordingBlocked">
            <summary>
                <para type="description">The "voiceRecordingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from voice recording.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wiFiBlockManualConfiguration">
            <summary>
                <para type="description">The "wiFiBlockManualConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using Wi-Fi manual configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wiFiScanInterval">
            <summary>
                <para type="description">The "wiFiScanInterval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockProjectionToThisDevice">
            <summary>
                <para type="description">The "wirelessDisplayBlockProjectionToThisDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow other devices from discovering this PC for projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockUserInputFromReceiver">
            <summary>
                <para type="description">The "wirelessDisplayBlockUserInputFromReceiver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow user input from wireless display receiver.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wirelessDisplayRequirePinForPairing">
            <summary>
                <para type="description">The "wirelessDisplayRequirePinForPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a PIN for new devices to initiate pairing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsAllowTrustedAppsSideloading">
            <summary>
                <para type="description">The "appsAllowTrustedAppsSideloading" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsStoreBlockAutoUpdate">
            <summary>
                <para type="description">The "windowsStoreBlockAutoUpdate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic update of apps from Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.developerUnlockSetting">
            <summary>
                <para type="description">The "developerUnlockSetting" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow developer unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.sharedUserAppDataAllowed">
            <summary>
                <para type="description">The "sharedUserAppDataAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block multiple users of the same app to share data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsBlockWindowsStoreOriginatedApps">
            <summary>
                <para type="description">The "appsBlockWindowsStoreOriginatedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.windowsStoreEnablePrivateStoreOnly">
            <summary>
                <para type="description">The "windowsStoreEnablePrivateStoreOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable Private Store Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRestrictAppDataToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppDataToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether application data is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRestrictAppInstallToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppInstallToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether the installation of applications is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.gameDvrBlocked">
            <summary>
                <para type="description">The "gameDvrBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block DVR and broadcasting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.experienceBlockDeviceDiscovery">
            <summary>
                <para type="description">The "experienceBlockDeviceDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable device discovery UX.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.experienceBlockErrorDialogWhenNoSIM">
            <summary>
                <para type="description">The "experienceBlockErrorDialogWhenNoSIM" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.experienceBlockTaskSwitcher">
            <summary>
                <para type="description">The "experienceBlockTaskSwitcher" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable task switching on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.logonBlockFastUserSwitching">
            <summary>
                <para type="description">The "logonBlockFastUserSwitching" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disables the ability to quickly switch between users that are logged on simultaneously without logging off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.tenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
                <para type="description">The "tenantLockdownRequireNetworkDuringOutOfBoxExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether the device is required to connect to the network.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallBlockStatefulFTP">
            <summary>
                <para type="description">The "firewallBlockStatefulFTP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Blocks stateful FTP connections to the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
                <para type="description">The "firewallIdleTimeoutForSecurityAssociationInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallPreSharedKeyEncodingMethod">
            <summary>
                <para type="description">The "firewallPreSharedKeyEncodingMethod" property, of type "microsoft.graph.firewallPreSharedKeyEncodingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Select the preshared key encoding to be used</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowNeighborDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowICMP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowICMP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow ICMP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowRouterDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowDHCP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowDHCP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallCertificateRevocationListCheckMethod">
            <summary>
                <para type="description">The "firewallCertificateRevocationListCheckMethod" property, of type "microsoft.graph.firewallCertificateRevocationListCheckMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Specify how the certificate revocation list is to be enforced</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallMergeKeyingModuleSettings">
            <summary>
                <para type="description">The "firewallMergeKeyingModuleSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallPacketQueueingMethod">
            <summary>
                <para type="description">The "firewallPacketQueueingMethod" property, of type "microsoft.graph.firewallPacketQueueingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures how packet queueing should be applied in the tunnel gateway scenario</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallProfileDomain">
            <summary>
                <para type="description">The "firewallProfileDomain" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for domain networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallProfilePublic">
            <summary>
                <para type="description">The "firewallProfilePublic" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for public networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.firewallProfilePrivate">
            <summary>
                <para type="description">The "firewallProfilePrivate" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for private networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderAttackSurfaceReductionExcludedPaths">
            <summary>
                <para type="description">The "defenderAttackSurfaceReductionExcludedPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of exe files and folders to be excluded from attack surface reduction rules</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderGuardedFoldersAllowedAppPaths">
            <summary>
                <para type="description">The "defenderGuardedFoldersAllowedAppPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of paths to exe that are allowed to access protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderAdditionalGuardedFolders">
            <summary>
                <para type="description">The "defenderAdditionalGuardedFolders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of folder paths to be added to the list of protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXml">
            <summary>
                <para type="description">The "defenderExploitProtectionXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Xml content containing information regarding exploit protection details.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXmlFileName">
            <summary>
                <para type="description">The "defenderExploitProtectionXmlFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Name of the file from which DefenderExploitProtectionXml was obtained.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.defenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
                <para type="description">The "defenderSecurityCenterBlockExploitProtectionOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user from overriding Exploit Protection settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appLockerApplicationControl">
            <summary>
                <para type="description">The "appLockerApplicationControl" property, of type "microsoft.graph.appLockerApplicationControlType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enables the Admin to choose what types of app to allow on devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.smartScreenEnableInShell">
            <summary>
                <para type="description">The "smartScreenEnableInShell" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to configure SmartScreen for Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.smartScreenBlockOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardEnabled">
            <summary>
                <para type="description">The "applicationGuardEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enable Windows Defender Application Guard</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardBlockFileTransfer">
            <summary>
                <para type="description">The "applicationGuardBlockFileTransfer" property, of type "microsoft.graph.applicationGuardBlockFileTransferType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to transfer image file, text file or neither of them</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardBlockNonEnterpriseContent">
            <summary>
                <para type="description">The "applicationGuardBlockNonEnterpriseContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block enterprise sites to load non-enterprise content, such as third party plug-ins</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardAllowPersistence">
            <summary>
                <para type="description">The "applicationGuardAllowPersistence" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardForceAuditing">
            <summary>
                <para type="description">The "applicationGuardForceAuditing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardBlockClipboardSharing">
            <summary>
                <para type="description">The "applicationGuardBlockClipboardSharing" property, of type "microsoft.graph.applicationGuardBlockClipboardSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToPDF">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToPDF" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to PDF from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToXPS">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToXPS" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to XPS from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToLocalPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToLocalPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Local Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToNetworkPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToNetworkPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Network Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bitLockerDisableWarningForOtherDiskEncryption">
            <summary>
                <para type="description">The "bitLockerDisableWarningForOtherDiskEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the Admin to disable the warning prompt for other disk encryption on the user machines.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
                <para type="description">The "bitLockerEnableStorageCardEncryptionOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bitLockerEncryptDevice">
            <summary>
                <para type="description">The "bitLockerEncryptDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bitLockerRemovableDrivePolicy">
            <summary>
                <para type="description">The "bitLockerRemovableDrivePolicy" property, of type "microsoft.graph.bitLockerRemovableDrivePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">BitLocker Removable Drive Policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.assetTagTemplate">
            <summary>
                <para type="description">The "assetTagTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Asset tag information for the device, displayed on the login window and lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenFootnote">
            <summary>
                <para type="description">The "lockScreenFootnote" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.homeScreenDockIcons">
            <summary>
                <para type="description">The "homeScreenDockIcons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.homeScreenPages">
            <summary>
                <para type="description">The "homeScreenPages" property, of type "microsoft.graph.iosHomeScreenPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.notificationSettings">
            <summary>
                <para type="description">The "notificationSettings" property, of type "microsoft.graph.iosNotificationSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.emailInDomainSuffixes">
            <summary>
                <para type="description">The "emailInDomainSuffixes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">An email address lacking a suffix that matches any of these strings will be considered out-of-domain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity required before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.payloadName">
            <summary>
                <para type="description">The "payloadName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Name that is displayed to the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.payloadFileName">
            <summary>
                <para type="description">The "payloadFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload file name (*.mobileconfig | *.xml).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.payload">
            <summary>
                <para type="description">The "payload" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload. (UTF8 encoded byte array)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours Start (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours End (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.scheduledInstallDays">
            <summary>
                <para type="description">The "scheduledInstallDays" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.utcTimeOffsetInMinutes">
            <summary>
                <para type="description">The "utcTimeOffsetInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">UTC Time Offset indicated in minutes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.accountBlockModification">
            <summary>
                <para type="description">The "accountBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow account modification when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.activationLockAllowWhenSupervised">
            <summary>
                <para type="description">The "activationLockAllowWhenSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow activation lock when the device is in the supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.airDropBlocked">
            <summary>
                <para type="description">The "airDropBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow AirDrop when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.airDropForceUnmanagedDropTarget">
            <summary>
                <para type="description">The "airDropForceUnmanagedDropTarget" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.airPlayForcePairingPasswordForOutgoingRequests">
            <summary>
                <para type="description">The "airPlayForcePairingPasswordForOutgoingRequests" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appleWatchBlockPairing">
            <summary>
                <para type="description">The "appleWatchBlockPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appleWatchForceWristDetection">
            <summary>
                <para type="description">The "appleWatchForceWristDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appleNewsBlocked">
            <summary>
                <para type="description">The "appleNewsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsSingleAppModeList">
            <summary>
                <para type="description">The "appsSingleAppModeList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsVisibilityList">
            <summary>
                <para type="description">The "appsVisibilityList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsVisibilityListType">
            <summary>
                <para type="description">The "appsVisibilityListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of list that is in the AppsVisibilityList.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appStoreBlockAutomaticDownloads">
            <summary>
                <para type="description">The "appStoreBlockAutomaticDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appStoreBlocked">
            <summary>
                <para type="description">The "appStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appStoreBlockInAppPurchases">
            <summary>
                <para type="description">The "appStoreBlockInAppPurchases" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from making in app purchases.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appStoreBlockUIAppInstallation">
            <summary>
                <para type="description">The "appStoreBlockUIAppInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appStoreRequirePassword">
            <summary>
                <para type="description">The "appStoreRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password when using the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.bluetoothBlockModification">
            <summary>
                <para type="description">The "bluetoothBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
                <para type="description">The "cellularBlockGlobalBackgroundFetchWhileRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block global background fetch while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockPerAppDataModification">
            <summary>
                <para type="description">The "cellularBlockPerAppDataModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockPersonalHotspot">
            <summary>
                <para type="description">The "cellularBlockPersonalHotspot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Personal Hotspot.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockVoiceRoaming">
            <summary>
                <para type="description">The "cellularBlockVoiceRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.certificatesBlockUntrustedTlsCertificates">
            <summary>
                <para type="description">The "certificatesBlockUntrustedTlsCertificates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block untrusted TLS certificates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.classroomAppBlockRemoteScreenObservation">
            <summary>
                <para type="description">The "classroomAppBlockRemoteScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.classroomAppForceUnpromptedScreenObservation">
            <summary>
                <para type="description">The "classroomAppForceUnpromptedScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.configurationProfileBlockChanges">
            <summary>
                <para type="description">The "configurationProfileBlockChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.definitionLookupBlocked">
            <summary>
                <para type="description">The "definitionLookupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceBlockEnableRestrictions">
            <summary>
                <para type="description">The "deviceBlockEnableRestrictions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceBlockEraseContentAndSettings">
            <summary>
                <para type="description">The "deviceBlockEraseContentAndSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceBlockNameModification">
            <summary>
                <para type="description">The "deviceBlockNameModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmissionModification">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmissionModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.documentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
                <para type="description">The "documentsBlockManagedDocumentsInUnmanagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing managed documents in unmanaged apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.documentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
                <para type="description">The "documentsBlockUnmanagedDocumentsInManagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing unmanaged documents in managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrust">
            <summary>
                <para type="description">The "enterpriseAppBlockTrust" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from trusting an enterprise app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrustModification">
            <summary>
                <para type="description">The "enterpriseAppBlockTrustModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from modifying the enterprise app trust settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.faceTimeBlocked">
            <summary>
                <para type="description">The "faceTimeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using FaceTime.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.findMyFriendsBlocked">
            <summary>
                <para type="description">The "findMyFriendsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Find My Friends when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.gamingBlockGameCenterFriends">
            <summary>
                <para type="description">The "gamingBlockGameCenterFriends" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from having friends in Game Center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.gamingBlockMultiplayer">
            <summary>
                <para type="description">The "gamingBlockMultiplayer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using multiplayer gaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.gameCenterBlocked">
            <summary>
                <para type="description">The "gameCenterBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Game Center when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.hostPairingBlocked">
            <summary>
                <para type="description">The "hostPairingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iBooksStoreBlocked">
            <summary>
                <para type="description">The "iBooksStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iBooksStoreBlockErotica">
            <summary>
                <para type="description">The "iBooksStoreBlockErotica" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockActivityContinuation">
            <summary>
                <para type="description">The "iCloudBlockActivityContinuation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockBackup">
            <summary>
                <para type="description">The "iCloudBlockBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockDocumentSync">
            <summary>
                <para type="description">The "iCloudBlockDocumentSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud document sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockManagedAppsSync">
            <summary>
                <para type="description">The "iCloudBlockManagedAppsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Managed Apps Cloud Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoLibrary">
            <summary>
                <para type="description">The "iCloudBlockPhotoLibrary" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Library.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoStreamSync">
            <summary>
                <para type="description">The "iCloudBlockPhotoStreamSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Stream Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudBlockSharedPhotoStream">
            <summary>
                <para type="description">The "iCloudBlockSharedPhotoStream" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Shared Photo Stream.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iCloudRequireEncryptedBackup">
            <summary>
                <para type="description">The "iCloudRequireEncryptedBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require backups to iCloud be encrypted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iTunesBlockExplicitContent">
            <summary>
                <para type="description">The "iTunesBlockExplicitContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iTunesBlockMusicService">
            <summary>
                <para type="description">The "iTunesBlockMusicService" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.iTunesBlockRadio">
            <summary>
                <para type="description">The "iTunesBlockRadio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.keyboardBlockAutoCorrect">
            <summary>
                <para type="description">The "keyboardBlockAutoCorrect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.keyboardBlockDictation">
            <summary>
                <para type="description">The "keyboardBlockDictation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using dictation input when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.keyboardBlockPredictive">
            <summary>
                <para type="description">The "keyboardBlockPredictive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.keyboardBlockShortcuts">
            <summary>
                <para type="description">The "keyboardBlockShortcuts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.keyboardBlockSpellCheck">
            <summary>
                <para type="description">The "keyboardBlockSpellCheck" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveSpeak">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveSpeak" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow assistive speak while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveTouchSettings">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveTouchSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowAutoLock">
            <summary>
                <para type="description">The "kioskModeAllowAutoLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device auto lock while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowColorInversionSettings">
            <summary>
                <para type="description">The "kioskModeAllowColorInversionSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowRingerSwitch">
            <summary>
                <para type="description">The "kioskModeAllowRingerSwitch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the ringer switch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowScreenRotation">
            <summary>
                <para type="description">The "kioskModeAllowScreenRotation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen rotation while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowSleepButton">
            <summary>
                <para type="description">The "kioskModeAllowSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the sleep button while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowTouchscreen">
            <summary>
                <para type="description">The "kioskModeAllowTouchscreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the touchscreen while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowVoiceOverSettings">
            <summary>
                <para type="description">The "kioskModeAllowVoiceOverSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the voice over settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowVolumeButtons">
            <summary>
                <para type="description">The "kioskModeAllowVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the volume buttons while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAllowZoomSettings">
            <summary>
                <para type="description">The "kioskModeAllowZoomSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the zoom settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeAppStoreUrl">
            <summary>
                <para type="description">The "kioskModeAppStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeBuiltInAppId">
            <summary>
                <para type="description">The "kioskModeBuiltInAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeRequireAssistiveTouch">
            <summary>
                <para type="description">The "kioskModeRequireAssistiveTouch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require assistive touch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeRequireColorInversion">
            <summary>
                <para type="description">The "kioskModeRequireColorInversion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require color inversion while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeRequireMonoAudio">
            <summary>
                <para type="description">The "kioskModeRequireMonoAudio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require mono audio while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeRequireVoiceOver">
            <summary>
                <para type="description">The "kioskModeRequireVoiceOver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require voice over while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeRequireZoom">
            <summary>
                <para type="description">The "kioskModeRequireZoom" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require zoom while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeManagedAppId">
            <summary>
                <para type="description">The "kioskModeManagedAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockControlCenter">
            <summary>
                <para type="description">The "lockScreenBlockControlCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using control center on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockNotificationView">
            <summary>
                <para type="description">The "lockScreenBlockNotificationView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the notification view on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockPassbook">
            <summary>
                <para type="description">The "lockScreenBlockPassbook" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using passbook when the device is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.lockScreenBlockTodayView">
            <summary>
                <para type="description">The "lockScreenBlockTodayView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Today View on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingAustralia">
            <summary>
                <para type="description">The "mediaContentRatingAustralia" property, of type "microsoft.graph.mediaContentRatingAustralia".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Australia</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingCanada">
            <summary>
                <para type="description">The "mediaContentRatingCanada" property, of type "microsoft.graph.mediaContentRatingCanada".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Canada</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingFrance">
            <summary>
                <para type="description">The "mediaContentRatingFrance" property, of type "microsoft.graph.mediaContentRatingFrance".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for France</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingGermany">
            <summary>
                <para type="description">The "mediaContentRatingGermany" property, of type "microsoft.graph.mediaContentRatingGermany".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Germany</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingIreland">
            <summary>
                <para type="description">The "mediaContentRatingIreland" property, of type "microsoft.graph.mediaContentRatingIreland".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Ireland</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingJapan">
            <summary>
                <para type="description">The "mediaContentRatingJapan" property, of type "microsoft.graph.mediaContentRatingJapan".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Japan</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingNewZealand">
            <summary>
                <para type="description">The "mediaContentRatingNewZealand" property, of type "microsoft.graph.mediaContentRatingNewZealand".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for New Zealand</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedKingdom">
            <summary>
                <para type="description">The "mediaContentRatingUnitedKingdom" property, of type "microsoft.graph.mediaContentRatingUnitedKingdom".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United Kingdom</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedStates">
            <summary>
                <para type="description">The "mediaContentRatingUnitedStates" property, of type "microsoft.graph.mediaContentRatingUnitedStates".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United States</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.networkUsageRules">
            <summary>
                <para type="description">The "networkUsageRules" property, of type "microsoft.graph.iosNetworkUsageRule".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.mediaContentRatingApps">
            <summary>
                <para type="description">The "mediaContentRatingApps" property, of type "microsoft.graph.ratingAppsType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Apps</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.messagesBlocked">
            <summary>
                <para type="description">The "messagesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Messages app on the supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.notificationsBlockSettingsModification">
            <summary>
                <para type="description">The "notificationsBlockSettingsModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passcodeBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintModification">
            <summary>
                <para type="description">The "passcodeBlockFingerprintModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Block modification of registered Touch ID fingerprints when in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeBlockModification">
            <summary>
                <para type="description">The "passcodeBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of character sets a passcode must contain. Valid values 0 to 4</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeSignInFailureCountBeforeWipe">
            <summary>
                <para type="description">The "passcodeSignInFailureCountBeforeWipe" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before wiping the device. Valid values 4 to 11</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of passcode that is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.podcastsBlocked">
            <summary>
                <para type="description">The "podcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariBlockAutofill">
            <summary>
                <para type="description">The "safariBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Auto fill in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariBlockJavaScript">
            <summary>
                <para type="description">The "safariBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariBlockPopups">
            <summary>
                <para type="description">The "safariBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariBlocked">
            <summary>
                <para type="description">The "safariBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariCookieSettings">
            <summary>
                <para type="description">The "safariCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings for Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariManagedDomains">
            <summary>
                <para type="description">The "safariManagedDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URLs matching the patterns listed here will be considered managed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariPasswordAutoFillDomains">
            <summary>
                <para type="description">The "safariPasswordAutoFillDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.safariRequireFraudWarning">
            <summary>
                <para type="description">The "safariRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.siriBlocked">
            <summary>
                <para type="description">The "siriBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.siriBlockedWhenLocked">
            <summary>
                <para type="description">The "siriBlockedWhenLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri when locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.siriBlockUserGeneratedContent">
            <summary>
                <para type="description">The "siriBlockUserGeneratedContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.siriRequireProfanityFilter">
            <summary>
                <para type="description">The "siriRequireProfanityFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.spotlightBlockInternetResults">
            <summary>
                <para type="description">The "spotlightBlockInternetResults" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Spotlight search from returning internet results on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.voiceDialingBlocked">
            <summary>
                <para type="description">The "voiceDialingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice dialing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wallpaperBlockModification">
            <summary>
                <para type="description">The "wallpaperBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.wiFiConnectOnlyToConfiguredNetworks">
            <summary>
                <para type="description">The "wiFiConnectOnlyToConfiguredNetworks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passwordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.passwordBlockTrustAgents">
            <summary>
                <para type="description">The "passwordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileDataSharingType">
            <summary>
                <para type="description">The "workProfileDataSharingType" property, of type "microsoft.graph.androidWorkProfileCrossProfileDataSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of data sharing that is allowed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockNotificationsWhileDeviceLocked">
            <summary>
                <para type="description">The "workProfileBlockNotificationsWhileDeviceLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block notifications while device locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockAddingAccounts">
            <summary>
                <para type="description">The "workProfileBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block users from adding/removing accounts in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBluetoothEnableContactSharing">
            <summary>
                <para type="description">The "workProfileBluetoothEnableContactSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Allow bluetooth devices to access enterprise contacts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockScreenCapture">
            <summary>
                <para type="description">The "workProfileBlockScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block screen capture in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCallerId">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCallerId" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block display work profile caller ID in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockCamera">
            <summary>
                <para type="description">The "workProfileBlockCamera" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileContactsSearch">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileContactsSearch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile contacts availability in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCopyPaste">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Boolean that indicates if the setting disallow cross profile copy/paste is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileDefaultAppPermissionPolicy">
            <summary>
                <para type="description">The "workProfileDefaultAppPermissionPolicy" property, of type "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of password that is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "workProfilePasswordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockTrustAgents">
            <summary>
                <para type="description">The "workProfilePasswordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordExpirationDays">
            <summary>
                <para type="description">The "workProfilePasswordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the work profile password expires. Valid values 1 to 365</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinimumLength">
            <summary>
                <para type="description">The "workProfilePasswordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of work profile password. Valid values 4 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNumericCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNumericCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of numeric characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNonLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNonLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of non-letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLowerCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLowerCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of lower-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinUpperCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinUpperCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of upper-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinSymbolCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinSymbolCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of symbols required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "workProfilePasswordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous work profile passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "workProfilePasswordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfilePasswordRequiredType">
            <summary>
                <para type="description">The "workProfilePasswordRequiredType" property, of type "microsoft.graph.androidWorkProfileRequiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of work profile password that is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.workProfileRequirePassword">
            <summary>
                <para type="description">The "workProfileRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Password is required or not for work profile</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsBlockClipboardSharing">
            <summary>
                <para type="description">The "appsBlockClipboardSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block clipboard sharing to copy and paste between applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsBlockYouTube">
            <summary>
                <para type="description">The "appsBlockYouTube" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the YouTube app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.cellularBlockMessaging">
            <summary>
                <para type="description">The "cellularBlockMessaging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block SMS/MMS messaging.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.googleAccountBlockAutoSync">
            <summary>
                <para type="description">The "googleAccountBlockAutoSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google account auto sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.googlePlayStoreBlocked">
            <summary>
                <para type="description">The "googlePlayStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Google Play store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeBlockSleepButton">
            <summary>
                <para type="description">The "kioskModeBlockSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the screen sleep button while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeBlockVolumeButtons">
            <summary>
                <para type="description">The "kioskModeBlockVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the volume buttons while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.kioskModeApps">
            <summary>
                <para type="description">The "kioskModeApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.powerOffBlocked">
            <summary>
                <para type="description">The "powerOffBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block powering off the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.factoryResetBlocked">
            <summary>
                <para type="description">The "factoryResetBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user performing a factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.deviceSharingAllowed">
            <summary>
                <para type="description">The "deviceSharingAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device sharing mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageBlockGoogleBackup">
            <summary>
                <para type="description">The "storageBlockGoogleBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google Backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.storageRequireRemovableStorageEncryption">
            <summary>
                <para type="description">The "storageRequireRemovableStorageEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require removable storage encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.voiceAssistantBlocked">
            <summary>
                <para type="description">The "voiceAssistantBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the use of the Voice Assistant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webBrowserBlockPopups">
            <summary>
                <para type="description">The "webBrowserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webBrowserBlockAutofill">
            <summary>
                <para type="description">The "webBrowserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser's auto fill feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webBrowserBlockJavaScript">
            <summary>
                <para type="description">The "webBrowserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.webBrowserCookieSettings">
            <summary>
                <para type="description">The "webBrowserCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsInstallAllowList">
            <summary>
                <para type="description">The "appsInstallAllowList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsLaunchBlockList">
            <summary>
                <para type="description">The "appsLaunchBlockList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations.appsHideList">
            <summary>
                <para type="description">The "appsHideList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfiguration" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceConfiguration" object to the "deviceConfigurations" collection.</para>
                <para type="description">The device configurations.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceConfigurationDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceConfigurationUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10TeamGeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.azureOperationalInsightsBlockTelemetry">
            <summary>
                <para type="description">The "azureOperationalInsightsBlockTelemetry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Azure Operational Insights.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceId">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights workspace id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceKey">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights Workspace key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.connectAppBlockAutoLaunch">
            <summary>
                <para type="description">The "connectAppBlockAutoLaunch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to automatically launch the Connect app whenever a projection is initiated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.maintenanceWindowBlocked">
            <summary>
                <para type="description">The "maintenanceWindowBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block setting a maintenance window for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.maintenanceWindowDurationInHours">
            <summary>
                <para type="description">The "maintenanceWindowDurationInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window duration for device updates. Valid values 0 to 5</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.maintenanceWindowStartTime">
            <summary>
                <para type="description">The "maintenanceWindowStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window start time for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.miracastChannel">
            <summary>
                <para type="description">The "miracastChannel" property, of type "microsoft.graph.miracastChannel".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The channel.</para>
                <para type="description">
                     Valid values: 'userDefined', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'thirtySix', 'forty', 'fortyFour', 'fortyEight', 'oneHundredFortyNine', 'oneHundredFiftyThree', 'oneHundredFiftySeven', 'oneHundredSixtyOne', 'oneHundredSixtyFive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.miracastBlocked">
            <summary>
                <para type="description">The "miracastBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.miracastRequirePin">
            <summary>
                <para type="description">The "miracastRequirePin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a pin for wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockMyMeetingsAndFiles">
            <summary>
                <para type="description">The "settingsBlockMyMeetingsAndFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockSessionResume">
            <summary>
                <para type="description">The "settingsBlockSessionResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to allow the ability to resume a session when the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockSigninSuggestions">
            <summary>
                <para type="description">The "settingsBlockSigninSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsDefaultVolume">
            <summary>
                <para type="description">The "settingsDefaultVolume" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsScreenTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsScreenTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub screen turns off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsSessionTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSessionTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsSleepTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSleepTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub enters sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.welcomeScreenBlockAutomaticWakeUp">
            <summary>
                <para type="description">The "welcomeScreenBlockAutomaticWakeUp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.welcomeScreenBackgroundImageUrl">
            <summary>
                <para type="description">The "welcomeScreenBackgroundImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.welcomeScreenMeetingInformation">
            <summary>
                <para type="description">The "welcomeScreenMeetingInformation" property, of type "microsoft.graph.welcomeScreenMeetingInformation".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen meeting information shown.</para>
                <para type="description">
                     Valid values: 'userDefined', 'showOrganizerAndTimeOnly', 'showOrganizerAndTimeAndSubject'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsPhone81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applyOnlyToWindowsPhone81">
            <summary>
                <para type="description">The "applyOnlyToWindowsPhone81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsBlockCopyPaste">
            <summary>
                <para type="description">The "appsBlockCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothBlocked">
            <summary>
                <para type="description">The "bluetoothBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block bluetooth.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cameraBlocked">
            <summary>
                <para type="description">The "cameraBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockWifiTethering">
            <summary>
                <para type="description">The "cellularBlockWifiTethering" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.compliantAppsList">
            <summary>
                <para type="description">The "compliantAppsList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.compliantAppListType">
            <summary>
                <para type="description">The "compliantAppListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List that is in the AppComplianceList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmission">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.emailBlockAddingAccounts">
            <summary>
                <para type="description">The "emailBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block custom email accounts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.locationServicesBlocked">
            <summary>
                <para type="description">The "locationServicesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block location services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.microsoftAccountBlocked">
            <summary>
                <para type="description">The "microsoftAccountBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block using a Microsoft Account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.nfcBlocked">
            <summary>
                <para type="description">The "nfcBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Near-Field Communication.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minutes of inactivity before screen timeout.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of character sets a password must contain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "passwordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Password type that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block screenshots.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageBlockRemovableStorage">
            <summary>
                <para type="description">The "storageBlockRemovableStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block removable storage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webBrowserBlocked">
            <summary>
                <para type="description">The "webBrowserBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wifiBlocked">
            <summary>
                <para type="description">The "wifiBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wifiBlockAutomaticConnectHotspots">
            <summary>
                <para type="description">The "wifiBlockAutomaticConnectHotspots" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wifiBlockHotspotReporting">
            <summary>
                <para type="description">The "wifiBlockHotspotReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsStoreBlocked">
            <summary>
                <para type="description">The "windowsStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.accountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
                <para type="description">The "accountsBlockAddingNonMicrosoftAccountEmail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applyOnlyToWindows81">
            <summary>
                <para type="description">The "applyOnlyToWindows81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockAutofill">
            <summary>
                <para type="description">The "browserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockAutomaticDetectionOfIntranetSites">
            <summary>
                <para type="description">The "browserBlockAutomaticDetectionOfIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic detection of Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockEnterpriseModeAccess">
            <summary>
                <para type="description">The "browserBlockEnterpriseModeAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block enterprise mode access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockJavaScript">
            <summary>
                <para type="description">The "browserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockPlugins">
            <summary>
                <para type="description">The "browserBlockPlugins" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block plug-ins.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockPopups">
            <summary>
                <para type="description">The "browserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "browserBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserBlockSingleWordEntryOnIntranetSites">
            <summary>
                <para type="description">The "browserBlockSingleWordEntryOnIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block a single word entry on Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserRequireSmartScreen">
            <summary>
                <para type="description">The "browserRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "browserEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserInternetSecurityLevel">
            <summary>
                <para type="description">The "browserInternetSecurityLevel" property, of type "microsoft.graph.internetSiteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The internet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserIntranetSecurityLevel">
            <summary>
                <para type="description">The "browserIntranetSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The Intranet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserLoggingReportLocation">
            <summary>
                <para type="description">The "browserLoggingReportLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The logging report location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserRequireHighSecurityForRestrictedSites">
            <summary>
                <para type="description">The "browserRequireHighSecurityForRestrictedSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require high security for restricted sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserRequireFirewall">
            <summary>
                <para type="description">The "browserRequireFirewall" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a firewall.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserRequireFraudWarning">
            <summary>
                <para type="description">The "browserRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.browserTrustedSitesSecurityLevel">
            <summary>
                <para type="description">The "browserTrustedSitesSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The trusted sites security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockDataRoaming">
            <summary>
                <para type="description">The "cellularBlockDataRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block data roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.diagnosticsBlockDataSubmission">
            <summary>
                <para type="description">The "diagnosticsBlockDataSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordBlockPicturePasswordAndPin">
            <summary>
                <para type="description">The "passwordBlockPicturePasswordAndPin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using a pictures password and pin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRequireDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.updatesRequireAutomaticUpdates">
            <summary>
                <para type="description">The "updatesRequireAutomaticUpdates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require automatic updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.userAccountControlSettings">
            <summary>
                <para type="description">The "userAccountControlSettings" property, of type "microsoft.graph.windowsUserAccountControlSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The user account control settings.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysNotify', 'notifyOnAppChanges', 'notifyOnAppChangesWithoutDimming', 'neverNotify'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workFoldersUrl">
            <summary>
                <para type="description">The "workFoldersUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The work folders url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsUpdateForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deliveryOptimizationMode">
            <summary>
                <para type="description">The "deliveryOptimizationMode" property, of type "microsoft.graph.windowsDeliveryOptimizationMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Delivery Optimization Mode</para>
                <para type="description">
                     Valid values: 'userDefined', 'httpOnly', 'httpWithPeeringNat', 'httpWithPeeringPrivateGroup', 'httpWithInternetPeering', 'simpleDownload', 'bypassMode'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.prereleaseFeatures">
            <summary>
                <para type="description">The "prereleaseFeatures" property, of type "microsoft.graph.prereleaseFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">The pre-release features.</para>
                <para type="description">
                     Valid values: 'userDefined', 'settingsOnly', 'settingsAndExperimentations', 'notAllowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.automaticUpdateMode">
            <summary>
                <para type="description">The "automaticUpdateMode" property, of type "microsoft.graph.automaticUpdateMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Automatic update mode.</para>
                <para type="description">
                     Valid values: 'userDefined', 'notifyDownload', 'autoInstallAtMaintenanceTime', 'autoInstallAndRebootAtMaintenanceTime', 'autoInstallAndRebootAtScheduledTime', 'autoInstallAndRebootWithoutEndUserControl'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.microsoftUpdateServiceAllowed">
            <summary>
                <para type="description">The "microsoftUpdateServiceAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Allow Microsoft Update Service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.driversExcluded">
            <summary>
                <para type="description">The "driversExcluded" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Exclude Windows update Drivers</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.installationSchedule">
            <summary>
                <para type="description">The "installationSchedule" property, of type "microsoft.graph.windowsUpdateInstallScheduleType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Installation schedule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.qualityUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "qualityUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Quality Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.featureUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "featureUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Feature Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.qualityUpdatesPaused">
            <summary>
                <para type="description">The "qualityUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Quality Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.featureUpdatesPaused">
            <summary>
                <para type="description">The "featureUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Feature Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.qualityUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "qualityUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Quality Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.featureUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "featureUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Feature Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.businessReadyUpdatesOnly">
            <summary>
                <para type="description">The "businessReadyUpdatesOnly" property, of type "microsoft.graph.windowsUpdateType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Determines which branch devices will receive their updates from</para>
                <para type="description">
                     Valid values: 'userDefined', 'all', 'businessReadyOnly', 'windowsInsiderBuildFast', 'windowsInsiderBuildSlow', 'windowsInsiderBuildRelease'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsPhone81CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.omaSettings">
            <summary>
                <para type="description">The "omaSettings" property, of type "microsoft.graph.omaSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
                <para type="description">OMA settings. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10SecureAssessmentConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.launchUri">
            <summary>
                <para type="description">The "launchUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.configurationAccount">
            <summary>
                <para type="description">The "configurationAccount" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowPrinting">
            <summary>
                <para type="description">The "allowPrinting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the app from printing during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowScreenCapture">
            <summary>
                <para type="description">The "allowScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen capture capability during a test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowTextSuggestion">
            <summary>
                <para type="description">The "allowTextSuggestion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow text suggestions during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.sharedPCConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedPCConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.accountManagerPolicy">
            <summary>
                <para type="description">The "accountManagerPolicy" property, of type "microsoft.graph.sharedPCAccountManagerPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowedAccounts">
            <summary>
                <para type="description">The "allowedAccounts" property, of type "microsoft.graph.sharedPCAllowedAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Indicates which type of accounts are allowed to use on a shared PC.</para>
                <para type="description">
                     Valid values: 'guest', 'domain'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowLocalStorage">
            <summary>
                <para type="description">The "allowLocalStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether local storage is allowed on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.disableAccountManager">
            <summary>
                <para type="description">The "disableAccountManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the account manager for shared PC mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.disableEduPolicies">
            <summary>
                <para type="description">The "disableEduPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.disablePowerPolicies">
            <summary>
                <para type="description">The "disablePowerPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC power policies should be disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.disableSignInOnResume">
            <summary>
                <para type="description">The "disableSignInOnResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the requirement to sign in whenever the device wakes up from sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Enables shared PC mode and applies the shared pc policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.idleTimeBeforeSleepInSeconds">
            <summary>
                <para type="description">The "idleTimeBeforeSleepInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskAppDisplayName">
            <summary>
                <para type="description">The "kioskAppDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskAppUserModelId">
            <summary>
                <para type="description">The "kioskAppUserModelId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the application user model ID of the app to use with assigned access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.maintenanceStartTime">
            <summary>
                <para type="description">The "maintenanceStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the daily start time of maintenance hour.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10EnterpriseModernAppManagementConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.uninstallBuiltInApps">
            <summary>
                <para type="description">The "uninstallBuiltInApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
                <para type="description">Indicates whether or not to uninstall a fixed list of built-in Windows apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.editionUpgradeConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.editionUpgradeConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.editionUpgradeLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License Type.</para>
                <para type="description">
                     Valid values: 'productKey', 'licenseFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.targetEdition">
            <summary>
                <para type="description">The "targetEdition" property, of type "microsoft.graph.windows10EditionType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Target Edition.</para>
                <para type="description">
                     Valid values: 'windows10Enterprise', 'windows10EnterpriseN', 'windows10Education', 'windows10EducationN', 'windows10MobileEnterprise', 'windows10HolographicEnterprise', 'windows10Professional', 'windows10ProfessionalN', 'windows10ProfessionalEducation', 'windows10ProfessionalEducationN', 'windows10ProfessionalWorkstation', 'windows10ProfessionalWorkstationN'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.license">
            <summary>
                <para type="description">The "license" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License File Content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Product Key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.allowSampleSharing">
            <summary>
                <para type="description">The "allowSampleSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enableExpeditedTelemetryReporting">
            <summary>
                <para type="description">The "enableExpeditedTelemetryReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryEndPoint">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryEndPoint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Endpoint for discovering cloud printers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthAuthority">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthAuthority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Authentication endpoint for acquiring OAuth tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthClientIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthClientIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for print service as configured in the Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryMaxLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for printer discovery service as configured in Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchBlockDiacritics">
            <summary>
                <para type="description">The "searchBlockDiacritics" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies if search can use diacritics.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchDisableAutoLanguageDetection">
            <summary>
                <para type="description">The "searchDisableAutoLanguageDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies whether to use automatic language detection when indexing content and properties.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchDisableIndexingEncryptedItems">
            <summary>
                <para type="description">The "searchDisableIndexingEncryptedItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchEnableRemoteQueries">
            <summary>
                <para type="description">The "searchEnableRemoteQueries" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block remote queries of this computer’s index.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchDisableIndexerBackoff">
            <summary>
                <para type="description">The "searchDisableIndexerBackoff" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the search indexer backoff feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchDisableIndexingRemovableDrive">
            <summary>
                <para type="description">The "searchDisableIndexingRemovableDrive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.searchEnableAutomaticIndexSizeManangement">
            <summary>
                <para type="description">The "searchEnableAutomaticIndexSizeManangement" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.diagnosticsDataSubmissionMode">
            <summary>
                <para type="description">The "diagnosticsDataSubmissionMode" property, of type "microsoft.graph.diagnosticDataSubmissionMode".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson.</para>
                <para type="description">
                     Valid values: 'userDefined', 'none', 'basic', 'enhanced', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.oneDriveDisableFileSync">
            <summary>
                <para type="description">The "oneDriveDisableFileSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.smartScreenEnableAppInstallControl">
            <summary>
                <para type="description">The "smartScreenEnableAppInstallControl" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users are allowed to install apps from places other than the Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.personalizationDesktopImageUrl">
            <summary>
                <para type="description">The "personalizationDesktopImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.personalizationLockScreenImageUrl">
            <summary>
                <para type="description">The "personalizationLockScreenImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothAllowedServices">
            <summary>
                <para type="description">The "bluetoothAllowedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify a list of allowed Bluetooth services and profiles in hex formatted strings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothBlockAdvertising">
            <summary>
                <para type="description">The "bluetoothBlockAdvertising" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth advertising.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothBlockDiscoverableMode">
            <summary>
                <para type="description">The "bluetoothBlockDiscoverableMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth discoverable mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothBlockPrePairing">
            <summary>
                <para type="description">The "bluetoothBlockPrePairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockAutofill">
            <summary>
                <para type="description">The "edgeBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlocked">
            <summary>
                <para type="description">The "edgeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeCookiePolicy">
            <summary>
                <para type="description">The "edgeCookiePolicy" property, of type "microsoft.graph.edgeCookiePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates which cookies to block in the Edge browser.</para>
                <para type="description">
                     Valid values: 'userDefined', 'allow', 'blockThirdParty', 'blockAll'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockDeveloperTools">
            <summary>
                <para type="description">The "edgeBlockDeveloperTools" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block developer tools in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "edgeBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockExtensions">
            <summary>
                <para type="description">The "edgeBlockExtensions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block extensions in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockInPrivateBrowsing">
            <summary>
                <para type="description">The "edgeBlockInPrivateBrowsing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockJavaScript">
            <summary>
                <para type="description">The "edgeBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockPasswordManager">
            <summary>
                <para type="description">The "edgeBlockPasswordManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block password manager.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockAddressBarDropdown">
            <summary>
                <para type="description">The "edgeBlockAddressBarDropdown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockCompatibilityList">
            <summary>
                <para type="description">The "edgeBlockCompatibilityList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeClearBrowsingDataOnExit">
            <summary>
                <para type="description">The "edgeClearBrowsingDataOnExit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Clear browsing data on exiting Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeAllowStartPagesModification">
            <summary>
                <para type="description">The "edgeAllowStartPagesModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeDisableFirstRunPage">
            <summary>
                <para type="description">The "edgeDisableFirstRunPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockLiveTileDataCollection">
            <summary>
                <para type="description">The "edgeBlockLiveTileDataCollection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeSyncFavoritesWithInternetExplorer">
            <summary>
                <para type="description">The "edgeSyncFavoritesWithInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockDataWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockDataWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using data over cellular while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockVpn">
            <summary>
                <para type="description">The "cellularBlockVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockVpnWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockVpnWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN when roaming over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderBlockEndUserAccess">
            <summary>
                <para type="description">The "defenderBlockEndUserAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block end user access to Defender.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
                <para type="description">The "defenderDaysBeforeDeletingQuarantinedMalware" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Number of days before deleting quarantined malware. Valid values 0 to 90</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderDetectedMalwareActions">
            <summary>
                <para type="description">The "defenderDetectedMalwareActions" property, of type "microsoft.graph.defenderDetectedMalwareActions".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets Defender’s actions to take on detected Malware per threat level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderSystemScanSchedule">
            <summary>
                <para type="description">The "defenderSystemScanSchedule" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Defender day of the week for the system scan.</para>
                <para type="description">
                     Valid values: 'userDefined', 'everyday', 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderFilesAndFoldersToExclude">
            <summary>
                <para type="description">The "defenderFilesAndFoldersToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Files and folder to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderFileExtensionsToExclude">
            <summary>
                <para type="description">The "defenderFileExtensionsToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">File extensions to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanMaxCpu">
            <summary>
                <para type="description">The "defenderScanMaxCpu" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Max CPU usage percentage during scan. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderMonitorFileActivity">
            <summary>
                <para type="description">The "defenderMonitorFileActivity" property, of type "microsoft.graph.defenderMonitorFileActivity".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Value for monitoring file activity.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disable', 'monitorAllFiles', 'monitorIncomingFilesOnly', 'monitorOutgoingFilesOnly'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderProcessesToExclude">
            <summary>
                <para type="description">The "defenderProcessesToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Processes to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderPromptForSampleSubmission">
            <summary>
                <para type="description">The "defenderPromptForSampleSubmission" property, of type "microsoft.graph.defenderPromptForSampleSubmission".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The configuration for how to prompt user for sample submission.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysPrompt', 'promptBeforeSendingPersonalData', 'neverSendData', 'sendAllDataWithoutPrompting'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderRequireBehaviorMonitoring">
            <summary>
                <para type="description">The "defenderRequireBehaviorMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require behavior monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderRequireCloudProtection">
            <summary>
                <para type="description">The "defenderRequireCloudProtection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require cloud protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderRequireNetworkInspectionSystem">
            <summary>
                <para type="description">The "defenderRequireNetworkInspectionSystem" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require network inspection system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderRequireRealTimeMonitoring">
            <summary>
                <para type="description">The "defenderRequireRealTimeMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require real time monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanArchiveFiles">
            <summary>
                <para type="description">The "defenderScanArchiveFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan archive files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanDownloads">
            <summary>
                <para type="description">The "defenderScanDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan downloads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanNetworkFiles">
            <summary>
                <para type="description">The "defenderScanNetworkFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan files opened from a network folder.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanIncomingMail">
            <summary>
                <para type="description">The "defenderScanIncomingMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan incoming mail messages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanMappedNetworkDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan mapped network drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanRemovableDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanRemovableDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan removable drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanScriptsLoadedInInternetExplorer">
            <summary>
                <para type="description">The "defenderScanScriptsLoadedInInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan scripts loaded in Internet Explorer browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderSignatureUpdateIntervalInHours">
            <summary>
                <para type="description">The "defenderSignatureUpdateIntervalInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScanType">
            <summary>
                <para type="description">The "defenderScanType" property, of type "microsoft.graph.defenderScanType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender system scan type.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disabled', 'quick', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScheduledScanTime">
            <summary>
                <para type="description">The "defenderScheduledScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender time for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderScheduledQuickScanTime">
            <summary>
                <para type="description">The "defenderScheduledQuickScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The time to perform a daily quick scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderCloudBlockLevel">
            <summary>
                <para type="description">The "defenderCloudBlockLevel" property, of type "microsoft.graph.defenderCloudBlockLevelType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the level of cloud-delivered protection.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'high', 'highPlus', 'zeroTolerance'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenAllowTimeoutConfiguration">
            <summary>
                <para type="description">The "lockScreenAllowTimeoutConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockActionCenterNotifications">
            <summary>
                <para type="description">The "lockScreenBlockActionCenterNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block action center notifications over lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockCortana">
            <summary>
                <para type="description">The "lockScreenBlockCortana" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not the user can interact with Cortana using speech while the system is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockToastNotifications">
            <summary>
                <para type="description">The "lockScreenBlockToastNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether to allow toast notifications above the device lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenTimeoutInSeconds">
            <summary>
                <para type="description">The "lockScreenTimeoutInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordRequireWhenResumeFromIdleState">
            <summary>
                <para type="description">The "passwordRequireWhenResumeFromIdleState" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password upon resuming from an idle state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.privacyAdvertisingId">
            <summary>
                <para type="description">The "privacyAdvertisingId" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enables or disables the use of advertising ID. Added in Windows 10, version 1607.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.privacyAutoAcceptPairingAndConsentPrompts">
            <summary>
                <para type="description">The "privacyAutoAcceptPairingAndConsentPrompts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.privacyBlockInputPersonalization">
            <summary>
                <para type="description">The "privacyBlockInputPersonalization" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startBlockUnpinningAppsFromTaskbar">
            <summary>
                <para type="description">The "startBlockUnpinningAppsFromTaskbar" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from unpinning apps from taskbar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuAppListVisibility">
            <summary>
                <para type="description">The "startMenuAppListVisibility" property, of type "microsoft.graph.windowsStartMenuAppListVisibilityType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.</para>
                <para type="description">
                     Valid values: 'userDefined', 'collapse', 'remove', 'disableSettingsApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideChangeAccountSettings">
            <summary>
                <para type="description">The "startMenuHideChangeAccountSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the change account setting from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideFrequentlyUsedApps">
            <summary>
                <para type="description">The "startMenuHideFrequentlyUsedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideHibernate">
            <summary>
                <para type="description">The "startMenuHideHibernate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides hibernate from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideLock">
            <summary>
                <para type="description">The "startMenuHideLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides lock from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHidePowerButton">
            <summary>
                <para type="description">The "startMenuHidePowerButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the power button from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideRecentJumpLists">
            <summary>
                <para type="description">The "startMenuHideRecentJumpLists" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideRecentlyAddedApps">
            <summary>
                <para type="description">The "startMenuHideRecentlyAddedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideRestartOptions">
            <summary>
                <para type="description">The "startMenuHideRestartOptions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideShutDown">
            <summary>
                <para type="description">The "startMenuHideShutDown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideSignOut">
            <summary>
                <para type="description">The "startMenuHideSignOut" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sign out from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideSleep">
            <summary>
                <para type="description">The "startMenuHideSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sleep from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideSwitchAccount">
            <summary>
                <para type="description">The "startMenuHideSwitchAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides switch account from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuHideUserTile">
            <summary>
                <para type="description">The "startMenuHideUserTile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the user tile from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuLayoutEdgeAssetsXml">
            <summary>
                <para type="description">The "startMenuLayoutEdgeAssetsXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuLayoutXml">
            <summary>
                <para type="description">The "startMenuLayoutXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuMode">
            <summary>
                <para type="description">The "startMenuMode" property, of type "microsoft.graph.windowsStartMenuModeType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to decide how the Start menu is displayed.</para>
                <para type="description">
                     Valid values: 'userDefined', 'fullScreen', 'nonFullScreen'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDocuments">
            <summary>
                <para type="description">The "startMenuPinnedFolderDocuments" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDownloads">
            <summary>
                <para type="description">The "startMenuPinnedFolderDownloads" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderFileExplorer">
            <summary>
                <para type="description">The "startMenuPinnedFolderFileExplorer" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderHomeGroup">
            <summary>
                <para type="description">The "startMenuPinnedFolderHomeGroup" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderMusic">
            <summary>
                <para type="description">The "startMenuPinnedFolderMusic" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderNetwork">
            <summary>
                <para type="description">The "startMenuPinnedFolderNetwork" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPersonalFolder">
            <summary>
                <para type="description">The "startMenuPinnedFolderPersonalFolder" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPictures">
            <summary>
                <para type="description">The "startMenuPinnedFolderPictures" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderSettings">
            <summary>
                <para type="description">The "startMenuPinnedFolderSettings" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderVideos">
            <summary>
                <para type="description">The "startMenuPinnedFolderVideos" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockSettingsApp">
            <summary>
                <para type="description">The "settingsBlockSettingsApp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockSystemPage">
            <summary>
                <para type="description">The "settingsBlockSystemPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to System in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockDevicesPage">
            <summary>
                <para type="description">The "settingsBlockDevicesPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Devices in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockNetworkInternetPage">
            <summary>
                <para type="description">The "settingsBlockNetworkInternetPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Network &amp; Internet in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockPersonalizationPage">
            <summary>
                <para type="description">The "settingsBlockPersonalizationPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Personalization in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockAccountsPage">
            <summary>
                <para type="description">The "settingsBlockAccountsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Accounts in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockTimeLanguagePage">
            <summary>
                <para type="description">The "settingsBlockTimeLanguagePage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Time &amp; Language in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockEaseOfAccessPage">
            <summary>
                <para type="description">The "settingsBlockEaseOfAccessPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Ease of Access in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockPrivacyPage">
            <summary>
                <para type="description">The "settingsBlockPrivacyPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Privacy in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockUpdateSecurityPage">
            <summary>
                <para type="description">The "settingsBlockUpdateSecurityPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Update &amp; Security in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockAppsPage">
            <summary>
                <para type="description">The "settingsBlockAppsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Apps in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockGamingPage">
            <summary>
                <para type="description">The "settingsBlockGamingPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Gaming in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
                <para type="description">The "windowsSpotlightBlockConsumerSpecificFeatures" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlocked">
            <summary>
                <para type="description">The "windowsSpotlightBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off all Windows Spotlight features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockOnActionCenter">
            <summary>
                <para type="description">The "windowsSpotlightBlockOnActionCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockTailoredExperiences">
            <summary>
                <para type="description">The "windowsSpotlightBlockTailoredExperiences" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block personalized content in Windows spotlight based on user’s device usage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockThirdPartyNotifications">
            <summary>
                <para type="description">The "windowsSpotlightBlockThirdPartyNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block third party content delivered via Windows Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWelcomeExperience">
            <summary>
                <para type="description">The "windowsSpotlightBlockWelcomeExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Windows Spotlight Windows welcome experience</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWindowsTips">
            <summary>
                <para type="description">The "windowsSpotlightBlockWindowsTips" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off the popup of Windows Tips.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsSpotlightConfigureOnLockScreen">
            <summary>
                <para type="description">The "windowsSpotlightConfigureOnLockScreen" property, of type "microsoft.graph.windowsSpotlightEnablementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the type of Spotlight</para>
                <para type="description">
                     Valid values: 'notConfigured', 'disabled', 'enabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.networkProxyApplySettingsDeviceWide">
            <summary>
                <para type="description">The "networkProxyApplySettingsDeviceWide" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.networkProxyDisableAutoDetect">
            <summary>
                <para type="description">The "networkProxyDisableAutoDetect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.networkProxyAutomaticConfigurationUrl">
            <summary>
                <para type="description">The "networkProxyAutomaticConfigurationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Address to the proxy auto-config (PAC) script you want to use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.networkProxyServer">
            <summary>
                <para type="description">The "networkProxyServer" property, of type "microsoft.graph.windows10NetworkProxyServer".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies manual proxy server settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.antiTheftModeBlocked">
            <summary>
                <para type="description">The "antiTheftModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.connectedDevicesServiceBlocked">
            <summary>
                <para type="description">The "connectedDevicesServiceBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.certificatesBlockManualRootCertificateInstallation">
            <summary>
                <para type="description">The "certificatesBlockManualRootCertificateInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from doing manual root certificate installation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.copyPasteBlocked">
            <summary>
                <para type="description">The "copyPasteBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cortanaBlocked">
            <summary>
                <para type="description">The "cortanaBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using Cortana.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceManagementBlockFactoryResetOnMobile">
            <summary>
                <para type="description">The "deviceManagementBlockFactoryResetOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from resetting their phone.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceManagementBlockManualUnenroll">
            <summary>
                <para type="description">The "deviceManagementBlockManualUnenroll" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from doing manual un-enrollment from device management.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safeSearchFilter">
            <summary>
                <para type="description">The "safeSearchFilter" property, of type "microsoft.graph.safeSearchFilterType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies what filter level of safe search is required.</para>
                <para type="description">
                     Valid values: 'userDefined', 'strict', 'moderate'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockPopups">
            <summary>
                <para type="description">The "edgeBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockSearchSuggestions">
            <summary>
                <para type="description">The "edgeBlockSearchSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the search suggestions in the address bar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeBlockSendingIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeSendIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeSendIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeRequireSmartScreen">
            <summary>
                <para type="description">The "edgeRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "edgeEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates the enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeFirstRunUrl">
            <summary>
                <para type="description">The "edgeFirstRunUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The first run URL for when Edge browser is opened for the first time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeSearchEngine">
            <summary>
                <para type="description">The "edgeSearchEngine" property, of type "microsoft.graph.edgeSearchEngineBase".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeHomepageUrls">
            <summary>
                <para type="description">The "edgeHomepageUrls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.edgeBlockAccessToAboutFlags">
            <summary>
                <para type="description">The "edgeBlockAccessToAboutFlags" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent access to about flags on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverride">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webRtcBlockLocalhostIpAddress">
            <summary>
                <para type="description">The "webRtcBlockLocalhostIpAddress" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.internetSharingBlocked">
            <summary>
                <para type="description">The "internetSharingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using internet sharing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockAddProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockAddProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockRemoveProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockRemoveProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the runtime configuration agent from removing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockChangeSystemTime">
            <summary>
                <para type="description">The "settingsBlockChangeSystemTime" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing date and time settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockEditDeviceName">
            <summary>
                <para type="description">The "settingsBlockEditDeviceName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from editing the device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockChangeRegion">
            <summary>
                <para type="description">The "settingsBlockChangeRegion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the region settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockChangeLanguage">
            <summary>
                <para type="description">The "settingsBlockChangeLanguage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the language settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.settingsBlockChangePowerSleep">
            <summary>
                <para type="description">The "settingsBlockChangePowerSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing power and sleep settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.microsoftAccountBlockSettingsSync">
            <summary>
                <para type="description">The "microsoftAccountBlockSettingsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Microsoft account settings sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.resetProtectionModeBlocked">
            <summary>
                <para type="description">The "resetProtectionModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from reset protection mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRequireMobileDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireMobileDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicating whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.usbBlocked">
            <summary>
                <para type="description">The "usbBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from USB connection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.voiceRecordingBlocked">
            <summary>
                <para type="description">The "voiceRecordingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from voice recording.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wiFiBlockManualConfiguration">
            <summary>
                <para type="description">The "wiFiBlockManualConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using Wi-Fi manual configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wiFiScanInterval">
            <summary>
                <para type="description">The "wiFiScanInterval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockProjectionToThisDevice">
            <summary>
                <para type="description">The "wirelessDisplayBlockProjectionToThisDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow other devices from discovering this PC for projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockUserInputFromReceiver">
            <summary>
                <para type="description">The "wirelessDisplayBlockUserInputFromReceiver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow user input from wireless display receiver.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wirelessDisplayRequirePinForPairing">
            <summary>
                <para type="description">The "wirelessDisplayRequirePinForPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a PIN for new devices to initiate pairing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsAllowTrustedAppsSideloading">
            <summary>
                <para type="description">The "appsAllowTrustedAppsSideloading" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsStoreBlockAutoUpdate">
            <summary>
                <para type="description">The "windowsStoreBlockAutoUpdate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic update of apps from Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.developerUnlockSetting">
            <summary>
                <para type="description">The "developerUnlockSetting" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow developer unlock.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.sharedUserAppDataAllowed">
            <summary>
                <para type="description">The "sharedUserAppDataAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block multiple users of the same app to share data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsBlockWindowsStoreOriginatedApps">
            <summary>
                <para type="description">The "appsBlockWindowsStoreOriginatedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windowsStoreEnablePrivateStoreOnly">
            <summary>
                <para type="description">The "windowsStoreEnablePrivateStoreOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable Private Store Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRestrictAppDataToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppDataToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether application data is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRestrictAppInstallToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppInstallToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether the installation of applications is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.gameDvrBlocked">
            <summary>
                <para type="description">The "gameDvrBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block DVR and broadcasting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.experienceBlockDeviceDiscovery">
            <summary>
                <para type="description">The "experienceBlockDeviceDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable device discovery UX.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.experienceBlockErrorDialogWhenNoSIM">
            <summary>
                <para type="description">The "experienceBlockErrorDialogWhenNoSIM" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.experienceBlockTaskSwitcher">
            <summary>
                <para type="description">The "experienceBlockTaskSwitcher" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable task switching on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.logonBlockFastUserSwitching">
            <summary>
                <para type="description">The "logonBlockFastUserSwitching" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disables the ability to quickly switch between users that are logged on simultaneously without logging off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.tenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
                <para type="description">The "tenantLockdownRequireNetworkDuringOutOfBoxExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether the device is required to connect to the network.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.windows10EndpointProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallBlockStatefulFTP">
            <summary>
                <para type="description">The "firewallBlockStatefulFTP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Blocks stateful FTP connections to the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
                <para type="description">The "firewallIdleTimeoutForSecurityAssociationInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallPreSharedKeyEncodingMethod">
            <summary>
                <para type="description">The "firewallPreSharedKeyEncodingMethod" property, of type "microsoft.graph.firewallPreSharedKeyEncodingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Select the preshared key encoding to be used</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'utF8'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowNeighborDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowICMP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowICMP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow ICMP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowRouterDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowDHCP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowDHCP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallCertificateRevocationListCheckMethod">
            <summary>
                <para type="description">The "firewallCertificateRevocationListCheckMethod" property, of type "microsoft.graph.firewallCertificateRevocationListCheckMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Specify how the certificate revocation list is to be enforced</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'attempt', 'require'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallMergeKeyingModuleSettings">
            <summary>
                <para type="description">The "firewallMergeKeyingModuleSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallPacketQueueingMethod">
            <summary>
                <para type="description">The "firewallPacketQueueingMethod" property, of type "microsoft.graph.firewallPacketQueueingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures how packet queueing should be applied in the tunnel gateway scenario</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'disabled', 'queueInbound', 'queueOutbound', 'queueBoth'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallProfileDomain">
            <summary>
                <para type="description">The "firewallProfileDomain" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for domain networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallProfilePublic">
            <summary>
                <para type="description">The "firewallProfilePublic" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for public networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.firewallProfilePrivate">
            <summary>
                <para type="description">The "firewallProfilePrivate" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for private networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderAttackSurfaceReductionExcludedPaths">
            <summary>
                <para type="description">The "defenderAttackSurfaceReductionExcludedPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of exe files and folders to be excluded from attack surface reduction rules</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderGuardedFoldersAllowedAppPaths">
            <summary>
                <para type="description">The "defenderGuardedFoldersAllowedAppPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of paths to exe that are allowed to access protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderAdditionalGuardedFolders">
            <summary>
                <para type="description">The "defenderAdditionalGuardedFolders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of folder paths to be added to the list of protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXml">
            <summary>
                <para type="description">The "defenderExploitProtectionXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Xml content containing information regarding exploit protection details.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXmlFileName">
            <summary>
                <para type="description">The "defenderExploitProtectionXmlFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Name of the file from which DefenderExploitProtectionXml was obtained.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.defenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
                <para type="description">The "defenderSecurityCenterBlockExploitProtectionOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user from overriding Exploit Protection settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appLockerApplicationControl">
            <summary>
                <para type="description">The "appLockerApplicationControl" property, of type "microsoft.graph.appLockerApplicationControlType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enables the Admin to choose what types of app to allow on devices.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enforceComponentsAndStoreApps', 'auditComponentsAndStoreApps', 'enforceComponentsStoreAppsAndSmartlocker', 'auditComponentsStoreAppsAndSmartlocker'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.smartScreenEnableInShell">
            <summary>
                <para type="description">The "smartScreenEnableInShell" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to configure SmartScreen for Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.smartScreenBlockOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardEnabled">
            <summary>
                <para type="description">The "applicationGuardEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enable Windows Defender Application Guard</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardBlockFileTransfer">
            <summary>
                <para type="description">The "applicationGuardBlockFileTransfer" property, of type "microsoft.graph.applicationGuardBlockFileTransferType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to transfer image file, text file or neither of them</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockImageAndTextFile', 'blockImageFile', 'blockNone', 'blockTextFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardBlockNonEnterpriseContent">
            <summary>
                <para type="description">The "applicationGuardBlockNonEnterpriseContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block enterprise sites to load non-enterprise content, such as third party plug-ins</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardAllowPersistence">
            <summary>
                <para type="description">The "applicationGuardAllowPersistence" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardForceAuditing">
            <summary>
                <para type="description">The "applicationGuardForceAuditing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardBlockClipboardSharing">
            <summary>
                <para type="description">The "applicationGuardBlockClipboardSharing" property, of type "microsoft.graph.applicationGuardBlockClipboardSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockBoth', 'blockHostToContainer', 'blockContainerToHost', 'blockNone'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToPDF">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToPDF" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to PDF from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToXPS">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToXPS" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to XPS from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToLocalPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToLocalPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Local Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToNetworkPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToNetworkPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Network Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bitLockerDisableWarningForOtherDiskEncryption">
            <summary>
                <para type="description">The "bitLockerDisableWarningForOtherDiskEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the Admin to disable the warning prompt for other disk encryption on the user machines.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
                <para type="description">The "bitLockerEnableStorageCardEncryptionOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bitLockerEncryptDevice">
            <summary>
                <para type="description">The "bitLockerEncryptDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bitLockerRemovableDrivePolicy">
            <summary>
                <para type="description">The "bitLockerRemovableDrivePolicy" property, of type "microsoft.graph.bitLockerRemovableDrivePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">BitLocker Removable Drive Policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.macOSDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iosDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.assetTagTemplate">
            <summary>
                <para type="description">The "assetTagTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Asset tag information for the device, displayed on the login window and lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenFootnote">
            <summary>
                <para type="description">The "lockScreenFootnote" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.homeScreenDockIcons">
            <summary>
                <para type="description">The "homeScreenDockIcons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.homeScreenPages">
            <summary>
                <para type="description">The "homeScreenPages" property, of type "microsoft.graph.iosHomeScreenPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.notificationSettings">
            <summary>
                <para type="description">The "notificationSettings" property, of type "microsoft.graph.iosNotificationSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.macOSGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.emailInDomainSuffixes">
            <summary>
                <para type="description">The "emailInDomainSuffixes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">An email address lacking a suffix that matches any of these strings will be considered out-of-domain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity required before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.macOSCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.payloadName">
            <summary>
                <para type="description">The "payloadName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Name that is displayed to the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.payloadFileName">
            <summary>
                <para type="description">The "payloadFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload file name (*.mobileconfig | *.xml).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.payload">
            <summary>
                <para type="description">The "payload" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload. (UTF8 encoded byte array)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iosUpdateConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosUpdateConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours Start (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours End (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.scheduledInstallDays">
            <summary>
                <para type="description">The "scheduledInstallDays" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.utcTimeOffsetInMinutes">
            <summary>
                <para type="description">The "utcTimeOffsetInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">UTC Time Offset indicated in minutes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iosGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.accountBlockModification">
            <summary>
                <para type="description">The "accountBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow account modification when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.activationLockAllowWhenSupervised">
            <summary>
                <para type="description">The "activationLockAllowWhenSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow activation lock when the device is in the supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.airDropBlocked">
            <summary>
                <para type="description">The "airDropBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow AirDrop when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.airDropForceUnmanagedDropTarget">
            <summary>
                <para type="description">The "airDropForceUnmanagedDropTarget" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.airPlayForcePairingPasswordForOutgoingRequests">
            <summary>
                <para type="description">The "airPlayForcePairingPasswordForOutgoingRequests" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appleWatchBlockPairing">
            <summary>
                <para type="description">The "appleWatchBlockPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appleWatchForceWristDetection">
            <summary>
                <para type="description">The "appleWatchForceWristDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appleNewsBlocked">
            <summary>
                <para type="description">The "appleNewsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsSingleAppModeList">
            <summary>
                <para type="description">The "appsSingleAppModeList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsVisibilityList">
            <summary>
                <para type="description">The "appsVisibilityList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsVisibilityListType">
            <summary>
                <para type="description">The "appsVisibilityListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of list that is in the AppsVisibilityList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appStoreBlockAutomaticDownloads">
            <summary>
                <para type="description">The "appStoreBlockAutomaticDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appStoreBlocked">
            <summary>
                <para type="description">The "appStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appStoreBlockInAppPurchases">
            <summary>
                <para type="description">The "appStoreBlockInAppPurchases" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from making in app purchases.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appStoreBlockUIAppInstallation">
            <summary>
                <para type="description">The "appStoreBlockUIAppInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appStoreRequirePassword">
            <summary>
                <para type="description">The "appStoreRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password when using the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.bluetoothBlockModification">
            <summary>
                <para type="description">The "bluetoothBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
                <para type="description">The "cellularBlockGlobalBackgroundFetchWhileRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block global background fetch while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockPerAppDataModification">
            <summary>
                <para type="description">The "cellularBlockPerAppDataModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockPersonalHotspot">
            <summary>
                <para type="description">The "cellularBlockPersonalHotspot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Personal Hotspot.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockVoiceRoaming">
            <summary>
                <para type="description">The "cellularBlockVoiceRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.certificatesBlockUntrustedTlsCertificates">
            <summary>
                <para type="description">The "certificatesBlockUntrustedTlsCertificates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block untrusted TLS certificates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.classroomAppBlockRemoteScreenObservation">
            <summary>
                <para type="description">The "classroomAppBlockRemoteScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.classroomAppForceUnpromptedScreenObservation">
            <summary>
                <para type="description">The "classroomAppForceUnpromptedScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.configurationProfileBlockChanges">
            <summary>
                <para type="description">The "configurationProfileBlockChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.definitionLookupBlocked">
            <summary>
                <para type="description">The "definitionLookupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceBlockEnableRestrictions">
            <summary>
                <para type="description">The "deviceBlockEnableRestrictions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceBlockEraseContentAndSettings">
            <summary>
                <para type="description">The "deviceBlockEraseContentAndSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceBlockNameModification">
            <summary>
                <para type="description">The "deviceBlockNameModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmissionModification">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmissionModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.documentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
                <para type="description">The "documentsBlockManagedDocumentsInUnmanagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing managed documents in unmanaged apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.documentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
                <para type="description">The "documentsBlockUnmanagedDocumentsInManagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing unmanaged documents in managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrust">
            <summary>
                <para type="description">The "enterpriseAppBlockTrust" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from trusting an enterprise app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrustModification">
            <summary>
                <para type="description">The "enterpriseAppBlockTrustModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from modifying the enterprise app trust settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.faceTimeBlocked">
            <summary>
                <para type="description">The "faceTimeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using FaceTime.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.findMyFriendsBlocked">
            <summary>
                <para type="description">The "findMyFriendsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Find My Friends when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.gamingBlockGameCenterFriends">
            <summary>
                <para type="description">The "gamingBlockGameCenterFriends" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from having friends in Game Center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.gamingBlockMultiplayer">
            <summary>
                <para type="description">The "gamingBlockMultiplayer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using multiplayer gaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.gameCenterBlocked">
            <summary>
                <para type="description">The "gameCenterBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Game Center when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.hostPairingBlocked">
            <summary>
                <para type="description">The "hostPairingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iBooksStoreBlocked">
            <summary>
                <para type="description">The "iBooksStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iBooksStoreBlockErotica">
            <summary>
                <para type="description">The "iBooksStoreBlockErotica" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockActivityContinuation">
            <summary>
                <para type="description">The "iCloudBlockActivityContinuation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockBackup">
            <summary>
                <para type="description">The "iCloudBlockBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockDocumentSync">
            <summary>
                <para type="description">The "iCloudBlockDocumentSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud document sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockManagedAppsSync">
            <summary>
                <para type="description">The "iCloudBlockManagedAppsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Managed Apps Cloud Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoLibrary">
            <summary>
                <para type="description">The "iCloudBlockPhotoLibrary" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Library.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoStreamSync">
            <summary>
                <para type="description">The "iCloudBlockPhotoStreamSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Stream Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudBlockSharedPhotoStream">
            <summary>
                <para type="description">The "iCloudBlockSharedPhotoStream" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Shared Photo Stream.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iCloudRequireEncryptedBackup">
            <summary>
                <para type="description">The "iCloudRequireEncryptedBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require backups to iCloud be encrypted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iTunesBlockExplicitContent">
            <summary>
                <para type="description">The "iTunesBlockExplicitContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iTunesBlockMusicService">
            <summary>
                <para type="description">The "iTunesBlockMusicService" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iTunesBlockRadio">
            <summary>
                <para type="description">The "iTunesBlockRadio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.keyboardBlockAutoCorrect">
            <summary>
                <para type="description">The "keyboardBlockAutoCorrect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.keyboardBlockDictation">
            <summary>
                <para type="description">The "keyboardBlockDictation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using dictation input when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.keyboardBlockPredictive">
            <summary>
                <para type="description">The "keyboardBlockPredictive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.keyboardBlockShortcuts">
            <summary>
                <para type="description">The "keyboardBlockShortcuts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.keyboardBlockSpellCheck">
            <summary>
                <para type="description">The "keyboardBlockSpellCheck" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveSpeak">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveSpeak" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow assistive speak while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveTouchSettings">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveTouchSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowAutoLock">
            <summary>
                <para type="description">The "kioskModeAllowAutoLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device auto lock while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowColorInversionSettings">
            <summary>
                <para type="description">The "kioskModeAllowColorInversionSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowRingerSwitch">
            <summary>
                <para type="description">The "kioskModeAllowRingerSwitch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the ringer switch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowScreenRotation">
            <summary>
                <para type="description">The "kioskModeAllowScreenRotation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen rotation while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowSleepButton">
            <summary>
                <para type="description">The "kioskModeAllowSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the sleep button while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowTouchscreen">
            <summary>
                <para type="description">The "kioskModeAllowTouchscreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the touchscreen while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowVoiceOverSettings">
            <summary>
                <para type="description">The "kioskModeAllowVoiceOverSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the voice over settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowVolumeButtons">
            <summary>
                <para type="description">The "kioskModeAllowVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the volume buttons while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAllowZoomSettings">
            <summary>
                <para type="description">The "kioskModeAllowZoomSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the zoom settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeAppStoreUrl">
            <summary>
                <para type="description">The "kioskModeAppStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeBuiltInAppId">
            <summary>
                <para type="description">The "kioskModeBuiltInAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeRequireAssistiveTouch">
            <summary>
                <para type="description">The "kioskModeRequireAssistiveTouch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require assistive touch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeRequireColorInversion">
            <summary>
                <para type="description">The "kioskModeRequireColorInversion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require color inversion while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeRequireMonoAudio">
            <summary>
                <para type="description">The "kioskModeRequireMonoAudio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require mono audio while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeRequireVoiceOver">
            <summary>
                <para type="description">The "kioskModeRequireVoiceOver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require voice over while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeRequireZoom">
            <summary>
                <para type="description">The "kioskModeRequireZoom" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require zoom while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeManagedAppId">
            <summary>
                <para type="description">The "kioskModeManagedAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockControlCenter">
            <summary>
                <para type="description">The "lockScreenBlockControlCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using control center on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockNotificationView">
            <summary>
                <para type="description">The "lockScreenBlockNotificationView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the notification view on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockPassbook">
            <summary>
                <para type="description">The "lockScreenBlockPassbook" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using passbook when the device is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.lockScreenBlockTodayView">
            <summary>
                <para type="description">The "lockScreenBlockTodayView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Today View on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingAustralia">
            <summary>
                <para type="description">The "mediaContentRatingAustralia" property, of type "microsoft.graph.mediaContentRatingAustralia".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Australia</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingCanada">
            <summary>
                <para type="description">The "mediaContentRatingCanada" property, of type "microsoft.graph.mediaContentRatingCanada".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Canada</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingFrance">
            <summary>
                <para type="description">The "mediaContentRatingFrance" property, of type "microsoft.graph.mediaContentRatingFrance".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for France</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingGermany">
            <summary>
                <para type="description">The "mediaContentRatingGermany" property, of type "microsoft.graph.mediaContentRatingGermany".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Germany</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingIreland">
            <summary>
                <para type="description">The "mediaContentRatingIreland" property, of type "microsoft.graph.mediaContentRatingIreland".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Ireland</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingJapan">
            <summary>
                <para type="description">The "mediaContentRatingJapan" property, of type "microsoft.graph.mediaContentRatingJapan".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Japan</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingNewZealand">
            <summary>
                <para type="description">The "mediaContentRatingNewZealand" property, of type "microsoft.graph.mediaContentRatingNewZealand".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for New Zealand</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedKingdom">
            <summary>
                <para type="description">The "mediaContentRatingUnitedKingdom" property, of type "microsoft.graph.mediaContentRatingUnitedKingdom".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United Kingdom</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedStates">
            <summary>
                <para type="description">The "mediaContentRatingUnitedStates" property, of type "microsoft.graph.mediaContentRatingUnitedStates".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United States</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.networkUsageRules">
            <summary>
                <para type="description">The "networkUsageRules" property, of type "microsoft.graph.iosNetworkUsageRule".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.mediaContentRatingApps">
            <summary>
                <para type="description">The "mediaContentRatingApps" property, of type "microsoft.graph.ratingAppsType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Apps</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove4', 'agesAbove9', 'agesAbove12', 'agesAbove17'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.messagesBlocked">
            <summary>
                <para type="description">The "messagesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Messages app on the supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.notificationsBlockSettingsModification">
            <summary>
                <para type="description">The "notificationsBlockSettingsModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passcodeBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintModification">
            <summary>
                <para type="description">The "passcodeBlockFingerprintModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Block modification of registered Touch ID fingerprints when in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeBlockModification">
            <summary>
                <para type="description">The "passcodeBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of character sets a passcode must contain. Valid values 0 to 4</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeSignInFailureCountBeforeWipe">
            <summary>
                <para type="description">The "passcodeSignInFailureCountBeforeWipe" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before wiping the device. Valid values 4 to 11</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of passcode that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.podcastsBlocked">
            <summary>
                <para type="description">The "podcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariBlockAutofill">
            <summary>
                <para type="description">The "safariBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Auto fill in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariBlockJavaScript">
            <summary>
                <para type="description">The "safariBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariBlockPopups">
            <summary>
                <para type="description">The "safariBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariBlocked">
            <summary>
                <para type="description">The "safariBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariCookieSettings">
            <summary>
                <para type="description">The "safariCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings for Safari.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariManagedDomains">
            <summary>
                <para type="description">The "safariManagedDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URLs matching the patterns listed here will be considered managed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariPasswordAutoFillDomains">
            <summary>
                <para type="description">The "safariPasswordAutoFillDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.safariRequireFraudWarning">
            <summary>
                <para type="description">The "safariRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.siriBlocked">
            <summary>
                <para type="description">The "siriBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.siriBlockedWhenLocked">
            <summary>
                <para type="description">The "siriBlockedWhenLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri when locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.siriBlockUserGeneratedContent">
            <summary>
                <para type="description">The "siriBlockUserGeneratedContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.siriRequireProfanityFilter">
            <summary>
                <para type="description">The "siriRequireProfanityFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.spotlightBlockInternetResults">
            <summary>
                <para type="description">The "spotlightBlockInternetResults" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Spotlight search from returning internet results on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.voiceDialingBlocked">
            <summary>
                <para type="description">The "voiceDialingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice dialing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wallpaperBlockModification">
            <summary>
                <para type="description">The "wallpaperBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.wiFiConnectOnlyToConfiguredNetworks">
            <summary>
                <para type="description">The "wiFiConnectOnlyToConfiguredNetworks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.iosCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.androidWorkProfileGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passwordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.passwordBlockTrustAgents">
            <summary>
                <para type="description">The "passwordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileDataSharingType">
            <summary>
                <para type="description">The "workProfileDataSharingType" property, of type "microsoft.graph.androidWorkProfileCrossProfileDataSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of data sharing that is allowed.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'preventAny', 'allowPersonalToWork', 'noRestrictions'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockNotificationsWhileDeviceLocked">
            <summary>
                <para type="description">The "workProfileBlockNotificationsWhileDeviceLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block notifications while device locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockAddingAccounts">
            <summary>
                <para type="description">The "workProfileBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block users from adding/removing accounts in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBluetoothEnableContactSharing">
            <summary>
                <para type="description">The "workProfileBluetoothEnableContactSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Allow bluetooth devices to access enterprise contacts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockScreenCapture">
            <summary>
                <para type="description">The "workProfileBlockScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block screen capture in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCallerId">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCallerId" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block display work profile caller ID in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockCamera">
            <summary>
                <para type="description">The "workProfileBlockCamera" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileContactsSearch">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileContactsSearch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile contacts availability in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCopyPaste">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Boolean that indicates if the setting disallow cross profile copy/paste is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileDefaultAppPermissionPolicy">
            <summary>
                <para type="description">The "workProfileDefaultAppPermissionPolicy" property, of type "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'prompt', 'autoGrant', 'autoDeny'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "workProfilePasswordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockTrustAgents">
            <summary>
                <para type="description">The "workProfilePasswordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordExpirationDays">
            <summary>
                <para type="description">The "workProfilePasswordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the work profile password expires. Valid values 1 to 365</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinimumLength">
            <summary>
                <para type="description">The "workProfilePasswordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of work profile password. Valid values 4 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNumericCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNumericCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of numeric characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNonLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNonLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of non-letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLowerCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLowerCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of lower-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinUpperCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinUpperCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of upper-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinSymbolCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinSymbolCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of symbols required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "workProfilePasswordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous work profile passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "workProfilePasswordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfilePasswordRequiredType">
            <summary>
                <para type="description">The "workProfilePasswordRequiredType" property, of type "microsoft.graph.androidWorkProfileRequiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of work profile password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'lowSecurityBiometric', 'required', 'atLeastNumeric', 'numericComplex', 'atLeastAlphabetic', 'atLeastAlphanumeric', 'alphanumericWithSymbols'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.workProfileRequirePassword">
            <summary>
                <para type="description">The "workProfileRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Password is required or not for work profile</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.androidWorkProfileCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.androidGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsBlockClipboardSharing">
            <summary>
                <para type="description">The "appsBlockClipboardSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block clipboard sharing to copy and paste between applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsBlockYouTube">
            <summary>
                <para type="description">The "appsBlockYouTube" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the YouTube app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.cellularBlockMessaging">
            <summary>
                <para type="description">The "cellularBlockMessaging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block SMS/MMS messaging.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.googleAccountBlockAutoSync">
            <summary>
                <para type="description">The "googleAccountBlockAutoSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google account auto sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.googlePlayStoreBlocked">
            <summary>
                <para type="description">The "googlePlayStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Google Play store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeBlockSleepButton">
            <summary>
                <para type="description">The "kioskModeBlockSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the screen sleep button while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeBlockVolumeButtons">
            <summary>
                <para type="description">The "kioskModeBlockVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the volume buttons while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.kioskModeApps">
            <summary>
                <para type="description">The "kioskModeApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.powerOffBlocked">
            <summary>
                <para type="description">The "powerOffBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block powering off the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.factoryResetBlocked">
            <summary>
                <para type="description">The "factoryResetBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user performing a factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.deviceSharingAllowed">
            <summary>
                <para type="description">The "deviceSharingAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device sharing mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageBlockGoogleBackup">
            <summary>
                <para type="description">The "storageBlockGoogleBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google Backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.storageRequireRemovableStorageEncryption">
            <summary>
                <para type="description">The "storageRequireRemovableStorageEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require removable storage encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.voiceAssistantBlocked">
            <summary>
                <para type="description">The "voiceAssistantBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the use of the Voice Assistant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webBrowserBlockPopups">
            <summary>
                <para type="description">The "webBrowserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webBrowserBlockAutofill">
            <summary>
                <para type="description">The "webBrowserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser's auto fill feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webBrowserBlockJavaScript">
            <summary>
                <para type="description">The "webBrowserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.webBrowserCookieSettings">
            <summary>
                <para type="description">The "webBrowserCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings within the web browser.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsInstallAllowList">
            <summary>
                <para type="description">The "appsInstallAllowList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsLaunchBlockList">
            <summary>
                <para type="description">The "appsLaunchBlockList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.appsHideList">
            <summary>
                <para type="description">The "appsHideList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations.androidCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfiguration".</para>
                <para type="description">Updates a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
                <para type="description">The device configurations.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided description of the Device Configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Admin provided name of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Version of the device configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.deviceConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceStatuses">
            <summary>
                <para type="description">The "deviceStatuses" property, of type "microsoft.graph.deviceConfigurationDeviceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.userStatuses">
            <summary>
                <para type="description">The "userStatuses" property, of type "microsoft.graph.deviceConfigurationUserStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device configuration installation status by user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceStatusOverview">
            <summary>
                <para type="description">The "deviceStatusOverview" property, of type "microsoft.graph.deviceConfigurationDeviceOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration devices status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.userStatusOverview">
            <summary>
                <para type="description">The "userStatusOverview" property, of type "microsoft.graph.deviceConfigurationUserOverview".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration users status overview</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceSettingStateSummaries">
            <summary>
                <para type="description">The "deviceSettingStateSummaries" property, of type "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfiguration" type.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10TeamGeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.azureOperationalInsightsBlockTelemetry">
            <summary>
                <para type="description">The "azureOperationalInsightsBlockTelemetry" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Azure Operational Insights.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceId">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights workspace id.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.azureOperationalInsightsWorkspaceKey">
            <summary>
                <para type="description">The "azureOperationalInsightsWorkspaceKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The Azure Operational Insights Workspace key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.connectAppBlockAutoLaunch">
            <summary>
                <para type="description">The "connectAppBlockAutoLaunch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to automatically launch the Connect app whenever a projection is initiated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.maintenanceWindowBlocked">
            <summary>
                <para type="description">The "maintenanceWindowBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block setting a maintenance window for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.maintenanceWindowDurationInHours">
            <summary>
                <para type="description">The "maintenanceWindowDurationInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window duration for device updates. Valid values 0 to 5</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.maintenanceWindowStartTime">
            <summary>
                <para type="description">The "maintenanceWindowStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Maintenance window start time for device updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.miracastChannel">
            <summary>
                <para type="description">The "miracastChannel" property, of type "microsoft.graph.miracastChannel".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The channel.</para>
                <para type="description">
                     Valid values: 'userDefined', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'thirtySix', 'forty', 'fortyFour', 'fortyEight', 'oneHundredFortyNine', 'oneHundredFiftyThree', 'oneHundredFiftySeven', 'oneHundredSixtyOne', 'oneHundredSixtyFive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.miracastBlocked">
            <summary>
                <para type="description">The "miracastBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.miracastRequirePin">
            <summary>
                <para type="description">The "miracastRequirePin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a pin for wireless projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockMyMeetingsAndFiles">
            <summary>
                <para type="description">The "settingsBlockMyMeetingsAndFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockSessionResume">
            <summary>
                <para type="description">The "settingsBlockSessionResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to allow the ability to resume a session when the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockSigninSuggestions">
            <summary>
                <para type="description">The "settingsBlockSigninSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsDefaultVolume">
            <summary>
                <para type="description">The "settingsDefaultVolume" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsScreenTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsScreenTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub screen turns off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsSessionTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSessionTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the session times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsSleepTimeoutInMinutes">
            <summary>
                <para type="description">The "settingsSleepTimeoutInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Specifies the number of minutes until the Hub enters sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.welcomeScreenBlockAutomaticWakeUp">
            <summary>
                <para type="description">The "welcomeScreenBlockAutomaticWakeUp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.welcomeScreenBackgroundImageUrl">
            <summary>
                <para type="description">The "welcomeScreenBackgroundImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.welcomeScreenMeetingInformation">
            <summary>
                <para type="description">The "welcomeScreenMeetingInformation" property, of type "microsoft.graph.welcomeScreenMeetingInformation".</para>
                <para type="description">This property is on the "microsoft.graph.windows10TeamGeneralConfiguration" type.</para>
                <para type="description">The welcome screen meeting information shown.</para>
                <para type="description">
                     Valid values: 'userDefined', 'showOrganizerAndTimeOnly', 'showOrganizerAndTimeAndSubject'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsPhone81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applyOnlyToWindowsPhone81">
            <summary>
                <para type="description">The "applyOnlyToWindowsPhone81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsBlockCopyPaste">
            <summary>
                <para type="description">The "appsBlockCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothBlocked">
            <summary>
                <para type="description">The "bluetoothBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block bluetooth.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cameraBlocked">
            <summary>
                <para type="description">The "cameraBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockWifiTethering">
            <summary>
                <para type="description">The "cellularBlockWifiTethering" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.compliantAppsList">
            <summary>
                <para type="description">The "compliantAppsList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.compliantAppListType">
            <summary>
                <para type="description">The "compliantAppListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">List that is in the AppComplianceList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmission">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.emailBlockAddingAccounts">
            <summary>
                <para type="description">The "emailBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block custom email accounts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.locationServicesBlocked">
            <summary>
                <para type="description">The "locationServicesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block location services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.microsoftAccountBlocked">
            <summary>
                <para type="description">The "microsoftAccountBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block using a Microsoft Account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.nfcBlocked">
            <summary>
                <para type="description">The "nfcBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Near-Field Communication.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordBlockSimple">
            <summary>
                <para type="description">The "passwordBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block syncing the calendar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordExpirationDays">
            <summary>
                <para type="description">The "passwordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of days before the password expires.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordMinimumLength">
            <summary>
                <para type="description">The "passwordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minimum length of passwords.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Minutes of inactivity before screen timeout.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passwordMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of character sets a password must contain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "passwordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of previous passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "passwordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordRequiredType">
            <summary>
                <para type="description">The "passwordRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Password type that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordRequired">
            <summary>
                <para type="description">The "passwordRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.screenCaptureBlocked">
            <summary>
                <para type="description">The "screenCaptureBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block screenshots.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageBlockRemovableStorage">
            <summary>
                <para type="description">The "storageBlockRemovableStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block removable storage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRequireEncryption">
            <summary>
                <para type="description">The "storageRequireEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webBrowserBlocked">
            <summary>
                <para type="description">The "webBrowserBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wifiBlocked">
            <summary>
                <para type="description">The "wifiBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wifiBlockAutomaticConnectHotspots">
            <summary>
                <para type="description">The "wifiBlockAutomaticConnectHotspots" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wifiBlockHotspotReporting">
            <summary>
                <para type="description">The "wifiBlockHotspotReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsStoreBlocked">
            <summary>
                <para type="description">The "windowsStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows81GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows81GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.accountsBlockAddingNonMicrosoftAccountEmail">
            <summary>
                <para type="description">The "accountsBlockAddingNonMicrosoftAccountEmail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applyOnlyToWindows81">
            <summary>
                <para type="description">The "applyOnlyToWindows81" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Value indicating whether this policy only applies to Windows 8.1. This property is read-only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockAutofill">
            <summary>
                <para type="description">The "browserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockAutomaticDetectionOfIntranetSites">
            <summary>
                <para type="description">The "browserBlockAutomaticDetectionOfIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic detection of Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockEnterpriseModeAccess">
            <summary>
                <para type="description">The "browserBlockEnterpriseModeAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block enterprise mode access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockJavaScript">
            <summary>
                <para type="description">The "browserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockPlugins">
            <summary>
                <para type="description">The "browserBlockPlugins" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block plug-ins.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockPopups">
            <summary>
                <para type="description">The "browserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "browserBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserBlockSingleWordEntryOnIntranetSites">
            <summary>
                <para type="description">The "browserBlockSingleWordEntryOnIntranetSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block a single word entry on Intranet sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserRequireSmartScreen">
            <summary>
                <para type="description">The "browserRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "browserEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserInternetSecurityLevel">
            <summary>
                <para type="description">The "browserInternetSecurityLevel" property, of type "microsoft.graph.internetSiteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The internet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserIntranetSecurityLevel">
            <summary>
                <para type="description">The "browserIntranetSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The Intranet security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserLoggingReportLocation">
            <summary>
                <para type="description">The "browserLoggingReportLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The logging report location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserRequireHighSecurityForRestrictedSites">
            <summary>
                <para type="description">The "browserRequireHighSecurityForRestrictedSites" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require high security for restricted sites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserRequireFirewall">
            <summary>
                <para type="description">The "browserRequireFirewall" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a firewall.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserRequireFraudWarning">
            <summary>
                <para type="description">The "browserRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.browserTrustedSitesSecurityLevel">
            <summary>
                <para type="description">The "browserTrustedSitesSecurityLevel" property, of type "microsoft.graph.siteSecurityLevel".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The trusted sites security level.</para>
                <para type="description">
                     Valid values: 'userDefined', 'low', 'mediumLow', 'medium', 'mediumHigh', 'high'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockDataRoaming">
            <summary>
                <para type="description">The "cellularBlockDataRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block data roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.diagnosticsBlockDataSubmission">
            <summary>
                <para type="description">The "diagnosticsBlockDataSubmission" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block diagnostic data submission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordBlockPicturePasswordAndPin">
            <summary>
                <para type="description">The "passwordBlockPicturePasswordAndPin" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using a pictures password and pin.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRequireDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.updatesRequireAutomaticUpdates">
            <summary>
                <para type="description">The "updatesRequireAutomaticUpdates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require automatic updates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.userAccountControlSettings">
            <summary>
                <para type="description">The "userAccountControlSettings" property, of type "microsoft.graph.windowsUserAccountControlSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The user account control settings.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysNotify', 'notifyOnAppChanges', 'notifyOnAppChangesWithoutDimming', 'neverNotify'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workFoldersUrl">
            <summary>
                <para type="description">The "workFoldersUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows81GeneralConfiguration" type.</para>
                <para type="description">The work folders url.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsUpdateForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deliveryOptimizationMode">
            <summary>
                <para type="description">The "deliveryOptimizationMode" property, of type "microsoft.graph.windowsDeliveryOptimizationMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Delivery Optimization Mode</para>
                <para type="description">
                     Valid values: 'userDefined', 'httpOnly', 'httpWithPeeringNat', 'httpWithPeeringPrivateGroup', 'httpWithInternetPeering', 'simpleDownload', 'bypassMode'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.prereleaseFeatures">
            <summary>
                <para type="description">The "prereleaseFeatures" property, of type "microsoft.graph.prereleaseFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">The pre-release features.</para>
                <para type="description">
                     Valid values: 'userDefined', 'settingsOnly', 'settingsAndExperimentations', 'notAllowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.automaticUpdateMode">
            <summary>
                <para type="description">The "automaticUpdateMode" property, of type "microsoft.graph.automaticUpdateMode".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Automatic update mode.</para>
                <para type="description">
                     Valid values: 'userDefined', 'notifyDownload', 'autoInstallAtMaintenanceTime', 'autoInstallAndRebootAtMaintenanceTime', 'autoInstallAndRebootAtScheduledTime', 'autoInstallAndRebootWithoutEndUserControl'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.microsoftUpdateServiceAllowed">
            <summary>
                <para type="description">The "microsoftUpdateServiceAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Allow Microsoft Update Service</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.driversExcluded">
            <summary>
                <para type="description">The "driversExcluded" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Exclude Windows update Drivers</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.installationSchedule">
            <summary>
                <para type="description">The "installationSchedule" property, of type "microsoft.graph.windowsUpdateInstallScheduleType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Installation schedule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.qualityUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "qualityUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Quality Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.featureUpdatesDeferralPeriodInDays">
            <summary>
                <para type="description">The "featureUpdatesDeferralPeriodInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Defer Feature Updates by these many days</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.qualityUpdatesPaused">
            <summary>
                <para type="description">The "qualityUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Quality Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.featureUpdatesPaused">
            <summary>
                <para type="description">The "featureUpdatesPaused" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Pause Feature Updates</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.qualityUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "qualityUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Quality Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.featureUpdatesPauseExpiryDateTime">
            <summary>
                <para type="description">The "featureUpdatesPauseExpiryDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Feature Updates Pause Expiry datetime</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.businessReadyUpdatesOnly">
            <summary>
                <para type="description">The "businessReadyUpdatesOnly" property, of type "microsoft.graph.windowsUpdateType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsUpdateForBusinessConfiguration" type.</para>
                <para type="description">Determines which branch devices will receive their updates from</para>
                <para type="description">
                     Valid values: 'userDefined', 'all', 'businessReadyOnly', 'windowsInsiderBuildFast', 'windowsInsiderBuildSlow', 'windowsInsiderBuildRelease'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsPhone81CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.omaSettings">
            <summary>
                <para type="description">The "omaSettings" property, of type "microsoft.graph.omaSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windowsPhone81CustomConfiguration" type.</para>
                <para type="description">OMA settings. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10SecureAssessmentConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.launchUri">
            <summary>
                <para type="description">The "launchUri" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.configurationAccount">
            <summary>
                <para type="description">The "configurationAccount" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">The account used to configure the Windows device for taking the test. The user can be a domain account (domain\user), an AAD account (username@tenant.com) or a local account (username).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowPrinting">
            <summary>
                <para type="description">The "allowPrinting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the app from printing during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowScreenCapture">
            <summary>
                <para type="description">The "allowScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen capture capability during a test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowTextSuggestion">
            <summary>
                <para type="description">The "allowTextSuggestion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10SecureAssessmentConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow text suggestions during the test.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.sharedPCConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.sharedPCConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.accountManagerPolicy">
            <summary>
                <para type="description">The "accountManagerPolicy" property, of type "microsoft.graph.sharedPCAccountManagerPolicy".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowedAccounts">
            <summary>
                <para type="description">The "allowedAccounts" property, of type "microsoft.graph.sharedPCAllowedAccountType".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Indicates which type of accounts are allowed to use on a shared PC.</para>
                <para type="description">
                     Valid values: 'guest', 'domain'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowLocalStorage">
            <summary>
                <para type="description">The "allowLocalStorage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether local storage is allowed on a shared PC.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.disableAccountManager">
            <summary>
                <para type="description">The "disableAccountManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the account manager for shared PC mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.disableEduPolicies">
            <summary>
                <para type="description">The "disableEduPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.disablePowerPolicies">
            <summary>
                <para type="description">The "disablePowerPolicies" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies whether the default shared PC power policies should be disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.disableSignInOnResume">
            <summary>
                <para type="description">The "disableSignInOnResume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Disables the requirement to sign in whenever the device wakes up from sleep mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Enables shared PC mode and applies the shared pc policies.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.idleTimeBeforeSleepInSeconds">
            <summary>
                <para type="description">The "idleTimeBeforeSleepInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskAppDisplayName">
            <summary>
                <para type="description">The "kioskAppDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskAppUserModelId">
            <summary>
                <para type="description">The "kioskAppUserModelId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the application user model ID of the app to use with assigned access.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.maintenanceStartTime">
            <summary>
                <para type="description">The "maintenanceStartTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.sharedPCConfiguration" type.</para>
                <para type="description">Specifies the daily start time of maintenance hour.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10EnterpriseModernAppManagementConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.uninstallBuiltInApps">
            <summary>
                <para type="description">The "uninstallBuiltInApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EnterpriseModernAppManagementConfiguration" type.</para>
                <para type="description">Indicates whether or not to uninstall a fixed list of built-in Windows apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10CustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10CustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.editionUpgradeConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.editionUpgradeConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.licenseType">
            <summary>
                <para type="description">The "licenseType" property, of type "microsoft.graph.editionUpgradeLicenseType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License Type.</para>
                <para type="description">
                     Valid values: 'productKey', 'licenseFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.targetEdition">
            <summary>
                <para type="description">The "targetEdition" property, of type "microsoft.graph.windows10EditionType".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Target Edition.</para>
                <para type="description">
                     Valid values: 'windows10Enterprise', 'windows10EnterpriseN', 'windows10Education', 'windows10EducationN', 'windows10MobileEnterprise', 'windows10HolographicEnterprise', 'windows10Professional', 'windows10ProfessionalN', 'windows10ProfessionalEducation', 'windows10ProfessionalEducationN', 'windows10ProfessionalWorkstation', 'windows10ProfessionalWorkstationN'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.license">
            <summary>
                <para type="description">The "license" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade License File Content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.productKey">
            <summary>
                <para type="description">The "productKey" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.editionUpgradeConfiguration" type.</para>
                <para type="description">Edition Upgrade Product Key.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsDefenderAdvancedThreatProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.allowSampleSharing">
            <summary>
                <para type="description">The "allowSampleSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Windows Defender AdvancedThreatProtection "Allow Sample Sharing" Rule</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enableExpeditedTelemetryReporting">
            <summary>
                <para type="description">The "enableExpeditedTelemetryReporting" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" type.</para>
                <para type="description">Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10GeneralConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10GeneralConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryEndPoint">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryEndPoint" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Endpoint for discovering cloud printers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthAuthority">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthAuthority" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Authentication endpoint for acquiring OAuth tokens.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintOAuthClientIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintOAuthClientIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for print service as configured in the Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintDiscoveryMaxLimit">
            <summary>
                <para type="description">The "enterpriseCloudPrintDiscoveryMaxLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier">
            <summary>
                <para type="description">The "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">OAuth resource URI for printer discovery service as configured in Azure portal.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchBlockDiacritics">
            <summary>
                <para type="description">The "searchBlockDiacritics" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies if search can use diacritics.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchDisableAutoLanguageDetection">
            <summary>
                <para type="description">The "searchDisableAutoLanguageDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies whether to use automatic language detection when indexing content and properties.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchDisableIndexingEncryptedItems">
            <summary>
                <para type="description">The "searchDisableIndexingEncryptedItems" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchEnableRemoteQueries">
            <summary>
                <para type="description">The "searchEnableRemoteQueries" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block remote queries of this computer’s index.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchDisableIndexerBackoff">
            <summary>
                <para type="description">The "searchDisableIndexerBackoff" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the search indexer backoff feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchDisableIndexingRemovableDrive">
            <summary>
                <para type="description">The "searchDisableIndexingRemovableDrive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.searchEnableAutomaticIndexSizeManangement">
            <summary>
                <para type="description">The "searchEnableAutomaticIndexSizeManangement" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.diagnosticsDataSubmissionMode">
            <summary>
                <para type="description">The "diagnosticsDataSubmissionMode" property, of type "microsoft.graph.diagnosticDataSubmissionMode".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing the device to send diagnostic and usage telemetry data, such as Watson.</para>
                <para type="description">
                     Valid values: 'userDefined', 'none', 'basic', 'enhanced', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.oneDriveDisableFileSync">
            <summary>
                <para type="description">The "oneDriveDisableFileSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.smartScreenEnableAppInstallControl">
            <summary>
                <para type="description">The "smartScreenEnableAppInstallControl" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users are allowed to install apps from places other than the Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.personalizationDesktopImageUrl">
            <summary>
                <para type="description">The "personalizationDesktopImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.personalizationLockScreenImageUrl">
            <summary>
                <para type="description">The "personalizationLockScreenImageUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothAllowedServices">
            <summary>
                <para type="description">The "bluetoothAllowedServices" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify a list of allowed Bluetooth services and profiles in hex formatted strings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothBlockAdvertising">
            <summary>
                <para type="description">The "bluetoothBlockAdvertising" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth advertising.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothBlockDiscoverableMode">
            <summary>
                <para type="description">The "bluetoothBlockDiscoverableMode" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using bluetooth discoverable mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothBlockPrePairing">
            <summary>
                <para type="description">The "bluetoothBlockPrePairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockAutofill">
            <summary>
                <para type="description">The "edgeBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block auto fill.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlocked">
            <summary>
                <para type="description">The "edgeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeCookiePolicy">
            <summary>
                <para type="description">The "edgeCookiePolicy" property, of type "microsoft.graph.edgeCookiePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates which cookies to block in the Edge browser.</para>
                <para type="description">
                     Valid values: 'userDefined', 'allow', 'blockThirdParty', 'blockAll'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockDeveloperTools">
            <summary>
                <para type="description">The "edgeBlockDeveloperTools" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block developer tools in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockSendingDoNotTrackHeader">
            <summary>
                <para type="description">The "edgeBlockSendingDoNotTrackHeader" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from sending the do not track header.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockExtensions">
            <summary>
                <para type="description">The "edgeBlockExtensions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block extensions in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockInPrivateBrowsing">
            <summary>
                <para type="description">The "edgeBlockInPrivateBrowsing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockJavaScript">
            <summary>
                <para type="description">The "edgeBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using JavaScript.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockPasswordManager">
            <summary>
                <para type="description">The "edgeBlockPasswordManager" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block password manager.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockAddressBarDropdown">
            <summary>
                <para type="description">The "edgeBlockAddressBarDropdown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockCompatibilityList">
            <summary>
                <para type="description">The "edgeBlockCompatibilityList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeClearBrowsingDataOnExit">
            <summary>
                <para type="description">The "edgeClearBrowsingDataOnExit" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Clear browsing data on exiting Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeAllowStartPagesModification">
            <summary>
                <para type="description">The "edgeAllowStartPagesModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeDisableFirstRunPage">
            <summary>
                <para type="description">The "edgeDisableFirstRunPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockLiveTileDataCollection">
            <summary>
                <para type="description">The "edgeBlockLiveTileDataCollection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeSyncFavoritesWithInternetExplorer">
            <summary>
                <para type="description">The "edgeSyncFavoritesWithInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockDataWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockDataWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using data over cellular while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockVpn">
            <summary>
                <para type="description">The "cellularBlockVpn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockVpnWhenRoaming">
            <summary>
                <para type="description">The "cellularBlockVpnWhenRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using VPN when roaming over cellular.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderBlockEndUserAccess">
            <summary>
                <para type="description">The "defenderBlockEndUserAccess" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block end user access to Defender.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderDaysBeforeDeletingQuarantinedMalware">
            <summary>
                <para type="description">The "defenderDaysBeforeDeletingQuarantinedMalware" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Number of days before deleting quarantined malware. Valid values 0 to 90</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderDetectedMalwareActions">
            <summary>
                <para type="description">The "defenderDetectedMalwareActions" property, of type "microsoft.graph.defenderDetectedMalwareActions".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Gets or sets Defender’s actions to take on detected Malware per threat level.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderSystemScanSchedule">
            <summary>
                <para type="description">The "defenderSystemScanSchedule" property, of type "microsoft.graph.weeklySchedule".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Defender day of the week for the system scan.</para>
                <para type="description">
                     Valid values: 'userDefined', 'everyday', 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderFilesAndFoldersToExclude">
            <summary>
                <para type="description">The "defenderFilesAndFoldersToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Files and folder to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderFileExtensionsToExclude">
            <summary>
                <para type="description">The "defenderFileExtensionsToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">File extensions to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanMaxCpu">
            <summary>
                <para type="description">The "defenderScanMaxCpu" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Max CPU usage percentage during scan. Valid values 0 to 100</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderMonitorFileActivity">
            <summary>
                <para type="description">The "defenderMonitorFileActivity" property, of type "microsoft.graph.defenderMonitorFileActivity".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Value for monitoring file activity.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disable', 'monitorAllFiles', 'monitorIncomingFilesOnly', 'monitorOutgoingFilesOnly'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderProcessesToExclude">
            <summary>
                <para type="description">The "defenderProcessesToExclude" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Processes to exclude from scans and real time protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderPromptForSampleSubmission">
            <summary>
                <para type="description">The "defenderPromptForSampleSubmission" property, of type "microsoft.graph.defenderPromptForSampleSubmission".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The configuration for how to prompt user for sample submission.</para>
                <para type="description">
                     Valid values: 'userDefined', 'alwaysPrompt', 'promptBeforeSendingPersonalData', 'neverSendData', 'sendAllDataWithoutPrompting'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderRequireBehaviorMonitoring">
            <summary>
                <para type="description">The "defenderRequireBehaviorMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require behavior monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderRequireCloudProtection">
            <summary>
                <para type="description">The "defenderRequireCloudProtection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require cloud protection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderRequireNetworkInspectionSystem">
            <summary>
                <para type="description">The "defenderRequireNetworkInspectionSystem" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require network inspection system.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderRequireRealTimeMonitoring">
            <summary>
                <para type="description">The "defenderRequireRealTimeMonitoring" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require real time monitoring.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanArchiveFiles">
            <summary>
                <para type="description">The "defenderScanArchiveFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan archive files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanDownloads">
            <summary>
                <para type="description">The "defenderScanDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan downloads.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanNetworkFiles">
            <summary>
                <para type="description">The "defenderScanNetworkFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan files opened from a network folder.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanIncomingMail">
            <summary>
                <para type="description">The "defenderScanIncomingMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan incoming mail messages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanMappedNetworkDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanMappedNetworkDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan mapped network drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanRemovableDrivesDuringFullScan">
            <summary>
                <para type="description">The "defenderScanRemovableDrivesDuringFullScan" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan removable drives during full scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanScriptsLoadedInInternetExplorer">
            <summary>
                <para type="description">The "defenderScanScriptsLoadedInInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to scan scripts loaded in Internet Explorer browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderSignatureUpdateIntervalInHours">
            <summary>
                <para type="description">The "defenderSignatureUpdateIntervalInHours" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScanType">
            <summary>
                <para type="description">The "defenderScanType" property, of type "microsoft.graph.defenderScanType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender system scan type.</para>
                <para type="description">
                     Valid values: 'userDefined', 'disabled', 'quick', 'full'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScheduledScanTime">
            <summary>
                <para type="description">The "defenderScheduledScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The defender time for the system scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderScheduledQuickScanTime">
            <summary>
                <para type="description">The "defenderScheduledQuickScanTime" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The time to perform a daily quick scan.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderCloudBlockLevel">
            <summary>
                <para type="description">The "defenderCloudBlockLevel" property, of type "microsoft.graph.defenderCloudBlockLevelType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the level of cloud-delivered protection.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'high', 'highPlus', 'zeroTolerance'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenAllowTimeoutConfiguration">
            <summary>
                <para type="description">The "lockScreenAllowTimeoutConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockActionCenterNotifications">
            <summary>
                <para type="description">The "lockScreenBlockActionCenterNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block action center notifications over lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockCortana">
            <summary>
                <para type="description">The "lockScreenBlockCortana" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not the user can interact with Cortana using speech while the system is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockToastNotifications">
            <summary>
                <para type="description">The "lockScreenBlockToastNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether to allow toast notifications above the device lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenTimeoutInSeconds">
            <summary>
                <para type="description">The "lockScreenTimeoutInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordRequireWhenResumeFromIdleState">
            <summary>
                <para type="description">The "passwordRequireWhenResumeFromIdleState" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password upon resuming from an idle state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.privacyAdvertisingId">
            <summary>
                <para type="description">The "privacyAdvertisingId" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enables or disables the use of advertising ID. Added in Windows 10, version 1607.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.privacyAutoAcceptPairingAndConsentPrompts">
            <summary>
                <para type="description">The "privacyAutoAcceptPairingAndConsentPrompts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.privacyBlockInputPersonalization">
            <summary>
                <para type="description">The "privacyBlockInputPersonalization" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startBlockUnpinningAppsFromTaskbar">
            <summary>
                <para type="description">The "startBlockUnpinningAppsFromTaskbar" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from unpinning apps from taskbar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuAppListVisibility">
            <summary>
                <para type="description">The "startMenuAppListVisibility" property, of type "microsoft.graph.windowsStartMenuAppListVisibilityType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.</para>
                <para type="description">
                     Valid values: 'userDefined', 'collapse', 'remove', 'disableSettingsApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideChangeAccountSettings">
            <summary>
                <para type="description">The "startMenuHideChangeAccountSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the change account setting from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideFrequentlyUsedApps">
            <summary>
                <para type="description">The "startMenuHideFrequentlyUsedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideHibernate">
            <summary>
                <para type="description">The "startMenuHideHibernate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides hibernate from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideLock">
            <summary>
                <para type="description">The "startMenuHideLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides lock from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHidePowerButton">
            <summary>
                <para type="description">The "startMenuHidePowerButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the power button from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideRecentJumpLists">
            <summary>
                <para type="description">The "startMenuHideRecentJumpLists" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideRecentlyAddedApps">
            <summary>
                <para type="description">The "startMenuHideRecentlyAddedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideRestartOptions">
            <summary>
                <para type="description">The "startMenuHideRestartOptions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideShutDown">
            <summary>
                <para type="description">The "startMenuHideShutDown" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideSignOut">
            <summary>
                <para type="description">The "startMenuHideSignOut" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sign out from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideSleep">
            <summary>
                <para type="description">The "startMenuHideSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides sleep from appearing in the power button in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideSwitchAccount">
            <summary>
                <para type="description">The "startMenuHideSwitchAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides switch account from appearing in the user tile in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuHideUserTile">
            <summary>
                <para type="description">The "startMenuHideUserTile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enabling this policy hides the user tile from appearing in the start menu.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuLayoutEdgeAssetsXml">
            <summary>
                <para type="description">The "startMenuLayoutEdgeAssetsXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuLayoutXml">
            <summary>
                <para type="description">The "startMenuLayoutXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuMode">
            <summary>
                <para type="description">The "startMenuMode" property, of type "microsoft.graph.windowsStartMenuModeType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows admins to decide how the Start menu is displayed.</para>
                <para type="description">
                     Valid values: 'userDefined', 'fullScreen', 'nonFullScreen'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDocuments">
            <summary>
                <para type="description">The "startMenuPinnedFolderDocuments" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Documents folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderDownloads">
            <summary>
                <para type="description">The "startMenuPinnedFolderDownloads" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Downloads folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderFileExplorer">
            <summary>
                <para type="description">The "startMenuPinnedFolderFileExplorer" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the FileExplorer shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderHomeGroup">
            <summary>
                <para type="description">The "startMenuPinnedFolderHomeGroup" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the HomeGroup folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderMusic">
            <summary>
                <para type="description">The "startMenuPinnedFolderMusic" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Music folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderNetwork">
            <summary>
                <para type="description">The "startMenuPinnedFolderNetwork" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Network folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPersonalFolder">
            <summary>
                <para type="description">The "startMenuPinnedFolderPersonalFolder" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the PersonalFolder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderPictures">
            <summary>
                <para type="description">The "startMenuPinnedFolderPictures" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Pictures folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderSettings">
            <summary>
                <para type="description">The "startMenuPinnedFolderSettings" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Settings folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.startMenuPinnedFolderVideos">
            <summary>
                <para type="description">The "startMenuPinnedFolderVideos" property, of type "microsoft.graph.visibilitySetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Enforces the visibility (Show/Hide) of the Videos folder shortcut on the Start menu.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'hide', 'show'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockSettingsApp">
            <summary>
                <para type="description">The "settingsBlockSettingsApp" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockSystemPage">
            <summary>
                <para type="description">The "settingsBlockSystemPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to System in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockDevicesPage">
            <summary>
                <para type="description">The "settingsBlockDevicesPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Devices in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockNetworkInternetPage">
            <summary>
                <para type="description">The "settingsBlockNetworkInternetPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Network &amp; Internet in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockPersonalizationPage">
            <summary>
                <para type="description">The "settingsBlockPersonalizationPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Personalization in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockAccountsPage">
            <summary>
                <para type="description">The "settingsBlockAccountsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Accounts in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockTimeLanguagePage">
            <summary>
                <para type="description">The "settingsBlockTimeLanguagePage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Time &amp; Language in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockEaseOfAccessPage">
            <summary>
                <para type="description">The "settingsBlockEaseOfAccessPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Ease of Access in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockPrivacyPage">
            <summary>
                <para type="description">The "settingsBlockPrivacyPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Privacy in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockUpdateSecurityPage">
            <summary>
                <para type="description">The "settingsBlockUpdateSecurityPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Update &amp; Security in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockAppsPage">
            <summary>
                <para type="description">The "settingsBlockAppsPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Apps in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockGamingPage">
            <summary>
                <para type="description">The "settingsBlockGamingPage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block access to Gaming in Settings app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockConsumerSpecificFeatures">
            <summary>
                <para type="description">The "windowsSpotlightBlockConsumerSpecificFeatures" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlocked">
            <summary>
                <para type="description">The "windowsSpotlightBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off all Windows Spotlight features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockOnActionCenter">
            <summary>
                <para type="description">The "windowsSpotlightBlockOnActionCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockTailoredExperiences">
            <summary>
                <para type="description">The "windowsSpotlightBlockTailoredExperiences" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block personalized content in Windows spotlight based on user’s device usage.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockThirdPartyNotifications">
            <summary>
                <para type="description">The "windowsSpotlightBlockThirdPartyNotifications" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block third party content delivered via Windows Spotlight</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWelcomeExperience">
            <summary>
                <para type="description">The "windowsSpotlightBlockWelcomeExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Block Windows Spotlight Windows welcome experience</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightBlockWindowsTips">
            <summary>
                <para type="description">The "windowsSpotlightBlockWindowsTips" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to turn off the popup of Windows Tips.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsSpotlightConfigureOnLockScreen">
            <summary>
                <para type="description">The "windowsSpotlightConfigureOnLockScreen" property, of type "microsoft.graph.windowsSpotlightEnablementSettings".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies the type of Spotlight</para>
                <para type="description">
                     Valid values: 'notConfigured', 'disabled', 'enabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.networkProxyApplySettingsDeviceWide">
            <summary>
                <para type="description">The "networkProxyApplySettingsDeviceWide" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.networkProxyDisableAutoDetect">
            <summary>
                <para type="description">The "networkProxyDisableAutoDetect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.networkProxyAutomaticConfigurationUrl">
            <summary>
                <para type="description">The "networkProxyAutomaticConfigurationUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Address to the proxy auto-config (PAC) script you want to use.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.networkProxyServer">
            <summary>
                <para type="description">The "networkProxyServer" property, of type "microsoft.graph.windows10NetworkProxyServer".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies manual proxy server settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.antiTheftModeBlocked">
            <summary>
                <para type="description">The "antiTheftModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.connectedDevicesServiceBlocked">
            <summary>
                <para type="description">The "connectedDevicesServiceBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.certificatesBlockManualRootCertificateInstallation">
            <summary>
                <para type="description">The "certificatesBlockManualRootCertificateInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from doing manual root certificate installation.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.copyPasteBlocked">
            <summary>
                <para type="description">The "copyPasteBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using copy paste.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cortanaBlocked">
            <summary>
                <para type="description">The "cortanaBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether or not to Block the user from using Cortana.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceManagementBlockFactoryResetOnMobile">
            <summary>
                <para type="description">The "deviceManagementBlockFactoryResetOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from resetting their phone.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceManagementBlockManualUnenroll">
            <summary>
                <para type="description">The "deviceManagementBlockManualUnenroll" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from doing manual un-enrollment from device management.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safeSearchFilter">
            <summary>
                <para type="description">The "safeSearchFilter" property, of type "microsoft.graph.safeSearchFilterType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specifies what filter level of safe search is required.</para>
                <para type="description">
                     Valid values: 'userDefined', 'strict', 'moderate'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockPopups">
            <summary>
                <para type="description">The "edgeBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockSearchSuggestions">
            <summary>
                <para type="description">The "edgeBlockSearchSuggestions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the search suggestions in the address bar.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockSendingIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeBlockSendingIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeSendIntranetTrafficToInternetExplorer">
            <summary>
                <para type="description">The "edgeSendIntranetTrafficToInternetExplorer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeRequireSmartScreen">
            <summary>
                <para type="description">The "edgeRequireSmartScreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Require the user to use the smart screen filter.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeEnterpriseModeSiteListLocation">
            <summary>
                <para type="description">The "edgeEnterpriseModeSiteListLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates the enterprise mode site list location. Could be a local file, local network or http location.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeFirstRunUrl">
            <summary>
                <para type="description">The "edgeFirstRunUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The first run URL for when Edge browser is opened for the first time.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeSearchEngine">
            <summary>
                <para type="description">The "edgeSearchEngine" property, of type "microsoft.graph.edgeSearchEngineBase".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeHomepageUrls">
            <summary>
                <para type="description">The "edgeHomepageUrls" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.edgeBlockAccessToAboutFlags">
            <summary>
                <para type="description">The "edgeBlockAccessToAboutFlags" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent access to about flags on Edge browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverride">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.smartScreenBlockPromptOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockPromptOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webRtcBlockLocalhostIpAddress">
            <summary>
                <para type="description">The "webRtcBlockLocalhostIpAddress" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.internetSharingBlocked">
            <summary>
                <para type="description">The "internetSharingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using internet sharing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockAddProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockAddProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockRemoveProvisioningPackage">
            <summary>
                <para type="description">The "settingsBlockRemoveProvisioningPackage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the runtime configuration agent from removing provisioning packages.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockChangeSystemTime">
            <summary>
                <para type="description">The "settingsBlockChangeSystemTime" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing date and time settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockEditDeviceName">
            <summary>
                <para type="description">The "settingsBlockEditDeviceName" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from editing the device name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockChangeRegion">
            <summary>
                <para type="description">The "settingsBlockChangeRegion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the region settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockChangeLanguage">
            <summary>
                <para type="description">The "settingsBlockChangeLanguage" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing the language settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.settingsBlockChangePowerSleep">
            <summary>
                <para type="description">The "settingsBlockChangePowerSleep" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from changing power and sleep settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.microsoftAccountBlockSettingsSync">
            <summary>
                <para type="description">The "microsoftAccountBlockSettingsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block Microsoft account settings sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.resetProtectionModeBlocked">
            <summary>
                <para type="description">The "resetProtectionModeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from reset protection mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRequireMobileDeviceEncryption">
            <summary>
                <para type="description">The "storageRequireMobileDeviceEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicating whether or not to require encryption on a mobile device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.usbBlocked">
            <summary>
                <para type="description">The "usbBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from USB connection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.voiceRecordingBlocked">
            <summary>
                <para type="description">The "voiceRecordingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from voice recording.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wiFiBlockManualConfiguration">
            <summary>
                <para type="description">The "wiFiBlockManualConfiguration" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to Block the user from using Wi-Fi manual configuration.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wiFiScanInterval">
            <summary>
                <para type="description">The "wiFiScanInterval" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockProjectionToThisDevice">
            <summary>
                <para type="description">The "wirelessDisplayBlockProjectionToThisDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow other devices from discovering this PC for projection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wirelessDisplayBlockUserInputFromReceiver">
            <summary>
                <para type="description">The "wirelessDisplayBlockUserInputFromReceiver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow user input from wireless display receiver.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wirelessDisplayRequirePinForPairing">
            <summary>
                <para type="description">The "wirelessDisplayRequirePinForPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a PIN for new devices to initiate pairing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsAllowTrustedAppsSideloading">
            <summary>
                <para type="description">The "appsAllowTrustedAppsSideloading" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsStoreBlockAutoUpdate">
            <summary>
                <para type="description">The "windowsStoreBlockAutoUpdate" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block automatic update of apps from Windows Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.developerUnlockSetting">
            <summary>
                <para type="description">The "developerUnlockSetting" property, of type "microsoft.graph.stateManagementSetting".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow developer unlock.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blocked', 'allowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.sharedUserAppDataAllowed">
            <summary>
                <para type="description">The "sharedUserAppDataAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block multiple users of the same app to share data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsBlockWindowsStoreOriginatedApps">
            <summary>
                <para type="description">The "appsBlockWindowsStoreOriginatedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windowsStoreEnablePrivateStoreOnly">
            <summary>
                <para type="description">The "windowsStoreEnablePrivateStoreOnly" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable Private Store Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRestrictAppDataToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppDataToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether application data is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRestrictAppInstallToSystemVolume">
            <summary>
                <para type="description">The "storageRestrictAppInstallToSystemVolume" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether the installation of applications is restricted to the system drive.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.gameDvrBlocked">
            <summary>
                <para type="description">The "gameDvrBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to block DVR and broadcasting.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.experienceBlockDeviceDiscovery">
            <summary>
                <para type="description">The "experienceBlockDeviceDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable device discovery UX.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.experienceBlockErrorDialogWhenNoSIM">
            <summary>
                <para type="description">The "experienceBlockErrorDialogWhenNoSIM" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the error dialog from displaying if no SIM card is detected.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.experienceBlockTaskSwitcher">
            <summary>
                <para type="description">The "experienceBlockTaskSwitcher" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Indicates whether or not to enable task switching on the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.logonBlockFastUserSwitching">
            <summary>
                <para type="description">The "logonBlockFastUserSwitching" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Disables the ability to quickly switch between users that are logged on simultaneously without logging off.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.tenantLockdownRequireNetworkDuringOutOfBoxExperience">
            <summary>
                <para type="description">The "tenantLockdownRequireNetworkDuringOutOfBoxExperience" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10GeneralConfiguration" type.</para>
                <para type="description">Whether the device is required to connect to the network.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.windows10EndpointProtectionConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallBlockStatefulFTP">
            <summary>
                <para type="description">The "firewallBlockStatefulFTP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Blocks stateful FTP connections to the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallIdleTimeoutForSecurityAssociationInSeconds">
            <summary>
                <para type="description">The "firewallIdleTimeoutForSecurityAssociationInSeconds" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallPreSharedKeyEncodingMethod">
            <summary>
                <para type="description">The "firewallPreSharedKeyEncodingMethod" property, of type "microsoft.graph.firewallPreSharedKeyEncodingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Select the preshared key encoding to be used</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'utF8'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowNeighborDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowNeighborDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowICMP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowICMP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow ICMP</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowRouterDiscovery">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowRouterDiscovery" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallIPSecExemptionsAllowDHCP">
            <summary>
                <para type="description">The "firewallIPSecExemptionsAllowDHCP" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallCertificateRevocationListCheckMethod">
            <summary>
                <para type="description">The "firewallCertificateRevocationListCheckMethod" property, of type "microsoft.graph.firewallCertificateRevocationListCheckMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Specify how the certificate revocation list is to be enforced</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'none', 'attempt', 'require'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallMergeKeyingModuleSettings">
            <summary>
                <para type="description">The "firewallMergeKeyingModuleSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallPacketQueueingMethod">
            <summary>
                <para type="description">The "firewallPacketQueueingMethod" property, of type "microsoft.graph.firewallPacketQueueingMethodType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures how packet queueing should be applied in the tunnel gateway scenario</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'disabled', 'queueInbound', 'queueOutbound', 'queueBoth'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallProfileDomain">
            <summary>
                <para type="description">The "firewallProfileDomain" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for domain networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallProfilePublic">
            <summary>
                <para type="description">The "firewallProfilePublic" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for public networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.firewallProfilePrivate">
            <summary>
                <para type="description">The "firewallProfilePrivate" property, of type "microsoft.graph.windowsFirewallNetworkProfile".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Configures the firewall profile settings for private networks</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderAttackSurfaceReductionExcludedPaths">
            <summary>
                <para type="description">The "defenderAttackSurfaceReductionExcludedPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of exe files and folders to be excluded from attack surface reduction rules</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderGuardedFoldersAllowedAppPaths">
            <summary>
                <para type="description">The "defenderGuardedFoldersAllowedAppPaths" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of paths to exe that are allowed to access protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderAdditionalGuardedFolders">
            <summary>
                <para type="description">The "defenderAdditionalGuardedFolders" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">List of folder paths to be added to the list of protected folders</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXml">
            <summary>
                <para type="description">The "defenderExploitProtectionXml" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Xml content containing information regarding exploit protection details.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderExploitProtectionXmlFileName">
            <summary>
                <para type="description">The "defenderExploitProtectionXmlFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Name of the file from which DefenderExploitProtectionXml was obtained.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.defenderSecurityCenterBlockExploitProtectionOverride">
            <summary>
                <para type="description">The "defenderSecurityCenterBlockExploitProtectionOverride" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user from overriding Exploit Protection settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appLockerApplicationControl">
            <summary>
                <para type="description">The "appLockerApplicationControl" property, of type "microsoft.graph.appLockerApplicationControlType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enables the Admin to choose what types of app to allow on devices.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enforceComponentsAndStoreApps', 'auditComponentsAndStoreApps', 'enforceComponentsStoreAppsAndSmartlocker', 'auditComponentsStoreAppsAndSmartlocker'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.smartScreenEnableInShell">
            <summary>
                <para type="description">The "smartScreenEnableInShell" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to configure SmartScreen for Windows.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.smartScreenBlockOverrideForFiles">
            <summary>
                <para type="description">The "smartScreenBlockOverrideForFiles" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardEnabled">
            <summary>
                <para type="description">The "applicationGuardEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Enable Windows Defender Application Guard</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardBlockFileTransfer">
            <summary>
                <para type="description">The "applicationGuardBlockFileTransfer" property, of type "microsoft.graph.applicationGuardBlockFileTransferType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to transfer image file, text file or neither of them</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockImageAndTextFile', 'blockImageFile', 'blockNone', 'blockTextFile'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardBlockNonEnterpriseContent">
            <summary>
                <para type="description">The "applicationGuardBlockNonEnterpriseContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block enterprise sites to load non-enterprise content, such as third party plug-ins</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardAllowPersistence">
            <summary>
                <para type="description">The "applicationGuardAllowPersistence" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardForceAuditing">
            <summary>
                <para type="description">The "applicationGuardForceAuditing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardBlockClipboardSharing">
            <summary>
                <para type="description">The "applicationGuardBlockClipboardSharing" property, of type "microsoft.graph.applicationGuardBlockClipboardSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'blockBoth', 'blockHostToContainer', 'blockContainerToHost', 'blockNone'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToPDF">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToPDF" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to PDF from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToXPS">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToXPS" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to XPS from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToLocalPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToLocalPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Local Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.applicationGuardAllowPrintToNetworkPrinters">
            <summary>
                <para type="description">The "applicationGuardAllowPrintToNetworkPrinters" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allow printing to Network Printers from Container</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bitLockerDisableWarningForOtherDiskEncryption">
            <summary>
                <para type="description">The "bitLockerDisableWarningForOtherDiskEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the Admin to disable the warning prompt for other disk encryption on the user machines.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bitLockerEnableStorageCardEncryptionOnMobile">
            <summary>
                <para type="description">The "bitLockerEnableStorageCardEncryptionOnMobile" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bitLockerEncryptDevice">
            <summary>
                <para type="description">The "bitLockerEncryptDevice" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">Allows the admin to require encryption to be turned on using BitLocker.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bitLockerRemovableDrivePolicy">
            <summary>
                <para type="description">The "bitLockerRemovableDrivePolicy" property, of type "microsoft.graph.bitLockerRemovableDrivePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.windows10EndpointProtectionConfiguration" type.</para>
                <para type="description">BitLocker Removable Drive Policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.macOSDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iosDeviceFeaturesConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.assetTagTemplate">
            <summary>
                <para type="description">The "assetTagTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Asset tag information for the device, displayed on the login window and lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenFootnote">
            <summary>
                <para type="description">The "lockScreenFootnote" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.homeScreenDockIcons">
            <summary>
                <para type="description">The "homeScreenDockIcons" property, of type "microsoft.graph.iosHomeScreenItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.homeScreenPages">
            <summary>
                <para type="description">The "homeScreenPages" property, of type "microsoft.graph.iosHomeScreenPage".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.notificationSettings">
            <summary>
                <para type="description">The "notificationSettings" property, of type "microsoft.graph.iosNotificationSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosDeviceFeaturesConfiguration" type.</para>
                <para type="description">Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.macOSGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.emailInDomainSuffixes">
            <summary>
                <para type="description">The "emailInDomainSuffixes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">An email address lacking a suffix that matches any of these strings will be considered out-of-domain.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passwordMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.macOSGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity required before a password is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.macOSCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.macOSCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.payloadName">
            <summary>
                <para type="description">The "payloadName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Name that is displayed to the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.payloadFileName">
            <summary>
                <para type="description">The "payloadFileName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload file name (*.mobileconfig | *.xml).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.payload">
            <summary>
                <para type="description">The "payload" property, of type "Edm.Binary".</para>
                <para type="description">This property is on the "microsoft.graph.macOSCustomConfiguration" type.</para>
                <para type="description">Payload. (UTF8 encoded byte array)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iosUpdateConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosUpdateConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.activeHoursStart">
            <summary>
                <para type="description">The "activeHoursStart" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours Start (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.activeHoursEnd">
            <summary>
                <para type="description">The "activeHoursEnd" property, of type "Edm.TimeOfDay".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Active Hours End (active hours mean the time window when updates install should not happen)</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.scheduledInstallDays">
            <summary>
                <para type="description">The "scheduledInstallDays" property, of type "microsoft.graph.dayOfWeek".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.</para>
                <para type="description">
                     Valid values: 'sunday', 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.utcTimeOffsetInMinutes">
            <summary>
                <para type="description">The "utcTimeOffsetInMinutes" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateConfiguration" type.</para>
                <para type="description">UTC Time Offset indicated in minutes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iosGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.accountBlockModification">
            <summary>
                <para type="description">The "accountBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow account modification when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.activationLockAllowWhenSupervised">
            <summary>
                <para type="description">The "activationLockAllowWhenSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow activation lock when the device is in the supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.airDropBlocked">
            <summary>
                <para type="description">The "airDropBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow AirDrop when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.airDropForceUnmanagedDropTarget">
            <summary>
                <para type="description">The "airDropForceUnmanagedDropTarget" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.airPlayForcePairingPasswordForOutgoingRequests">
            <summary>
                <para type="description">The "airPlayForcePairingPasswordForOutgoingRequests" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appleWatchBlockPairing">
            <summary>
                <para type="description">The "appleWatchBlockPairing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appleWatchForceWristDetection">
            <summary>
                <para type="description">The "appleWatchForceWristDetection" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appleNewsBlocked">
            <summary>
                <para type="description">The "appleNewsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsSingleAppModeList">
            <summary>
                <para type="description">The "appsSingleAppModeList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsVisibilityList">
            <summary>
                <para type="description">The "appsVisibilityList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsVisibilityListType">
            <summary>
                <para type="description">The "appsVisibilityListType" property, of type "microsoft.graph.appListType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of list that is in the AppsVisibilityList.</para>
                <para type="description">
                     Valid values: 'none', 'appsInListCompliant', 'appsNotInListCompliant'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appStoreBlockAutomaticDownloads">
            <summary>
                <para type="description">The "appStoreBlockAutomaticDownloads" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appStoreBlocked">
            <summary>
                <para type="description">The "appStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appStoreBlockInAppPurchases">
            <summary>
                <para type="description">The "appStoreBlockInAppPurchases" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from making in app purchases.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appStoreBlockUIAppInstallation">
            <summary>
                <para type="description">The "appStoreBlockUIAppInstallation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appStoreRequirePassword">
            <summary>
                <para type="description">The "appStoreRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a password when using the app store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.bluetoothBlockModification">
            <summary>
                <para type="description">The "bluetoothBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockGlobalBackgroundFetchWhileRoaming">
            <summary>
                <para type="description">The "cellularBlockGlobalBackgroundFetchWhileRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block global background fetch while roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockPerAppDataModification">
            <summary>
                <para type="description">The "cellularBlockPerAppDataModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockPersonalHotspot">
            <summary>
                <para type="description">The "cellularBlockPersonalHotspot" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Personal Hotspot.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockVoiceRoaming">
            <summary>
                <para type="description">The "cellularBlockVoiceRoaming" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice roaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.certificatesBlockUntrustedTlsCertificates">
            <summary>
                <para type="description">The "certificatesBlockUntrustedTlsCertificates" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block untrusted TLS certificates.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.classroomAppBlockRemoteScreenObservation">
            <summary>
                <para type="description">The "classroomAppBlockRemoteScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.classroomAppForceUnpromptedScreenObservation">
            <summary>
                <para type="description">The "classroomAppForceUnpromptedScreenObservation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.configurationProfileBlockChanges">
            <summary>
                <para type="description">The "configurationProfileBlockChanges" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.definitionLookupBlocked">
            <summary>
                <para type="description">The "definitionLookupBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceBlockEnableRestrictions">
            <summary>
                <para type="description">The "deviceBlockEnableRestrictions" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceBlockEraseContentAndSettings">
            <summary>
                <para type="description">The "deviceBlockEraseContentAndSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceBlockNameModification">
            <summary>
                <para type="description">The "deviceBlockNameModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.diagnosticDataBlockSubmissionModification">
            <summary>
                <para type="description">The "diagnosticDataBlockSubmissionModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.documentsBlockManagedDocumentsInUnmanagedApps">
            <summary>
                <para type="description">The "documentsBlockManagedDocumentsInUnmanagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing managed documents in unmanaged apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.documentsBlockUnmanagedDocumentsInManagedApps">
            <summary>
                <para type="description">The "documentsBlockUnmanagedDocumentsInManagedApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from viewing unmanaged documents in managed apps.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrust">
            <summary>
                <para type="description">The "enterpriseAppBlockTrust" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from trusting an enterprise app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.enterpriseAppBlockTrustModification">
            <summary>
                <para type="description">The "enterpriseAppBlockTrustModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from modifying the enterprise app trust settings.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.faceTimeBlocked">
            <summary>
                <para type="description">The "faceTimeBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using FaceTime.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.findMyFriendsBlocked">
            <summary>
                <para type="description">The "findMyFriendsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Find My Friends when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.gamingBlockGameCenterFriends">
            <summary>
                <para type="description">The "gamingBlockGameCenterFriends" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from having friends in Game Center.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.gamingBlockMultiplayer">
            <summary>
                <para type="description">The "gamingBlockMultiplayer" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using multiplayer gaming.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.gameCenterBlocked">
            <summary>
                <para type="description">The "gameCenterBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Game Center when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.hostPairingBlocked">
            <summary>
                <para type="description">The "hostPairingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iBooksStoreBlocked">
            <summary>
                <para type="description">The "iBooksStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iBooksStoreBlockErotica">
            <summary>
                <para type="description">The "iBooksStoreBlockErotica" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockActivityContinuation">
            <summary>
                <para type="description">The "iCloudBlockActivityContinuation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the the user from continuing work they started on iOS device to another iOS or macOS device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockBackup">
            <summary>
                <para type="description">The "iCloudBlockBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockDocumentSync">
            <summary>
                <para type="description">The "iCloudBlockDocumentSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud document sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockManagedAppsSync">
            <summary>
                <para type="description">The "iCloudBlockManagedAppsSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Managed Apps Cloud Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoLibrary">
            <summary>
                <para type="description">The "iCloudBlockPhotoLibrary" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Library.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockPhotoStreamSync">
            <summary>
                <para type="description">The "iCloudBlockPhotoStreamSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block iCloud Photo Stream Sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudBlockSharedPhotoStream">
            <summary>
                <para type="description">The "iCloudBlockSharedPhotoStream" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Shared Photo Stream.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iCloudRequireEncryptedBackup">
            <summary>
                <para type="description">The "iCloudRequireEncryptedBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require backups to iCloud be encrypted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iTunesBlockExplicitContent">
            <summary>
                <para type="description">The "iTunesBlockExplicitContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iTunesBlockMusicService">
            <summary>
                <para type="description">The "iTunesBlockMusicService" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iTunesBlockRadio">
            <summary>
                <para type="description">The "iTunesBlockRadio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.keyboardBlockAutoCorrect">
            <summary>
                <para type="description">The "keyboardBlockAutoCorrect" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.keyboardBlockDictation">
            <summary>
                <para type="description">The "keyboardBlockDictation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using dictation input when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.keyboardBlockPredictive">
            <summary>
                <para type="description">The "keyboardBlockPredictive" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.keyboardBlockShortcuts">
            <summary>
                <para type="description">The "keyboardBlockShortcuts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.keyboardBlockSpellCheck">
            <summary>
                <para type="description">The "keyboardBlockSpellCheck" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveSpeak">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveSpeak" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow assistive speak while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowAssistiveTouchSettings">
            <summary>
                <para type="description">The "kioskModeAllowAssistiveTouchSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowAutoLock">
            <summary>
                <para type="description">The "kioskModeAllowAutoLock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device auto lock while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowColorInversionSettings">
            <summary>
                <para type="description">The "kioskModeAllowColorInversionSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowRingerSwitch">
            <summary>
                <para type="description">The "kioskModeAllowRingerSwitch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the ringer switch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowScreenRotation">
            <summary>
                <para type="description">The "kioskModeAllowScreenRotation" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow screen rotation while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowSleepButton">
            <summary>
                <para type="description">The "kioskModeAllowSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the sleep button while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowTouchscreen">
            <summary>
                <para type="description">The "kioskModeAllowTouchscreen" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the touchscreen while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowVoiceOverSettings">
            <summary>
                <para type="description">The "kioskModeAllowVoiceOverSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the voice over settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowVolumeButtons">
            <summary>
                <para type="description">The "kioskModeAllowVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow use of the volume buttons while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAllowZoomSettings">
            <summary>
                <para type="description">The "kioskModeAllowZoomSettings" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow access to the zoom settings while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeAppStoreUrl">
            <summary>
                <para type="description">The "kioskModeAppStoreUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeBuiltInAppId">
            <summary>
                <para type="description">The "kioskModeBuiltInAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeRequireAssistiveTouch">
            <summary>
                <para type="description">The "kioskModeRequireAssistiveTouch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require assistive touch while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeRequireColorInversion">
            <summary>
                <para type="description">The "kioskModeRequireColorInversion" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require color inversion while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeRequireMonoAudio">
            <summary>
                <para type="description">The "kioskModeRequireMonoAudio" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require mono audio while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeRequireVoiceOver">
            <summary>
                <para type="description">The "kioskModeRequireVoiceOver" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require voice over while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeRequireZoom">
            <summary>
                <para type="description">The "kioskModeRequireZoom" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require zoom while in kiosk mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeManagedAppId">
            <summary>
                <para type="description">The "kioskModeManagedAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockControlCenter">
            <summary>
                <para type="description">The "lockScreenBlockControlCenter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using control center on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockNotificationView">
            <summary>
                <para type="description">The "lockScreenBlockNotificationView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the notification view on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockPassbook">
            <summary>
                <para type="description">The "lockScreenBlockPassbook" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using passbook when the device is locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.lockScreenBlockTodayView">
            <summary>
                <para type="description">The "lockScreenBlockTodayView" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Today View on the lock screen.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingAustralia">
            <summary>
                <para type="description">The "mediaContentRatingAustralia" property, of type "microsoft.graph.mediaContentRatingAustralia".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Australia</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingCanada">
            <summary>
                <para type="description">The "mediaContentRatingCanada" property, of type "microsoft.graph.mediaContentRatingCanada".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Canada</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingFrance">
            <summary>
                <para type="description">The "mediaContentRatingFrance" property, of type "microsoft.graph.mediaContentRatingFrance".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for France</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingGermany">
            <summary>
                <para type="description">The "mediaContentRatingGermany" property, of type "microsoft.graph.mediaContentRatingGermany".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Germany</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingIreland">
            <summary>
                <para type="description">The "mediaContentRatingIreland" property, of type "microsoft.graph.mediaContentRatingIreland".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Ireland</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingJapan">
            <summary>
                <para type="description">The "mediaContentRatingJapan" property, of type "microsoft.graph.mediaContentRatingJapan".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Japan</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingNewZealand">
            <summary>
                <para type="description">The "mediaContentRatingNewZealand" property, of type "microsoft.graph.mediaContentRatingNewZealand".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for New Zealand</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedKingdom">
            <summary>
                <para type="description">The "mediaContentRatingUnitedKingdom" property, of type "microsoft.graph.mediaContentRatingUnitedKingdom".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United Kingdom</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingUnitedStates">
            <summary>
                <para type="description">The "mediaContentRatingUnitedStates" property, of type "microsoft.graph.mediaContentRatingUnitedStates".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for United States</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.networkUsageRules">
            <summary>
                <para type="description">The "networkUsageRules" property, of type "microsoft.graph.iosNetworkUsageRule".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.mediaContentRatingApps">
            <summary>
                <para type="description">The "mediaContentRatingApps" property, of type "microsoft.graph.ratingAppsType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Media content rating settings for Apps</para>
                <para type="description">
                     Valid values: 'allAllowed', 'allBlocked', 'agesAbove4', 'agesAbove9', 'agesAbove12', 'agesAbove17'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.messagesBlocked">
            <summary>
                <para type="description">The "messagesBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using the Messages app on the supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.notificationsBlockSettingsModification">
            <summary>
                <para type="description">The "notificationsBlockSettingsModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow notifications settings modification (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passcodeBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeBlockFingerprintModification">
            <summary>
                <para type="description">The "passcodeBlockFingerprintModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Block modification of registered Touch ID fingerprints when in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeBlockModification">
            <summary>
                <para type="description">The "passcodeBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeBlockSimple">
            <summary>
                <para type="description">The "passcodeBlockSimple" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block simple passcodes.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeExpirationDays">
            <summary>
                <para type="description">The "passcodeExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the passcode expires. Valid values 1 to 65535</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeMinimumLength">
            <summary>
                <para type="description">The "passcodeMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of passcode. Valid values 4 to 14</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeLock">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeLock" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before a passcode is required.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "passcodeMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeMinimumCharacterSetCount">
            <summary>
                <para type="description">The "passcodeMinimumCharacterSetCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of character sets a passcode must contain. Valid values 0 to 4</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodePreviousPasscodeBlockCount">
            <summary>
                <para type="description">The "passcodePreviousPasscodeBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous passcodes to block. Valid values 1 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeSignInFailureCountBeforeWipe">
            <summary>
                <para type="description">The "passcodeSignInFailureCountBeforeWipe" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before wiping the device. Valid values 4 to 11</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeRequiredType">
            <summary>
                <para type="description">The "passcodeRequiredType" property, of type "microsoft.graph.requiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of passcode that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'alphanumeric', 'numeric'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passcodeRequired">
            <summary>
                <para type="description">The "passcodeRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require a passcode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.podcastsBlocked">
            <summary>
                <para type="description">The "podcastsBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariBlockAutofill">
            <summary>
                <para type="description">The "safariBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Auto fill in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariBlockJavaScript">
            <summary>
                <para type="description">The "safariBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariBlockPopups">
            <summary>
                <para type="description">The "safariBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariBlocked">
            <summary>
                <para type="description">The "safariBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariCookieSettings">
            <summary>
                <para type="description">The "safariCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings for Safari.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariManagedDomains">
            <summary>
                <para type="description">The "safariManagedDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">URLs matching the patterns listed here will be considered managed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariPasswordAutoFillDomains">
            <summary>
                <para type="description">The "safariPasswordAutoFillDomains" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later).</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.safariRequireFraudWarning">
            <summary>
                <para type="description">The "safariRequireFraudWarning" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require fraud warning in Safari.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.siriBlocked">
            <summary>
                <para type="description">The "siriBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.siriBlockedWhenLocked">
            <summary>
                <para type="description">The "siriBlockedWhenLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the user from using Siri when locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.siriBlockUserGeneratedContent">
            <summary>
                <para type="description">The "siriBlockUserGeneratedContent" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Siri from querying user-generated content when used on a supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.siriRequireProfanityFilter">
            <summary>
                <para type="description">The "siriRequireProfanityFilter" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.spotlightBlockInternetResults">
            <summary>
                <para type="description">The "spotlightBlockInternetResults" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Spotlight search from returning internet results on supervised device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.voiceDialingBlocked">
            <summary>
                <para type="description">The "voiceDialingBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block voice dialing.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wallpaperBlockModification">
            <summary>
                <para type="description">The "wallpaperBlockModification" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.wiFiConnectOnlyToConfiguredNetworks">
            <summary>
                <para type="description">The "wiFiConnectOnlyToConfiguredNetworks" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.iosGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.iosCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.iosCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.androidWorkProfileGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "passwordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.passwordBlockTrustAgents">
            <summary>
                <para type="description">The "passwordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileDataSharingType">
            <summary>
                <para type="description">The "workProfileDataSharingType" property, of type "microsoft.graph.androidWorkProfileCrossProfileDataSharingType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of data sharing that is allowed.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'preventAny', 'allowPersonalToWork', 'noRestrictions'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockNotificationsWhileDeviceLocked">
            <summary>
                <para type="description">The "workProfileBlockNotificationsWhileDeviceLocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block notifications while device locked.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockAddingAccounts">
            <summary>
                <para type="description">The "workProfileBlockAddingAccounts" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block users from adding/removing accounts in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBluetoothEnableContactSharing">
            <summary>
                <para type="description">The "workProfileBluetoothEnableContactSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Allow bluetooth devices to access enterprise contacts.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockScreenCapture">
            <summary>
                <para type="description">The "workProfileBlockScreenCapture" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block screen capture in work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCallerId">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCallerId" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block display work profile caller ID in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockCamera">
            <summary>
                <para type="description">The "workProfileBlockCamera" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile camera.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileContactsSearch">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileContactsSearch" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Block work profile contacts availability in personal profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileBlockCrossProfileCopyPaste">
            <summary>
                <para type="description">The "workProfileBlockCrossProfileCopyPaste" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Boolean that indicates if the setting disallow cross profile copy/paste is enabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileDefaultAppPermissionPolicy">
            <summary>
                <para type="description">The "workProfileDefaultAppPermissionPolicy" property, of type "microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'prompt', 'autoGrant', 'autoDeny'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockFingerprintUnlock">
            <summary>
                <para type="description">The "workProfilePasswordBlockFingerprintUnlock" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block fingerprint unlock for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordBlockTrustAgents">
            <summary>
                <para type="description">The "workProfilePasswordBlockTrustAgents" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Smart Lock and other trust agents for work profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordExpirationDays">
            <summary>
                <para type="description">The "workProfilePasswordExpirationDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of days before the work profile password expires. Valid values 1 to 365</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinimumLength">
            <summary>
                <para type="description">The "workProfilePasswordMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum length of work profile password. Valid values 4 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNumericCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNumericCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of numeric characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinNonLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinNonLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of non-letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLetterCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLetterCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of letter characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinLowerCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinLowerCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of lower-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinUpperCaseCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinUpperCaseCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of upper-case characters required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinSymbolCharacters">
            <summary>
                <para type="description">The "workProfilePasswordMinSymbolCharacters" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minimum # of symbols required in work profile password. Valid values 1 to 10</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordMinutesOfInactivityBeforeScreenTimeout">
            <summary>
                <para type="description">The "workProfilePasswordMinutesOfInactivityBeforeScreenTimeout" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Minutes of inactivity before the screen times out.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordPreviousPasswordBlockCount">
            <summary>
                <para type="description">The "workProfilePasswordPreviousPasswordBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of previous work profile passwords to block. Valid values 0 to 24</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordSignInFailureCountBeforeFactoryReset">
            <summary>
                <para type="description">The "workProfilePasswordSignInFailureCountBeforeFactoryReset" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfilePasswordRequiredType">
            <summary>
                <para type="description">The "workProfilePasswordRequiredType" property, of type "microsoft.graph.androidWorkProfileRequiredPasswordType".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Type of work profile password that is required.</para>
                <para type="description">
                     Valid values: 'deviceDefault', 'lowSecurityBiometric', 'required', 'atLeastNumeric', 'numericComplex', 'atLeastAlphabetic', 'atLeastAlphanumeric', 'alphanumericWithSymbols'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.workProfileRequirePassword">
            <summary>
                <para type="description">The "workProfileRequirePassword" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Password is required or not for work profile</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.securityRequireVerifyApps">
            <summary>
                <para type="description">The "securityRequireVerifyApps" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidWorkProfileGeneralDeviceConfiguration" type.</para>
                <para type="description">Require the Android Verify apps feature is turned on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.androidWorkProfileCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidWorkProfileCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.androidGeneralDeviceConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsBlockClipboardSharing">
            <summary>
                <para type="description">The "appsBlockClipboardSharing" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block clipboard sharing to copy and paste between applications.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsBlockYouTube">
            <summary>
                <para type="description">The "appsBlockYouTube" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the YouTube app.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.cellularBlockMessaging">
            <summary>
                <para type="description">The "cellularBlockMessaging" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block SMS/MMS messaging.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.googleAccountBlockAutoSync">
            <summary>
                <para type="description">The "googleAccountBlockAutoSync" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google account auto sync.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.googlePlayStoreBlocked">
            <summary>
                <para type="description">The "googlePlayStoreBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the Google Play store.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeBlockSleepButton">
            <summary>
                <para type="description">The "kioskModeBlockSleepButton" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the screen sleep button while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeBlockVolumeButtons">
            <summary>
                <para type="description">The "kioskModeBlockVolumeButtons" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the volume buttons while in Kiosk Mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.kioskModeApps">
            <summary>
                <para type="description">The "kioskModeApps" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.powerOffBlocked">
            <summary>
                <para type="description">The "powerOffBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block powering off the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.factoryResetBlocked">
            <summary>
                <para type="description">The "factoryResetBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block user performing a factory reset.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.deviceSharingAllowed">
            <summary>
                <para type="description">The "deviceSharingAllowed" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to allow device sharing mode.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageBlockGoogleBackup">
            <summary>
                <para type="description">The "storageBlockGoogleBackup" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block Google Backup.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.storageRequireRemovableStorageEncryption">
            <summary>
                <para type="description">The "storageRequireRemovableStorageEncryption" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to require removable storage encryption.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.voiceAssistantBlocked">
            <summary>
                <para type="description">The "voiceAssistantBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the use of the Voice Assistant.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webBrowserBlockPopups">
            <summary>
                <para type="description">The "webBrowserBlockPopups" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block popups within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webBrowserBlockAutofill">
            <summary>
                <para type="description">The "webBrowserBlockAutofill" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block the web browser's auto fill feature.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webBrowserBlockJavaScript">
            <summary>
                <para type="description">The "webBrowserBlockJavaScript" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Indicates whether or not to block JavaScript within the web browser.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.webBrowserCookieSettings">
            <summary>
                <para type="description">The "webBrowserCookieSettings" property, of type "microsoft.graph.webBrowserCookieSettings".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">Cookie settings within the web browser.</para>
                <para type="description">
                     Valid values: 'browserDefault', 'blockAlways', 'allowCurrentWebSite', 'allowFromWebsitesVisited', 'allowAlways'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsInstallAllowList">
            <summary>
                <para type="description">The "appsInstallAllowList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsLaunchBlockList">
            <summary>
                <para type="description">The "appsLaunchBlockList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.appsHideList">
            <summary>
                <para type="description">The "appsHideList" property, of type "microsoft.graph.appListItem".</para>
                <para type="description">This property is on the "microsoft.graph.androidGeneralDeviceConfiguration" type.</para>
                <para type="description">List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations.androidCustomConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.androidCustomConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfiguration" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceConfiguration" object from the "deviceConfigurations" collection.</para>
                <para type="description">The device configurations.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/deviceConfigurationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations.deviceConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceConfigurations_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.deviceConfiguration".</para>
                <para type="description">This action returns a collection of "microsoft.graph.deviceConfigurationAssignment" objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/deviceConfigurations/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceConfigurations_Assign.assignments">
            <summary>
                <para type="description">The "assignments" action parameter of type "microsoft.graph.deviceConfigurationAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceConfigurations_Assign.deviceConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceConfigurationAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceConfigurationAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationAssignment" type.</para>
                <para type="description">The assignment target for the device configuration.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceConfigurationAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationAssignment" type.</para>
                <para type="description">The assignment target for the device configuration.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationAssignment".</para>
                <para type="description">Updates a "microsoft.graph.deviceConfigurationAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationAssignment" type.</para>
                <para type="description">The assignment target for the device configuration.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceConfigurationAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of assignments for the device configuration profile.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/assignments/deviceConfigurationAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_Assignments.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.settingStateDeviceSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.settingStateDeviceSummary" objects in the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.settingStateDeviceSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.settingStateDeviceSummary" object to the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.settingStateDeviceSummary".</para>
                <para type="description">Updates a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceSettingStateSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingName">
            <summary>
                <para type="description">The "settingName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.instancePath">
            <summary>
                <para type="description">The "instancePath" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Name of the InstancePath for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Unkown count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Not Applicable count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device Compliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device NonCompliant count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device error count for the setting</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.settingStateDeviceSummary" type.</para>
                <para type="description">Device conflict error count for the setting</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.settingStateDeviceSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.settingStateDeviceSummary" object from the "deviceSettingStateSummaries" collection.</para>
                <para type="description">Device Configuration Setting State Device Summary</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceSettingStateSummaries/settingStateDeviceSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.settingStateDeviceSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.settingStateDeviceSummary" object in the "deviceSettingStateSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceSettingStateSummaries.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceConfigurationDeviceStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceConfigurationDeviceStatus" objects in the "deviceStatuses" collection.</para>
                <para type="description">Device configuration installation status by device.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationDeviceStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceConfigurationDeviceStatus" object to the "deviceStatuses" collection.</para>
                <para type="description">Device configuration installation status by device.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationDeviceStatus".</para>
                <para type="description">Updates a "microsoft.graph.deviceConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
                <para type="description">Device configuration installation status by device.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationDeviceStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceConfigurationDeviceStatus" object from the "deviceStatuses" collection.</para>
                <para type="description">Device configuration installation status by device.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatuses/deviceConfigurationDeviceStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationDeviceStatus" object in the "deviceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Retrieves the "deviceStatusOverview" object.</para>
                <para type="description">Retrieves the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationDeviceOverview").</para>
                <para type="description">Device Configuration devices status overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationDeviceOverview" object.</para>
                <para type="description">Creates the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationDeviceOverview").</para>
                <para type="description">Device Configuration devices status overview</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationDeviceOverview".</para>
                <para type="description">Updates the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationDeviceOverview").</para>
                <para type="description">Device Configuration devices status overview</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of pending devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of not applicable devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of succeeded devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of error devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Number of failed devices</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationDeviceOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceStatusOverview">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationDeviceOverview" object.</para>
                <para type="description">Removes the "deviceStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationDeviceOverview").</para>
                <para type="description">Device Configuration devices status overview</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/deviceStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_DeviceStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceConfigurationUserStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceConfigurationUserStatus" objects in the "userStatuses" collection.</para>
                <para type="description">Device configuration installation status by user.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationUserStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceConfigurationUserStatus" object to the "userStatuses" collection.</para>
                <para type="description">Device configuration installation status by user.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationUserStatus".</para>
                <para type="description">Updates a "microsoft.graph.deviceConfigurationUserStatus" object in the "userStatuses" collection.</para>
                <para type="description">Device configuration installation status by user.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">User name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.devicesCount">
            <summary>
                <para type="description">The "devicesCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Devices count for that user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_UserStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationUserStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceConfigurationUserStatus" object from the "userStatuses" collection.</para>
                <para type="description">Device configuration installation status by user.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatuses/deviceConfigurationUserStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationUserStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationUserStatus" object in the "userStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_UserStatuses.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview">
            <summary>
                <para type="synopsis">Retrieves the "userStatusOverview" object.</para>
                <para type="description">Retrieves the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").</para>
                <para type="description">Device Configuration users status overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceConfigurations_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationUserOverview" object.</para>
                <para type="description">Creates the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").</para>
                <para type="description">Device Configuration users status overview</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceConfigurations_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationUserOverview".</para>
                <para type="description">Updates the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").</para>
                <para type="description">Device Configuration users status overview</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.pendingCount">
            <summary>
                <para type="description">The "pendingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of pending Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.notApplicableCount">
            <summary>
                <para type="description">The "notApplicableCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of not applicable users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.successCount">
            <summary>
                <para type="description">The "successCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of succeeded Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.errorCount">
            <summary>
                <para type="description">The "errorCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of error Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.failedCount">
            <summary>
                <para type="description">The "failedCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Number of failed Users</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.lastUpdateDateTime">
            <summary>
                <para type="description">The "lastUpdateDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Last update time</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceConfigurations_UserStatusOverview.configurationVersion">
            <summary>
                <para type="description">The "configurationVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationUserOverview" type.</para>
                <para type="description">Version of the policy for that overview</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_UserStatusOverview">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationUserOverview" object.</para>
                <para type="description">Removes the "userStatusOverview" object (which is of type "microsoft.graph.deviceConfigurationUserOverview").</para>
                <para type="description">Device Configuration users status overview</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceConfigurations/{deviceConfigurationId}/userStatusOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceConfigurations_UserStatusOverview.deviceConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceConfiguration" object in the "deviceConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceEnrollmentConfiguration" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceEnrollmentConfiguration" objects in the "deviceEnrollmentConfigurations" collection.</para>
                <para type="description">The list of device enrollment configurations</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceEnrollmentConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinMaximumLength">
            <summary>
                <para type="description">The "pinMaximumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinUppercaseCharactersUsage">
            <summary>
                <para type="description">The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinLowercaseCharactersUsage">
            <summary>
                <para type="description">The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinSpecialCharactersUsage">
            <summary>
                <para type="description">The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.securityDeviceRequired">
            <summary>
                <para type="description">The "securityDeviceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.unlockWithBiometricsEnabled">
            <summary>
                <para type="description">The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.remotePassportEnabled">
            <summary>
                <para type="description">The "remotePassportEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinPreviousBlockCount">
            <summary>
                <para type="description">The "pinPreviousBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.pinExpirationInDays">
            <summary>
                <para type="description">The "pinExpirationInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.enhancedBiometricsState">
            <summary>
                <para type="description">The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.iosRestriction">
            <summary>
                <para type="description">The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.windowsRestriction">
            <summary>
                <para type="description">The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.windowsMobileRestriction">
            <summary>
                <para type="description">The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.androidRestriction">
            <summary>
                <para type="description">The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.macOSRestriction">
            <summary>
                <para type="description">The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations.limit">
            <summary>
                <para type="description">The "limit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceEnrollmentConfiguration" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceEnrollmentConfiguration" object to the "deviceEnrollmentConfigurations" collection.</para>
                <para type="description">The list of device enrollment configurations</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceEnrollmentConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinMaximumLength">
            <summary>
                <para type="description">The "pinMaximumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinUppercaseCharactersUsage">
            <summary>
                <para type="description">The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinLowercaseCharactersUsage">
            <summary>
                <para type="description">The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinSpecialCharactersUsage">
            <summary>
                <para type="description">The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.securityDeviceRequired">
            <summary>
                <para type="description">The "securityDeviceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.unlockWithBiometricsEnabled">
            <summary>
                <para type="description">The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.remotePassportEnabled">
            <summary>
                <para type="description">The "remotePassportEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinPreviousBlockCount">
            <summary>
                <para type="description">The "pinPreviousBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.pinExpirationInDays">
            <summary>
                <para type="description">The "pinExpirationInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.enhancedBiometricsState">
            <summary>
                <para type="description">The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.iosRestriction">
            <summary>
                <para type="description">The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.windowsRestriction">
            <summary>
                <para type="description">The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.windowsMobileRestriction">
            <summary>
                <para type="description">The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.androidRestriction">
            <summary>
                <para type="description">The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.macOSRestriction">
            <summary>
                <para type="description">The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentLimitConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations.limit">
            <summary>
                <para type="description">The "limit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">Updates a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
                <para type="description">The list of device enrollment configurations</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceEnrollmentConfigurations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.priority">
            <summary>
                <para type="description">The "priority" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentWindowsHelloForBusinessConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinMinimumLength">
            <summary>
                <para type="description">The "pinMinimumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinMaximumLength">
            <summary>
                <para type="description">The "pinMaximumLength" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinUppercaseCharactersUsage">
            <summary>
                <para type="description">The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinLowercaseCharactersUsage">
            <summary>
                <para type="description">The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinSpecialCharactersUsage">
            <summary>
                <para type="description">The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'allowed', 'required', 'disallowed'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.securityDeviceRequired">
            <summary>
                <para type="description">The "securityDeviceRequired" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.unlockWithBiometricsEnabled">
            <summary>
                <para type="description">The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.remotePassportEnabled">
            <summary>
                <para type="description">The "remotePassportEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinPreviousBlockCount">
            <summary>
                <para type="description">The "pinPreviousBlockCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.pinExpirationInDays">
            <summary>
                <para type="description">The "pinExpirationInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.enhancedBiometricsState">
            <summary>
                <para type="description">The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.</para>
                <para type="description">
                     Valid values: 'notConfigured', 'enabled', 'disabled'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentPlatformRestrictionsConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.iosRestriction">
            <summary>
                <para type="description">The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.windowsRestriction">
            <summary>
                <para type="description">The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.windowsMobileRestriction">
            <summary>
                <para type="description">The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.androidRestriction">
            <summary>
                <para type="description">The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.macOSRestriction">
            <summary>
                <para type="description">The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentLimitConfiguration">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations.limit">
            <summary>
                <para type="description">The "limit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceEnrollmentConfigurations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceEnrollmentConfiguration" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceEnrollmentConfiguration" object from the "deviceEnrollmentConfigurations" collection.</para>
                <para type="description">The list of device enrollment configurations</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceEnrollmentConfigurations/deviceEnrollmentConfigurationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceEnrollmentConfigurations.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_SetPriority">
            <summary>
                <para type="description">The action "microsoft.graph.setPriority", which exists on the type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/deviceEnrollmentConfigurations/setPriority</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_SetPriority.priority">
            <summary>
                <para type="description">The "priority" action parameter of type "Edm.Int32".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_SetPriority.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_Assign">
            <summary>
                <para type="description">The action "microsoft.graph.assign", which exists on the type "microsoft.graph.deviceEnrollmentConfiguration".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/deviceEnrollmentConfigurations/assign</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_Assign.enrollmentConfigurationAssignments">
            <summary>
                <para type="description">The "enrollmentConfigurationAssignments" action parameter of type "microsoft.graph.enrollmentConfigurationAssignment".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_DeviceEnrollmentConfigurations_Assign.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.enrollmentConfigurationAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.enrollmentConfigurationAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.enrollmentConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.enrollmentConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.enrollmentConfigurationAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.enrollmentConfigurationAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.enrollmentConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.enrollmentConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.enrollmentConfigurationAssignment".</para>
                <para type="description">Updates a "microsoft.graph.enrollmentConfigurationAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfigurationId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.enrollmentConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.enrollmentConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentConfigurationAssignment" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceEnrollmentConfigurations_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.enrollmentConfigurationAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.enrollmentConfigurationAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of group assignments for the device configuration profile.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfigurationId}/assignments/enrollmentConfigurationAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.enrollmentConfigurationAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.enrollmentConfigurationAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceEnrollmentConfigurations_Assignments.deviceEnrollmentConfigurationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceManagementPartner" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceManagementPartner" objects in the "deviceManagementPartners" collection.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
                <para type="description">Graph call: GET ~/deviceManagement/deviceManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.deviceManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Timestamp of last heartbeat after admin enabled option Connect to Device management Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.deviceManagementPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner state of this tenant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.partnerAppType">
            <summary>
                <para type="description">The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner App type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.singleTenantAppId">
            <summary>
                <para type="description">The "singleTenantAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner Single tenant App id</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.isConfigured">
            <summary>
                <para type="description">The "isConfigured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Whether device management partner is configured or not</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeRemovedDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeRemovedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be removed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be marked as NonCompliant</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceManagementPartner" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceManagementPartner" object to the "deviceManagementPartners" collection.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
                <para type="description">Graph call: POST ~/deviceManagement/deviceManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.deviceManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Timestamp of last heartbeat after admin enabled option Connect to Device management Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.deviceManagementPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner state of this tenant</para>
                <para type="description">
                     Valid values: 'unknown', 'unavailable', 'enabled', 'terminated', 'rejected', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.partnerAppType">
            <summary>
                <para type="description">The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner App type</para>
                <para type="description">
                     Valid values: 'unknown', 'singleTenantApp', 'multiTenantApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.singleTenantAppId">
            <summary>
                <para type="description">The "singleTenantAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner Single tenant App id</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.isConfigured">
            <summary>
                <para type="description">The "isConfigured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Whether device management partner is configured or not</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeRemovedDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeRemovedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be removed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be marked as NonCompliant</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceManagementPartner".</para>
                <para type="description">Updates a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/deviceManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.deviceManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Timestamp of last heartbeat after admin enabled option Connect to Device management Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.deviceManagementPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner state of this tenant</para>
                <para type="description">
                     Valid values: 'unknown', 'unavailable', 'enabled', 'terminated', 'rejected', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.partnerAppType">
            <summary>
                <para type="description">The "partnerAppType" property, of type "microsoft.graph.deviceManagementPartnerAppType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner App type</para>
                <para type="description">
                     Valid values: 'unknown', 'singleTenantApp', 'multiTenantApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.singleTenantAppId">
            <summary>
                <para type="description">The "singleTenantAppId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner Single tenant App id</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Partner display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.isConfigured">
            <summary>
                <para type="description">The "isConfigured" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">Whether device management partner is configured or not</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeRemovedDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeRemovedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be removed</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_DeviceManagementPartners.whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime">
            <summary>
                <para type="description">The "whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementPartner" type.</para>
                <para type="description">DateTime in UTC when PartnerDevices will be marked as NonCompliant</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceManagementPartners">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceManagementPartner" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceManagementPartner" object from the "deviceManagementPartners" collection.</para>
                <para type="description">The list of Device Management Partners configured by the tenant.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/deviceManagementPartners/deviceManagementPartnerId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_DeviceManagementPartners.deviceManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementPartner" object in the "deviceManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceManagementExchangeConnector" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceManagementExchangeConnector" objects in the "exchangeConnectors" collection.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
                <para type="description">Graph call: GET ~/deviceManagement/exchangeConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.deviceManagementExchangeConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Last sync time for the Exchange Connector</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.deviceManagementExchangeConnectorStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Connector Status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.primarySmtpAddress">
            <summary>
                <para type="description">The "primarySmtpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Email address used to configure the Service To Service Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.serverName">
            <summary>
                <para type="description">The "serverName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the Exchange server.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.connectorServerName">
            <summary>
                <para type="description">The "connectorServerName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the server hosting the Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.exchangeConnectorType">
            <summary>
                <para type="description">The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The type of Exchange Connector Configured.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The version of the ExchangeConnectorAgent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.exchangeAlias">
            <summary>
                <para type="description">The "exchangeAlias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">An alias assigned to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ExchangeConnectors.exchangeOrganization">
            <summary>
                <para type="description">The "exchangeOrganization" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Organization to the Exchange server</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceManagementExchangeConnector" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceManagementExchangeConnector" object to the "exchangeConnectors" collection.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
                <para type="description">Graph call: POST ~/deviceManagement/exchangeConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.deviceManagementExchangeConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Last sync time for the Exchange Connector</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.deviceManagementExchangeConnectorStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Connector Status</para>
                <para type="description">
                     Valid values: 'none', 'connectionPending', 'connected', 'disconnected'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.primarySmtpAddress">
            <summary>
                <para type="description">The "primarySmtpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Email address used to configure the Service To Service Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.serverName">
            <summary>
                <para type="description">The "serverName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the Exchange server.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.connectorServerName">
            <summary>
                <para type="description">The "connectorServerName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the server hosting the Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.exchangeConnectorType">
            <summary>
                <para type="description">The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The type of Exchange Connector Configured.</para>
                <para type="description">
                     Valid values: 'onPremises', 'hosted', 'serviceToService', 'dedicated'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The version of the ExchangeConnectorAgent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.exchangeAlias">
            <summary>
                <para type="description">The "exchangeAlias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">An alias assigned to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ExchangeConnectors.exchangeOrganization">
            <summary>
                <para type="description">The "exchangeOrganization" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Organization to the Exchange server</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">Updates a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/exchangeConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.deviceManagementExchangeConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Last sync time for the Exchange Connector</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.deviceManagementExchangeConnectorStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Connector Status</para>
                <para type="description">
                     Valid values: 'none', 'connectionPending', 'connected', 'disconnected'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.primarySmtpAddress">
            <summary>
                <para type="description">The "primarySmtpAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Email address used to configure the Service To Service Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.serverName">
            <summary>
                <para type="description">The "serverName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the Exchange server.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.connectorServerName">
            <summary>
                <para type="description">The "connectorServerName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The name of the server hosting the Exchange Connector.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.exchangeConnectorType">
            <summary>
                <para type="description">The "exchangeConnectorType" property, of type "microsoft.graph.deviceManagementExchangeConnectorType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The type of Exchange Connector Configured.</para>
                <para type="description">
                     Valid values: 'onPremises', 'hosted', 'serviceToService', 'dedicated'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">The version of the ExchangeConnectorAgent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.exchangeAlias">
            <summary>
                <para type="description">The "exchangeAlias" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">An alias assigned to the Exchange server</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ExchangeConnectors.exchangeOrganization">
            <summary>
                <para type="description">The "exchangeOrganization" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementExchangeConnector" type.</para>
                <para type="description">Exchange Organization to the Exchange server</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ExchangeConnectors">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceManagementExchangeConnector" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceManagementExchangeConnector" object from the "exchangeConnectors" collection.</para>
                <para type="description">The list of Exchange Connectors configured by the tenant.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/exchangeConnectors/deviceManagementExchangeConnectorId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ExchangeConnectors.deviceManagementExchangeConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ExchangeConnectors_Sync">
            <summary>
                <para type="description">The action "microsoft.graph.sync", which exists on the type "microsoft.graph.deviceManagementExchangeConnector".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/exchangeConnectors/sync</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ExchangeConnectors_Sync.syncType">
            <summary>
                <para type="description">The "syncType" action parameter of type "microsoft.graph.deviceManagementExchangeConnectorSyncType".</para>
                <para type="description">
                     Valid values: 'fullSync', 'deltaSync'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ExchangeConnectors_Sync.deviceManagementExchangeConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementExchangeConnector" object in the "exchangeConnectors" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.iosUpdateDeviceStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.iosUpdateDeviceStatus" objects in the "iosUpdateStatuses" collection.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
                <para type="description">Graph call: GET ~/deviceManagement/iosUpdateStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.iosUpdateDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosUpdateDeviceStatus" object in the "iosUpdateStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.installStatus">
            <summary>
                <para type="description">The "installStatus" property, of type "microsoft.graph.iosUpdatesInstallStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The installation status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device version that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_IosUpdateStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.iosUpdateDeviceStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.iosUpdateDeviceStatus" object to the "iosUpdateStatuses" collection.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
                <para type="description">Graph call: POST ~/deviceManagement/iosUpdateStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.iosUpdateDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosUpdateDeviceStatus" object in the "iosUpdateStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.installStatus">
            <summary>
                <para type="description">The "installStatus" property, of type "microsoft.graph.iosUpdatesInstallStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The installation status of the policy report.</para>
                <para type="description">
                     Valid values: 'success', 'available', 'idle', 'unknown', 'downloading', 'downloadFailed', 'downloadRequiresComputer', 'downloadInsufficientSpace', 'downloadInsufficientPower', 'downloadInsufficientNetwork', 'installing', 'installInsufficientSpace', 'installInsufficientPower', 'installPhoneCallInProgress', 'installFailed', 'notSupportedOperation', 'sharedDeviceUserLoggedInError'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device version that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_IosUpdateStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.iosUpdateDeviceStatus".</para>
                <para type="description">Updates a "microsoft.graph.iosUpdateDeviceStatus" object in the "iosUpdateStatuses" collection.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/iosUpdateStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.iosUpdateDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosUpdateDeviceStatus" object in the "iosUpdateStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.installStatus">
            <summary>
                <para type="description">The "installStatus" property, of type "microsoft.graph.iosUpdatesInstallStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The installation status of the policy report.</para>
                <para type="description">
                     Valid values: 'success', 'available', 'idle', 'unknown', 'downloading', 'downloadFailed', 'downloadRequiresComputer', 'downloadInsufficientSpace', 'downloadInsufficientPower', 'downloadInsufficientNetwork', 'installing', 'installInsufficientSpace', 'installInsufficientPower', 'installPhoneCallInProgress', 'installFailed', 'notSupportedOperation', 'sharedDeviceUserLoggedInError'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device version that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User id that is being reported.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.deviceDisplayName">
            <summary>
                <para type="description">The "deviceDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Device name of the DevicePolicyStatus.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.userName">
            <summary>
                <para type="description">The "userName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The User Name that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.deviceModel">
            <summary>
                <para type="description">The "deviceModel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The device model that is being reported</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.status">
            <summary>
                <para type="description">The "status" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Compliance status of the policy report.</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.lastReportedDateTime">
            <summary>
                <para type="description">The "lastReportedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">Last modified date time of the policy report.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_IosUpdateStatuses.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.iosUpdateDeviceStatus" type.</para>
                <para type="description">UserPrincipalName.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_IosUpdateStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.iosUpdateDeviceStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.iosUpdateDeviceStatus" object from the "iosUpdateStatuses" collection.</para>
                <para type="description">The IOS software update installation statuses for this account.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/iosUpdateStatuses/iosUpdateDeviceStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_IosUpdateStatuses.iosUpdateDeviceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.iosUpdateDeviceStatus" object in the "iosUpdateStatuses" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview">
            <summary>
                <para type="synopsis">Retrieves the "managedDeviceOverview" object.</para>
                <para type="description">Retrieves the "managedDeviceOverview" object (which is of type "microsoft.graph.managedDeviceOverview").</para>
                <para type="description">Device overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDeviceOverview</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview.enrolledDeviceCount">
            <summary>
                <para type="description">The "enrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Total enrolled device count. Does not include PC devices managed via Intune PC Agent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview.mdmEnrolledCount">
            <summary>
                <para type="description">The "mdmEnrolledCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview.dualEnrolledDeviceCount">
            <summary>
                <para type="description">The "dualEnrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in both MDM and EAS</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview.deviceOperatingSystemSummary">
            <summary>
                <para type="description">The "deviceOperatingSystemSummary" property, of type "microsoft.graph.deviceOperatingSystemSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Device operating system summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverview.deviceExchangeAccessStateSummary">
            <summary>
                <para type="description">The "deviceExchangeAccessStateSummary" property, of type "microsoft.graph.deviceExchangeAccessStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Distribution of Exchange Access State in Intune</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference">
            <summary>
                <para type="synopsis">Retrieves the "managedDeviceOverview" object reference.</para>
                <para type="description">Retrieves the "managedDeviceOverview" object reference (which is of type "microsoft.graph.managedDeviceOverview").</para>
                <para type="description">Device overview</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDeviceOverview/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference.enrolledDeviceCount">
            <summary>
                <para type="description">The "enrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Total enrolled device count. Does not include PC devices managed via Intune PC Agent</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference.mdmEnrolledCount">
            <summary>
                <para type="description">The "mdmEnrolledCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in MDM</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference.dualEnrolledDeviceCount">
            <summary>
                <para type="description">The "dualEnrolledDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">The number of devices enrolled in both MDM and EAS</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference.deviceOperatingSystemSummary">
            <summary>
                <para type="description">The "deviceOperatingSystemSummary" property, of type "microsoft.graph.deviceOperatingSystemSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Device operating system summary.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDeviceOverviewReference.deviceExchangeAccessStateSummary">
            <summary>
                <para type="description">The "deviceExchangeAccessStateSummary" property, of type "microsoft.graph.deviceExchangeAccessStateSummary".</para>
                <para type="description">This property is on the "microsoft.graph.managedDeviceOverview" type.</para>
                <para type="description">Distribution of Exchange Access State in Intune</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDeviceOverviewReference">
            <summary>
                <para type="synopsis">Creates a reference from a "deviceManagement" to a "microsoft.graph.managedDeviceOverview" object.</para>
                <para type="description">Creates a reference from the "deviceManagement" object to a "managedDeviceOverview".</para>
                <para type="description">Device overview</para>
                <para type="description">Graph Call: PUT ~/deviceManagement/managedDeviceOverview/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDeviceOverviewReference.managedDeviceOverviewReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.managedDeviceOverview" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDeviceOverviewReference">
            <summary>
                <para type="synopsis">Removes a reference from a "deviceManagement" to a "microsoft.graph.managedDeviceOverview" object.</para>
                <para type="description">Removes a reference from the "deviceManagement" object to a "managedDeviceOverview".</para>
                <para type="description">Device overview</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/managedDeviceOverview/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.managedDevice" objects.</para>
                <para type="description">Retrieves "microsoft.graph.managedDevice" objects in the "managedDevices" collection.</para>
                <para type="description">The list of managed devices.</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDevices</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.managedDevice" object.</para>
                <para type="description">Adds a "microsoft.graph.managedDevice" object to the "managedDevices" collection.</para>
                <para type="description">The list of managed devices.</para>
                <para type="description">Graph call: POST ~/deviceManagement/managedDevices</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
                <para type="description">
                     Valid values: 'unknown', 'company', 'personal'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'compliant', 'noncompliant', 'conflict', 'error', 'inGracePeriod', 'configManager'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
                <para type="description">
                     Valid values: 'eas', 'mdm', 'easMdm', 'intuneClient', 'easIntuneClient', 'configurationManagerClient', 'configurationManagerClientMdm', 'configurationManagerClientMdmEas', 'unknown', 'jamf', 'googleCloudDevicePolicyController'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
                <para type="description">
                     Valid values: 'notRegistered', 'registered', 'revoked', 'keyConflict', 'approvalPending', 'certificateReset', 'notRegisteredPendingEnrollment', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'allowed', 'blocked', 'quarantined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'exchangeGlobalRule', 'exchangeIndividualRule', 'exchangeDeviceRule', 'exchangeUpgrade', 'exchangeMailboxPolicy', 'other', 'compliant', 'notCompliant', 'notEnrolled', 'unknownLocation', 'mfaRequired', 'azureADBlockDueToAccessPolicy', 'compromisedPassword', 'deviceNotKnownWithManagedApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
                <para type="description">
                     Valid values: 'unknown', 'activated', 'deactivated', 'secured', 'lowSeverity', 'mediumSeverity', 'highSeverity', 'unresponsive', 'compromised', 'misconfigured'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.managedDevice".</para>
                <para type="description">Updates a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
                <para type="description">The list of managed devices.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/managedDevices</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Unique Identifier for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceName">
            <summary>
                <para type="description">The "deviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Name of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.managedDeviceOwnerType">
            <summary>
                <para type="description">The "managedDeviceOwnerType" property, of type "microsoft.graph.managedDeviceOwnerType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Ownership of the device. Can be 'company' or 'personal'</para>
                <para type="description">
                     Valid values: 'unknown', 'company', 'personal'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceActionResults">
            <summary>
                <para type="description">The "deviceActionResults" property, of type "microsoft.graph.deviceActionResult".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">List of ComplexType deviceActionResult objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.enrolledDateTime">
            <summary>
                <para type="description">The "enrolledDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.lastSyncDateTime">
            <summary>
                <para type="description">The "lastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The date and time that the device last completed a successful sync with Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system of the device. Windows, iOS, etc.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.complianceState">
            <summary>
                <para type="description">The "complianceState" property, of type "microsoft.graph.complianceState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Compliance state of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'compliant', 'noncompliant', 'conflict', 'error', 'inGracePeriod', 'configManager'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.jailBroken">
            <summary>
                <para type="description">The "jailBroken" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">whether the device is jail broken or rooted.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.managementAgent">
            <summary>
                <para type="description">The "managementAgent" property, of type "microsoft.graph.managementAgentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Management channel of the device. Intune, EAS, etc.</para>
                <para type="description">
                     Valid values: 'eas', 'mdm', 'easMdm', 'intuneClient', 'easIntuneClient', 'configurationManagerClient', 'configurationManagerClientMdm', 'configurationManagerClientMdmEas', 'unknown', 'jamf', 'googleCloudDevicePolicyController'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Operating system version of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.easActivated">
            <summary>
                <para type="description">The "easActivated" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Exchange ActiveSync activated.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.easDeviceId">
            <summary>
                <para type="description">The "easDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActiveSync Id of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.easActivationDateTime">
            <summary>
                <para type="description">The "easActivationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Exchange ActivationSync activation time of the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.azureADRegistered">
            <summary>
                <para type="description">The "azureADRegistered" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Whether the device is Azure Active Directory registered.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceEnrollmentType">
            <summary>
                <para type="description">The "deviceEnrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Enrollment type of the device.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.activationLockBypassCode">
            <summary>
                <para type="description">The "activationLockBypassCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Code that allows the Activation Lock on a device to be bypassed.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.emailAddress">
            <summary>
                <para type="description">The "emailAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Email(s) for the user associated with the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.azureADDeviceId">
            <summary>
                <para type="description">The "azureADDeviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The unique identifier for the Azure Active Directory device. Read only.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceRegistrationState">
            <summary>
                <para type="description">The "deviceRegistrationState" property, of type "microsoft.graph.deviceRegistrationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device registration state.</para>
                <para type="description">
                     Valid values: 'notRegistered', 'registered', 'revoked', 'keyConflict', 'approvalPending', 'certificateReset', 'notRegisteredPendingEnrollment', 'unknown'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceCategoryDisplayName">
            <summary>
                <para type="description">The "deviceCategoryDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.isSupervised">
            <summary>
                <para type="description">The "isSupervised" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device supervised status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.exchangeLastSuccessfulSyncDateTime">
            <summary>
                <para type="description">The "exchangeLastSuccessfulSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Last time the device contacted Exchange.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.exchangeAccessState">
            <summary>
                <para type="description">The "exchangeAccessState" property, of type "microsoft.graph.deviceManagementExchangeAccessState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The Access State of the device in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'allowed', 'blocked', 'quarantined'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.exchangeAccessStateReason">
            <summary>
                <para type="description">The "exchangeAccessStateReason" property, of type "microsoft.graph.deviceManagementExchangeAccessStateReason".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The reason for the device's access state in Exchange.</para>
                <para type="description">
                     Valid values: 'none', 'unknown', 'exchangeGlobalRule', 'exchangeIndividualRule', 'exchangeDeviceRule', 'exchangeUpgrade', 'exchangeMailboxPolicy', 'other', 'compliant', 'notCompliant', 'notEnrolled', 'unknownLocation', 'mfaRequired', 'azureADBlockDueToAccessPolicy', 'compromisedPassword', 'deviceNotKnownWithManagedApp'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.remoteAssistanceSessionUrl">
            <summary>
                <para type="description">The "remoteAssistanceSessionUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Url that allows a Remote Assistance session to be established with the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.remoteAssistanceSessionErrorDetails">
            <summary>
                <para type="description">The "remoteAssistanceSessionErrorDetails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">An error string that identifies issues when creating Remote Assistance session objects.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.isEncrypted">
            <summary>
                <para type="description">The "isEncrypted" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device encryption status</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device user principal name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.model">
            <summary>
                <para type="description">The "model" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Model of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.manufacturer">
            <summary>
                <para type="description">The "manufacturer" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Manufacturer of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.imei">
            <summary>
                <para type="description">The "imei" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">IMEI</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.complianceGracePeriodExpirationDateTime">
            <summary>
                <para type="description">The "complianceGracePeriodExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The DateTime when device compliance grace period expires</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.serialNumber">
            <summary>
                <para type="description">The "serialNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">SerialNumber</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.phoneNumber">
            <summary>
                <para type="description">The "phoneNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Phone number of the device</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.androidSecurityPatchLevel">
            <summary>
                <para type="description">The "androidSecurityPatchLevel" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Android security patch level</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">User display name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.configurationManagerClientEnabledFeatures">
            <summary>
                <para type="description">The "configurationManagerClientEnabledFeatures" property, of type "microsoft.graph.configurationManagerClientEnabledFeatures".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">ConfigrMgr client enabled features</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.wiFiMacAddress">
            <summary>
                <para type="description">The "wiFiMacAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Wi-Fi MAC</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceHealthAttestationState">
            <summary>
                <para type="description">The "deviceHealthAttestationState" property, of type "microsoft.graph.deviceHealthAttestationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">The device health attestation state.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.subscriberCarrier">
            <summary>
                <para type="description">The "subscriberCarrier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Subscriber Carrier</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.meid">
            <summary>
                <para type="description">The "meid" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">MEID</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.totalStorageSpaceInBytes">
            <summary>
                <para type="description">The "totalStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Total Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.freeStorageSpaceInBytes">
            <summary>
                <para type="description">The "freeStorageSpaceInBytes" property, of type "Edm.Int64".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Free Storage in Bytes</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.managedDeviceName">
            <summary>
                <para type="description">The "managedDeviceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Automatically generated name to identify a device. Can be overwritten to a user friendly name.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.partnerReportedThreatState">
            <summary>
                <para type="description">The "partnerReportedThreatState" property, of type "microsoft.graph.managedDevicePartnerReportedHealthState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Indicates the threat state of a device when a Mobile Threat Defense partner is in use by the account and device. Read Only.</para>
                <para type="description">
                     Valid values: 'unknown', 'activated', 'deactivated', 'secured', 'lowSeverity', 'mediumSeverity', 'highSeverity', 'unresponsive', 'compromised', 'misconfigured'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceConfigurationStates">
            <summary>
                <para type="description">The "deviceConfigurationStates" property, of type "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device configuration states for this device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceCategory">
            <summary>
                <para type="description">The "deviceCategory" property, of type "microsoft.graph.deviceCategory".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device category</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices.deviceCompliancePolicyStates">
            <summary>
                <para type="description">The "deviceCompliancePolicyStates" property, of type "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">This property is on the "microsoft.graph.managedDevice" type.</para>
                <para type="description">Device compliance policy states for this device.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.managedDevice" object.</para>
                <para type="description">Removes a "microsoft.graph.managedDevice" object from the "managedDevices" collection.</para>
                <para type="description">The list of managed devices.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/managedDevices/managedDeviceId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Retire">
            <summary>
                <para type="description">The action "microsoft.graph.retire", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/retire</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Retire.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Wipe">
            <summary>
                <para type="description">The action "microsoft.graph.wipe", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/wipe</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Wipe.keepEnrollmentData">
            <summary>
                <para type="description">The "keepEnrollmentData" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Wipe.keepUserData">
            <summary>
                <para type="description">The "keepUserData" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Wipe.macOsUnlockCode">
            <summary>
                <para type="description">The "macOsUnlockCode" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_Wipe.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_ResetPasscode">
            <summary>
                <para type="description">The action "microsoft.graph.resetPasscode", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/resetPasscode</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_ResetPasscode.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RemoteLock">
            <summary>
                <para type="description">The action "microsoft.graph.remoteLock", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/remoteLock</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RemoteLock.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RequestRemoteAssistance">
            <summary>
                <para type="description">The action "microsoft.graph.requestRemoteAssistance", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/requestRemoteAssistance</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RequestRemoteAssistance.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_DisableLostMode">
            <summary>
                <para type="description">The action "microsoft.graph.disableLostMode", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/disableLostMode</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_DisableLostMode.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_LocateDevice">
            <summary>
                <para type="description">The action "microsoft.graph.locateDevice", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/locateDevice</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_LocateDevice.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_BypassActivationLock">
            <summary>
                <para type="description">The action "microsoft.graph.bypassActivationLock", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/bypassActivationLock</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_BypassActivationLock.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RebootNow">
            <summary>
                <para type="description">The action "microsoft.graph.rebootNow", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/rebootNow</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RebootNow.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_ShutDown">
            <summary>
                <para type="description">The action "microsoft.graph.shutDown", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/shutDown</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_ShutDown.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RecoverPasscode">
            <summary>
                <para type="description">The action "microsoft.graph.recoverPasscode", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/recoverPasscode</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_RecoverPasscode.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_CleanWindowsDevice">
            <summary>
                <para type="description">The action "microsoft.graph.cleanWindowsDevice", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/cleanWindowsDevice</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_CleanWindowsDevice.keepUserData">
            <summary>
                <para type="description">The "keepUserData" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_CleanWindowsDevice.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_LogoutSharedAppleDeviceActiveUser">
            <summary>
                <para type="description">The action "microsoft.graph.logoutSharedAppleDeviceActiveUser", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/logoutSharedAppleDeviceActiveUser</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_LogoutSharedAppleDeviceActiveUser.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_DeleteUserFromSharedAppleDevice">
            <summary>
                <para type="description">The action "microsoft.graph.deleteUserFromSharedAppleDevice", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/deleteUserFromSharedAppleDevice</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_DeleteUserFromSharedAppleDevice.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_DeleteUserFromSharedAppleDevice.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_SyncDevice">
            <summary>
                <para type="description">The action "microsoft.graph.syncDevice", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/syncDevice</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_SyncDevice.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_WindowsDefenderScan">
            <summary>
                <para type="description">The action "microsoft.graph.windowsDefenderScan", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/windowsDefenderScan</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_WindowsDefenderScan.quickScan">
            <summary>
                <para type="description">The "quickScan" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_WindowsDefenderScan.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_WindowsDefenderUpdateSignatures">
            <summary>
                <para type="description">The action "microsoft.graph.windowsDefenderUpdateSignatures", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/windowsDefenderUpdateSignatures</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_WindowsDefenderUpdateSignatures.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_UpdateWindowsDeviceAccount">
            <summary>
                <para type="description">The action "microsoft.graph.updateWindowsDeviceAccount", which exists on the type "microsoft.graph.managedDevice".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/managedDevices/updateWindowsDeviceAccount</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_UpdateWindowsDeviceAccount.updateWindowsDeviceAccountActionParameter">
            <summary>
                <para type="description">The "updateWindowsDeviceAccountActionParameter" action parameter of type "microsoft.graph.updateWindowsDeviceAccountActionParameter".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_ManagedDevices_UpdateWindowsDeviceAccount.managedDeviceId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCategory">
            <summary>
                <para type="synopsis">Retrieves the "deviceCategory" object.</para>
                <para type="description">Retrieves the "deviceCategory" object (which is of type "microsoft.graph.deviceCategory").</para>
                <para type="description">Device category</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCategory</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCategory.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCategory.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCategory.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCategory">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCategory" object.</para>
                <para type="description">Creates the "deviceCategory" object (which is of type "microsoft.graph.deviceCategory").</para>
                <para type="description">Device category</para>
                <para type="description">Graph call: POST ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCategory</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCategory.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCategory.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCategory.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCategory">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCategory".</para>
                <para type="description">Updates the "deviceCategory" object (which is of type "microsoft.graph.deviceCategory").</para>
                <para type="description">Device category</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCategory</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCategory.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCategory.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Display name for the device category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCategory.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCategory" type.</para>
                <para type="description">Optional description for the device category.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceCategory">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCategory" object.</para>
                <para type="description">Removes the "deviceCategory" object (which is of type "microsoft.graph.deviceCategory").</para>
                <para type="description">Device category</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCategory</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceCategory.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceCompliancePolicyState" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceCompliancePolicyState" objects in the "deviceCompliancePolicyStates" collection.</para>
                <para type="description">Device compliance policy states for this device.</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCompliancePolicyStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.deviceCompliancePolicyStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyState" object in the "deviceCompliancePolicyStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceCompliancePolicySettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The compliance state of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceCompliancePolicyState" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceCompliancePolicyState" object to the "deviceCompliancePolicyStates" collection.</para>
                <para type="description">Device compliance policy states for this device.</para>
                <para type="description">Graph call: POST ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCompliancePolicyStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.deviceCompliancePolicyStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyState" object in the "deviceCompliancePolicyStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceCompliancePolicySettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceCompliancePolicyState".</para>
                <para type="description">Updates a "microsoft.graph.deviceCompliancePolicyState" object in the "deviceCompliancePolicyStates" collection.</para>
                <para type="description">Device compliance policy states for this device.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCompliancePolicyStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.deviceCompliancePolicyStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyState" object in the "deviceCompliancePolicyStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceCompliancePolicySettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceCompliancePolicyState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceCompliancePolicyState" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceCompliancePolicyState" object from the "deviceCompliancePolicyStates" collection.</para>
                <para type="description">Device compliance policy states for this device.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/managedDevices/{managedDeviceId}/deviceCompliancePolicyStates/deviceCompliancePolicyStateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.deviceCompliancePolicyStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceCompliancePolicyState" object in the "deviceCompliancePolicyStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceCompliancePolicyStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceConfigurationState" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceConfigurationState" objects in the "deviceConfigurationStates" collection.</para>
                <para type="description">Device configuration states for this device.</para>
                <para type="description">Graph call: GET ~/deviceManagement/managedDevices/{managedDeviceId}/deviceConfigurationStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.deviceConfigurationStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationState" object in the "deviceConfigurationStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceConfigurationSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The compliance state of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceConfigurationState" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceConfigurationState" object to the "deviceConfigurationStates" collection.</para>
                <para type="description">Device configuration states for this device.</para>
                <para type="description">Graph call: POST ~/deviceManagement/managedDevices/{managedDeviceId}/deviceConfigurationStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.deviceConfigurationStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationState" object in the "deviceConfigurationStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceConfigurationSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceConfigurationState".</para>
                <para type="description">Updates a "microsoft.graph.deviceConfigurationState" object in the "deviceConfigurationStates" collection.</para>
                <para type="description">Device configuration states for this device.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/managedDevices/{managedDeviceId}/deviceConfigurationStates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.deviceConfigurationStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationState" object in the "deviceConfigurationStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingStates">
            <summary>
                <para type="description">The "settingStates" property, of type "microsoft.graph.deviceConfigurationSettingState".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The name of the policy for this policyBase</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The version of the policy</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.platformType">
            <summary>
                <para type="description">The "platformType" property, of type "microsoft.graph.policyPlatformType".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Platform type that the policy applies to</para>
                <para type="description">
                     Valid values: 'android', 'iOS', 'macOS', 'windowsPhone81', 'windows81AndLater', 'windows10AndLater', 'androidWorkProfile', 'all'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.state">
            <summary>
                <para type="description">The "state" property, of type "microsoft.graph.complianceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">The compliance state of the policy</para>
                <para type="description">
                     Valid values: 'unknown', 'notApplicable', 'compliant', 'remediated', 'nonCompliant', 'error', 'conflict', 'notAssigned'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ManagedDevices_DeviceConfigurationStates.settingCount">
            <summary>
                <para type="description">The "settingCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.deviceConfigurationState" type.</para>
                <para type="description">Count of how many setting a policy holds</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceConfigurationStates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceConfigurationState" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceConfigurationState" object from the "deviceConfigurationStates" collection.</para>
                <para type="description">Device configuration states for this device.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/managedDevices/{managedDeviceId}/deviceConfigurationStates/deviceConfigurationStateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceConfigurationStates.deviceConfigurationStateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceConfigurationState" object in the "deviceConfigurationStates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ManagedDevices_DeviceConfigurationStates.managedDeviceId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.managedDevice" object in the "managedDevices" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.mobileThreatDefenseConnector" objects.</para>
                <para type="description">Retrieves "microsoft.graph.mobileThreatDefenseConnector" objects in the "mobileThreatDefenseConnectors" collection.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
                <para type="description">Graph call: GET ~/deviceManagement/mobileThreatDefenseConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.mobileThreatDefenseConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileThreatDefenseConnector" object in the "mobileThreatDefenseConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">DateTime of last Heartbeat recieved from the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.mobileThreatPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Data Sync Partner state for this account</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.androidEnabled">
            <summary>
                <para type="description">The "androidEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.iosEnabled">
            <summary>
                <para type="description">The "iosEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, get or set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.androidDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.iosDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.partnerUnsupportedOsVersionBlocked">
            <summary>
                <para type="description">The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_MobileThreatDefenseConnectors.partnerUnresponsivenessThresholdInDays">
            <summary>
                <para type="description">The "partnerUnresponsivenessThresholdInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or Set days the per tenant tolerance to unresponsiveness for this partner integration</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.mobileThreatDefenseConnector" object.</para>
                <para type="description">Adds a "microsoft.graph.mobileThreatDefenseConnector" object to the "mobileThreatDefenseConnectors" collection.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
                <para type="description">Graph call: POST ~/deviceManagement/mobileThreatDefenseConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.mobileThreatDefenseConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileThreatDefenseConnector" object in the "mobileThreatDefenseConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">DateTime of last Heartbeat recieved from the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.mobileThreatPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Data Sync Partner state for this account</para>
                <para type="description">
                     Valid values: 'unavailable', 'available', 'enabled', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.androidEnabled">
            <summary>
                <para type="description">The "androidEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.iosEnabled">
            <summary>
                <para type="description">The "iosEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, get or set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.androidDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.iosDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.partnerUnsupportedOsVersionBlocked">
            <summary>
                <para type="description">The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_MobileThreatDefenseConnectors.partnerUnresponsivenessThresholdInDays">
            <summary>
                <para type="description">The "partnerUnresponsivenessThresholdInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or Set days the per tenant tolerance to unresponsiveness for this partner integration</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.mobileThreatDefenseConnector".</para>
                <para type="description">Updates a "microsoft.graph.mobileThreatDefenseConnector" object in the "mobileThreatDefenseConnectors" collection.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/mobileThreatDefenseConnectors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.mobileThreatDefenseConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileThreatDefenseConnector" object in the "mobileThreatDefenseConnectors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.lastHeartbeatDateTime">
            <summary>
                <para type="description">The "lastHeartbeatDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">DateTime of last Heartbeat recieved from the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.partnerState">
            <summary>
                <para type="description">The "partnerState" property, of type "microsoft.graph.mobileThreatPartnerTenantState".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Data Sync Partner state for this account</para>
                <para type="description">
                     Valid values: 'unavailable', 'available', 'enabled', 'unresponsive'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.androidEnabled">
            <summary>
                <para type="description">The "androidEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.iosEnabled">
            <summary>
                <para type="description">The "iosEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, get or set whether data from the data sync partner should be used during compliance evaluations</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.androidDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "androidDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.iosDeviceBlockedOnMissingPartnerData">
            <summary>
                <para type="description">The "iosDeviceBlockedOnMissingPartnerData" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.partnerUnsupportedOsVersionBlocked">
            <summary>
                <para type="description">The "partnerUnsupportedOsVersionBlocked" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_MobileThreatDefenseConnectors.partnerUnresponsivenessThresholdInDays">
            <summary>
                <para type="description">The "partnerUnresponsivenessThresholdInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.mobileThreatDefenseConnector" type.</para>
                <para type="description">Get or Set days the per tenant tolerance to unresponsiveness for this partner integration</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_MobileThreatDefenseConnectors">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.mobileThreatDefenseConnector" object.</para>
                <para type="description">Removes a "microsoft.graph.mobileThreatDefenseConnector" object from the "mobileThreatDefenseConnectors" collection.</para>
                <para type="description">The list of Mobile threat Defense connectors configured by the tenant.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/mobileThreatDefenseConnectors/mobileThreatDefenseConnectorId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_MobileThreatDefenseConnectors.mobileThreatDefenseConnectorId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.mobileThreatDefenseConnector" object in the "mobileThreatDefenseConnectors" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.notificationMessageTemplate" objects.</para>
                <para type="description">Retrieves "microsoft.graph.notificationMessageTemplate" objects in the "notificationMessageTemplates" collection.</para>
                <para type="description">The Notification Message Templates.</para>
                <para type="description">Graph call: GET ~/deviceManagement/notificationMessageTemplates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.notificationMessageTemplateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">Display name for the Notification Message Template.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.defaultLocale">
            <summary>
                <para type="description">The "defaultLocale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The default locale to fallback onto when the requested locale is not available.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.brandingOptions">
            <summary>
                <para type="description">The "brandingOptions" property, of type "microsoft.graph.notificationTemplateBrandingOptions".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The Message Template Branding Options. Branding is defined in the Intune Admin Console.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates.localizedNotificationMessages">
            <summary>
                <para type="description">The "localizedNotificationMessages" property, of type "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.notificationMessageTemplate" object.</para>
                <para type="description">Adds a "microsoft.graph.notificationMessageTemplate" object to the "notificationMessageTemplates" collection.</para>
                <para type="description">The Notification Message Templates.</para>
                <para type="description">Graph call: POST ~/deviceManagement/notificationMessageTemplates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.notificationMessageTemplateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">Display name for the Notification Message Template.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.defaultLocale">
            <summary>
                <para type="description">The "defaultLocale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The default locale to fallback onto when the requested locale is not available.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.brandingOptions">
            <summary>
                <para type="description">The "brandingOptions" property, of type "microsoft.graph.notificationTemplateBrandingOptions".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The Message Template Branding Options. Branding is defined in the Intune Admin Console.</para>
                <para type="description">
                     Valid values: 'none', 'includeCompanyLogo', 'includeCompanyName', 'includeContactInformation'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates.localizedNotificationMessages">
            <summary>
                <para type="description">The "localizedNotificationMessages" property, of type "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">Updates a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
                <para type="description">The Notification Message Templates.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/notificationMessageTemplates</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.notificationMessageTemplateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">Display name for the Notification Message Template.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.defaultLocale">
            <summary>
                <para type="description">The "defaultLocale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The default locale to fallback onto when the requested locale is not available.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.brandingOptions">
            <summary>
                <para type="description">The "brandingOptions" property, of type "microsoft.graph.notificationTemplateBrandingOptions".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The Message Template Branding Options. Branding is defined in the Intune Admin Console.</para>
                <para type="description">
                     Valid values: 'none', 'includeCompanyLogo', 'includeCompanyName', 'includeContactInformation'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates.localizedNotificationMessages">
            <summary>
                <para type="description">The "localizedNotificationMessages" property, of type "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">This property is on the "microsoft.graph.notificationMessageTemplate" type.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_NotificationMessageTemplates">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.notificationMessageTemplate" object.</para>
                <para type="description">Removes a "microsoft.graph.notificationMessageTemplate" object from the "notificationMessageTemplates" collection.</para>
                <para type="description">The Notification Message Templates.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/notificationMessageTemplates/notificationMessageTemplateId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_NotificationMessageTemplates.notificationMessageTemplateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_NotificationMessageTemplates_SendTestMessage">
            <summary>
                <para type="description">The action "microsoft.graph.sendTestMessage", which exists on the type "microsoft.graph.notificationMessageTemplate".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/notificationMessageTemplates/sendTestMessage</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_NotificationMessageTemplates_SendTestMessage.notificationMessageTemplateId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.localizedNotificationMessage" objects.</para>
                <para type="description">Retrieves "microsoft.graph.localizedNotificationMessage" objects in the "localizedNotificationMessages" collection.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
                <para type="description">Graph call: GET ~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotificationMessages</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.notificationMessageTemplateId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.localizedNotificationMessageId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Locale for which this message is destined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template Subject.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.messageTemplate">
            <summary>
                <para type="description">The "messageTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.localizedNotificationMessage" object.</para>
                <para type="description">Adds a "microsoft.graph.localizedNotificationMessage" object to the "localizedNotificationMessages" collection.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
                <para type="description">Graph call: POST ~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotificationMessages</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.localizedNotificationMessageId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.notificationMessageTemplateId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Locale for which this message is destined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template Subject.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.messageTemplate">
            <summary>
                <para type="description">The "messageTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.localizedNotificationMessage".</para>
                <para type="description">Updates a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages" collection.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotificationMessages</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.localizedNotificationMessageId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.notificationMessageTemplateId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.locale">
            <summary>
                <para type="description">The "locale" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Locale for which this message is destined.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.subject">
            <summary>
                <para type="description">The "subject" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template Subject.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.messageTemplate">
            <summary>
                <para type="description">The "messageTemplate" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">The Message Template content.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.isDefault">
            <summary>
                <para type="description">The "isDefault" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.localizedNotificationMessage" type.</para>
                <para type="description">Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.localizedNotificationMessage" object.</para>
                <para type="description">Removes a "microsoft.graph.localizedNotificationMessage" object from the "localizedNotificationMessages" collection.</para>
                <para type="description">The list of localized messages for this Notification Message Template.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotificationMessages/localizedNotificationMessageId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.localizedNotificationMessageId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.localizedNotificationMessage" object in the "localizedNotificationMessages" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages.notificationMessageTemplateId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the "notificationMessageTemplates" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.remoteAssistancePartner" objects.</para>
                <para type="description">Retrieves "microsoft.graph.remoteAssistancePartner" objects in the "remoteAssistancePartners" collection.</para>
                <para type="description">The remote assist partners.</para>
                <para type="description">Graph call: GET ~/deviceManagement/remoteAssistancePartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Display name of the partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners.onboardingUrl">
            <summary>
                <para type="description">The "onboardingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners.onboardingStatus">
            <summary>
                <para type="description">The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">TBD</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RemoteAssistancePartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.remoteAssistancePartner" object.</para>
                <para type="description">Adds a "microsoft.graph.remoteAssistancePartner" object to the "remoteAssistancePartners" collection.</para>
                <para type="description">The remote assist partners.</para>
                <para type="description">Graph call: POST ~/deviceManagement/remoteAssistancePartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Display name of the partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners.onboardingUrl">
            <summary>
                <para type="description">The "onboardingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners.onboardingStatus">
            <summary>
                <para type="description">The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">TBD</para>
                <para type="description">
                     Valid values: 'notOnboarded', 'onboarding', 'onboarded'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RemoteAssistancePartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">Updates a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
                <para type="description">The remote assist partners.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/remoteAssistancePartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Display name of the partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners.onboardingUrl">
            <summary>
                <para type="description">The "onboardingUrl" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners.onboardingStatus">
            <summary>
                <para type="description">The "onboardingStatus" property, of type "microsoft.graph.remoteAssistanceOnboardingStatus".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">TBD</para>
                <para type="description">
                     Valid values: 'notOnboarded', 'onboarding', 'onboarded'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RemoteAssistancePartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.remoteAssistancePartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RemoteAssistancePartners">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.remoteAssistancePartner" object.</para>
                <para type="description">Removes a "microsoft.graph.remoteAssistancePartner" object from the "remoteAssistancePartners" collection.</para>
                <para type="description">The remote assist partners.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/remoteAssistancePartners/remoteAssistancePartnerId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RemoteAssistancePartners.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_RemoteAssistancePartners_BeginOnboarding">
            <summary>
                <para type="description">The action "microsoft.graph.beginOnboarding", which exists on the type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/remoteAssistancePartners/beginOnboarding</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_RemoteAssistancePartners_BeginOnboarding.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_RemoteAssistancePartners_Disconnect">
            <summary>
                <para type="description">The action "microsoft.graph.disconnect", which exists on the type "microsoft.graph.remoteAssistancePartner".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/deviceManagement/remoteAssistancePartners/disconnect</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_DeviceManagement_RemoteAssistancePartners_Disconnect.remoteAssistancePartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.remoteAssistancePartner" object in the "remoteAssistancePartners" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ResourceOperations">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.resourceOperation" objects.</para>
                <para type="description">Retrieves "microsoft.graph.resourceOperation" objects in the "resourceOperations" collection.</para>
                <para type="description">The Resource Operations.</para>
                <para type="description">Graph call: GET ~/deviceManagement/resourceOperations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ResourceOperations.resourceOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.resourceOperation" object in the "resourceOperations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ResourceOperations.resourceName">
            <summary>
                <para type="description">The "resourceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Name of the Resource this operation is performed on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ResourceOperations.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_ResourceOperations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ResourceOperations">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.resourceOperation" object.</para>
                <para type="description">Adds a "microsoft.graph.resourceOperation" object to the "resourceOperations" collection.</para>
                <para type="description">The Resource Operations.</para>
                <para type="description">Graph call: POST ~/deviceManagement/resourceOperations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ResourceOperations.resourceOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.resourceOperation" object in the "resourceOperations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ResourceOperations.resourceName">
            <summary>
                <para type="description">The "resourceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Name of the Resource this operation is performed on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ResourceOperations.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_ResourceOperations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ResourceOperations">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.resourceOperation".</para>
                <para type="description">Updates a "microsoft.graph.resourceOperation" object in the "resourceOperations" collection.</para>
                <para type="description">The Resource Operations.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/resourceOperations</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ResourceOperations.resourceOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.resourceOperation" object in the "resourceOperations" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ResourceOperations.resourceName">
            <summary>
                <para type="description">The "resourceName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Name of the Resource this operation is performed on.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ResourceOperations.actionName">
            <summary>
                <para type="description">The "actionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_ResourceOperations.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.resourceOperation" type.</para>
                <para type="description">Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ResourceOperations">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.resourceOperation" object.</para>
                <para type="description">Removes a "microsoft.graph.resourceOperation" object from the "resourceOperations" collection.</para>
                <para type="description">The Resource Operations.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/resourceOperations/resourceOperationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_ResourceOperations.resourceOperationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.resourceOperation" object in the "resourceOperations" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceAndAppManagementRoleAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceAndAppManagementRoleAssignment" objects in the "roleAssignments" collection.</para>
                <para type="description">The Role Assignments.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceAndAppManagementRoleAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceAndAppManagementRoleAssignment" object to the "roleAssignments" collection.</para>
                <para type="description">The Role Assignments.</para>
                <para type="description">Graph call: POST ~/deviceManagement/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceAndAppManagementRoleAssignment".</para>
                <para type="description">Updates a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
                <para type="description">The Role Assignments.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleAssignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceAndAppManagementRoleAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceAndAppManagementRoleAssignment" object from the "roleAssignments" collection.</para>
                <para type="description">The Role Assignments.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/roleAssignments/deviceAndAppManagementRoleAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleAssignments.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition">
            <summary>
                <para type="synopsis">Retrieves the "roleDefinition" object.</para>
                <para type="description">Retrieves the "roleDefinition" object (which is of type "microsoft.graph.roleDefinition").</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignmentId}/{roleAssignmentODataType}/roleDefinition</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.roleAssignmentODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.deviceAndAppManagementRoleAssignment" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.deviceAndAppManagementRoleAssignment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinition.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Retrieves the "roleDefinition" object reference.</para>
                <para type="description">Retrieves the "roleDefinition" object reference (which is of type "microsoft.graph.roleDefinition").</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignmentId}/{roleAssignmentODataType}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.roleAssignmentODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.deviceAndAppManagementRoleAssignment" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.deviceAndAppManagementRoleAssignment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleAssignments_RoleDefinitionReference.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Creates a reference from a "roleAssignment" to a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Creates a reference from the "roleAssignment" object to a "roleDefinition".</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph Call: PUT ~/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignmentId}/{roleAssignmentODataType}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments_RoleDefinitionReference.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments_RoleDefinitionReference.roleAssignmentODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.deviceAndAppManagementRoleAssignment" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.deviceAndAppManagementRoleAssignment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleAssignments_RoleDefinitionReference.roleDefinitionReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.roleDefinition" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Removes a reference from a "roleAssignment" to a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Removes a reference from the "roleAssignment" object to a "roleDefinition".</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignmentId}/{roleAssignmentODataType}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleAssignments_RoleDefinitionReference.deviceAndAppManagementRoleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.deviceAndAppManagementRoleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleAssignments_RoleDefinitionReference.roleAssignmentODataType">
            <summary>
                <para type="description">A required type cast for referencing properties that exist only on certain types of "microsoft.graph.deviceAndAppManagementRoleAssignment" objects.</para>
                <para type="description">
                     Valid values: 'microsoft.graph.deviceAndAppManagementRoleAssignment'
                </para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.roleDefinition" objects.</para>
                <para type="description">Retrieves "microsoft.graph.roleDefinition" objects in the "roleDefinitions" collection.</para>
                <para type="description">The Role Definitions.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleDefinitions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.roleDefinitionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Adds a "microsoft.graph.roleDefinition" object to the "roleDefinitions" collection.</para>
                <para type="description">The Role Definitions.</para>
                <para type="description">Graph call: POST ~/deviceManagement/roleDefinitions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.roleDefinitionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.roleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions.deviceAndAppManagementRoleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleDefinition" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.roleDefinition".</para>
                <para type="description">Updates a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
                <para type="description">The Role Definitions.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/roleDefinitions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.roleDefinitionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.roleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleDefinition" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions.deviceAndAppManagementRoleDefinition">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleDefinition" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Removes a "microsoft.graph.roleDefinition" object from the "roleDefinitions" collection.</para>
                <para type="description">The Role Definitions.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/roleDefinitions/roleDefinitionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions.roleDefinitionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.roleAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.roleAssignment" objects in the "roleAssignments" collection.</para>
                <para type="description">List of Role assignments for this role definition.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.roleAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.roleAssignment" object to the "roleAssignments" collection.</para>
                <para type="description">List of Role assignments for this role definition.</para>
                <para type="description">Graph call: POST ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.deviceAndAppManagementRoleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.roleAssignment".</para>
                <para type="description">Updates a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
                <para type="description">List of Role assignments for this role definition.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.roleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">The display or friendly name of the role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Description of the Role Assignment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.resourceScopes">
            <summary>
                <para type="description">The "resourceScopes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">List of ids of role scope member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinition">
            <summary>
                <para type="description">The "roleDefinition" property, of type "microsoft.graph.roleDefinition".</para>
                <para type="description">This property is on the "microsoft.graph.roleAssignment" type.</para>
                <para type="description">Role definition this assignment is part of.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.deviceAndAppManagementRoleAssignment">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_RoleDefinitions_RoleAssignments.members">
            <summary>
                <para type="description">The "members" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceAndAppManagementRoleAssignment" type.</para>
                <para type="description">The list of ids of role member security groups. These are IDs from Azure Active Directory.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.roleAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.roleAssignment" object from the "roleAssignments" collection.</para>
                <para type="description">List of Role assignments for this role definition.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/roleAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments.roleAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition">
            <summary>
                <para type="synopsis">Retrieves the "roleDefinition" object.</para>
                <para type="description">Retrieves the "roleDefinition" object (which is of type "microsoft.graph.roleDefinition").</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/{roleAssignmentId}/roleDefinition</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.roleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinition.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Retrieves the "roleDefinition" object reference.</para>
                <para type="description">Retrieves the "roleDefinition" object reference (which is of type "microsoft.graph.roleDefinition").</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph call: GET ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/{roleAssignmentId}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Display Name of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Description of the Role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.rolePermissions">
            <summary>
                <para type="description">The "rolePermissions" property, of type "microsoft.graph.rolePermission".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.isBuiltIn">
            <summary>
                <para type="description">The "isBuiltIn" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleAssignments">
            <summary>
                <para type="description">The "roleAssignments" property, of type "microsoft.graph.roleAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.roleDefinition" type.</para>
                <para type="description">List of Role assignments for this role definition.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Creates a reference from a "roleAssignment" to a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Creates a reference from the "roleAssignment" object to a "roleDefinition".</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph Call: PUT ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/{roleAssignmentId}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleDefinitionReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.roleDefinition" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference">
            <summary>
                <para type="synopsis">Removes a reference from a "roleAssignment" to a "microsoft.graph.roleDefinition" object.</para>
                <para type="description">Removes a reference from the "roleAssignment" object to a "roleDefinition".</para>
                <para type="description">Role definition this assignment is part of.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/roleDefinitions/{roleDefinitionId}/roleAssignments/{roleAssignmentId}/roleDefinition/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleDefinitionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleDefinition" object in the "roleDefinitions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_RoleDefinitions_RoleAssignments_RoleDefinitionReference.roleAssignmentId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.roleAssignment" object in the "roleAssignments" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary">
            <summary>
                <para type="synopsis">Retrieves the "softwareUpdateStatusSummary" object.</para>
                <para type="description">Retrieves the "softwareUpdateStatusSummary" object (which is of type "microsoft.graph.softwareUpdateStatusSummary").</para>
                <para type="description">The software update status summary.</para>
                <para type="description">Graph call: GET ~/deviceManagement/softwareUpdateStatusSummary</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">The name of the policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of devices had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.compliantUserCount">
            <summary>
                <para type="description">The "compliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.nonCompliantUserCount">
            <summary>
                <para type="description">The "nonCompliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.remediatedUserCount">
            <summary>
                <para type="description">The "remediatedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.errorUserCount">
            <summary>
                <para type="description">The "errorUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of users had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.unknownUserCount">
            <summary>
                <para type="description">The "unknownUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.conflictUserCount">
            <summary>
                <para type="description">The "conflictUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummary.notApplicableUserCount">
            <summary>
                <para type="description">The "notApplicableUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable users.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference">
            <summary>
                <para type="synopsis">Retrieves the "softwareUpdateStatusSummary" object reference.</para>
                <para type="description">Retrieves the "softwareUpdateStatusSummary" object reference (which is of type "microsoft.graph.softwareUpdateStatusSummary").</para>
                <para type="description">The software update status summary.</para>
                <para type="description">Graph call: GET ~/deviceManagement/softwareUpdateStatusSummary/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">The name of the policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.compliantDeviceCount">
            <summary>
                <para type="description">The "compliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.nonCompliantDeviceCount">
            <summary>
                <para type="description">The "nonCompliantDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.remediatedDeviceCount">
            <summary>
                <para type="description">The "remediatedDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.errorDeviceCount">
            <summary>
                <para type="description">The "errorDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of devices had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.unknownDeviceCount">
            <summary>
                <para type="description">The "unknownDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.conflictDeviceCount">
            <summary>
                <para type="description">The "conflictDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.notApplicableDeviceCount">
            <summary>
                <para type="description">The "notApplicableDeviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable devices.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.compliantUserCount">
            <summary>
                <para type="description">The "compliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.nonCompliantUserCount">
            <summary>
                <para type="description">The "nonCompliantUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of non compliant users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.remediatedUserCount">
            <summary>
                <para type="description">The "remediatedUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of remediated users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.errorUserCount">
            <summary>
                <para type="description">The "errorUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of users had error.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.unknownUserCount">
            <summary>
                <para type="description">The "unknownUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of unknown users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.conflictUserCount">
            <summary>
                <para type="description">The "conflictUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of conflict users.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_SoftwareUpdateStatusSummaryReference.notApplicableUserCount">
            <summary>
                <para type="description">The "notApplicableUserCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.softwareUpdateStatusSummary" type.</para>
                <para type="description">Number of not applicable users.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_SoftwareUpdateStatusSummaryReference">
            <summary>
                <para type="synopsis">Creates a reference from a "deviceManagement" to a "microsoft.graph.softwareUpdateStatusSummary" object.</para>
                <para type="description">Creates a reference from the "deviceManagement" object to a "softwareUpdateStatusSummary".</para>
                <para type="description">The software update status summary.</para>
                <para type="description">Graph Call: PUT ~/deviceManagement/softwareUpdateStatusSummary/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_SoftwareUpdateStatusSummaryReference.softwareUpdateStatusSummaryReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.softwareUpdateStatusSummary" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_SoftwareUpdateStatusSummaryReference">
            <summary>
                <para type="synopsis">Removes a reference from a "deviceManagement" to a "microsoft.graph.softwareUpdateStatusSummary" object.</para>
                <para type="description">Removes a reference from the "deviceManagement" object to a "softwareUpdateStatusSummary".</para>
                <para type="description">The software update status summary.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/softwareUpdateStatusSummary/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.telecomExpenseManagementPartner" objects.</para>
                <para type="description">Retrieves "microsoft.graph.telecomExpenseManagementPartner" objects in the "telecomExpenseManagementPartners" collection.</para>
                <para type="description">The telecom expense management partners.</para>
                <para type="description">Graph call: GET ~/deviceManagement/telecomExpenseManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.telecomExpenseManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.telecomExpenseManagementPartner" object in the "telecomExpenseManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Display name of the TEM partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.appAuthorized">
            <summary>
                <para type="description">The "appAuthorized" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether the partner's AAD app has been authorized to access Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether Intune's connection to the TEM service is currently enabled or disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TelecomExpenseManagementPartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.telecomExpenseManagementPartner" object.</para>
                <para type="description">Adds a "microsoft.graph.telecomExpenseManagementPartner" object to the "telecomExpenseManagementPartners" collection.</para>
                <para type="description">The telecom expense management partners.</para>
                <para type="description">Graph call: POST ~/deviceManagement/telecomExpenseManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.telecomExpenseManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.telecomExpenseManagementPartner" object in the "telecomExpenseManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Display name of the TEM partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.appAuthorized">
            <summary>
                <para type="description">The "appAuthorized" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether the partner's AAD app has been authorized to access Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether Intune's connection to the TEM service is currently enabled or disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TelecomExpenseManagementPartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.telecomExpenseManagementPartner".</para>
                <para type="description">Updates a "microsoft.graph.telecomExpenseManagementPartner" object in the "telecomExpenseManagementPartners" collection.</para>
                <para type="description">The telecom expense management partners.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/telecomExpenseManagementPartners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.telecomExpenseManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.telecomExpenseManagementPartner" object in the "telecomExpenseManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Display name of the TEM partner.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">URL of the TEM partner's administrative control panel, where an administrator can configure their TEM service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.appAuthorized">
            <summary>
                <para type="description">The "appAuthorized" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether the partner's AAD app has been authorized to access Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.enabled">
            <summary>
                <para type="description">The "enabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Whether Intune's connection to the TEM service is currently enabled or disabled.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TelecomExpenseManagementPartners.lastConnectionDateTime">
            <summary>
                <para type="description">The "lastConnectionDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.telecomExpenseManagementPartner" type.</para>
                <para type="description">Timestamp of the last request sent to Intune by the TEM partner.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TelecomExpenseManagementPartners">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.telecomExpenseManagementPartner" object.</para>
                <para type="description">Removes a "microsoft.graph.telecomExpenseManagementPartner" object from the "telecomExpenseManagementPartners" collection.</para>
                <para type="description">The telecom expense management partners.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/telecomExpenseManagementPartners/telecomExpenseManagementPartnerId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TelecomExpenseManagementPartners.telecomExpenseManagementPartnerId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.telecomExpenseManagementPartner" object in the "telecomExpenseManagementPartners" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.termsAndConditions" objects.</para>
                <para type="description">Retrieves "microsoft.graph.termsAndConditions" objects in the "termsAndConditions" collection.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
                <para type="description">Graph call: GET ~/deviceManagement/termsAndConditions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.termsAndConditionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied name for the T&amp;C policy. </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied description of the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.bodyText">
            <summary>
                <para type="description">The "bodyText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.acceptanceStatement">
            <summary>
                <para type="description">The "acceptanceStatement" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.termsAndConditionsAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions.acceptanceStatuses">
            <summary>
                <para type="description">The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.termsAndConditions" object.</para>
                <para type="description">Adds a "microsoft.graph.termsAndConditions" object to the "termsAndConditions" collection.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
                <para type="description">Graph call: POST ~/deviceManagement/termsAndConditions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.termsAndConditionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied name for the T&amp;C policy. </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied description of the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.bodyText">
            <summary>
                <para type="description">The "bodyText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.acceptanceStatement">
            <summary>
                <para type="description">The "acceptanceStatement" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.termsAndConditionsAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions.acceptanceStatuses">
            <summary>
                <para type="description">The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.termsAndConditions".</para>
                <para type="description">Updates a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/termsAndConditions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.termsAndConditionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was created.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.lastModifiedDateTime">
            <summary>
                <para type="description">The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">DateTime the object was last modified.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied name for the T&amp;C policy. </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied description of the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.title">
            <summary>
                <para type="description">The "title" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.bodyText">
            <summary>
                <para type="description">The "bodyText" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.acceptanceStatement">
            <summary>
                <para type="description">The "acceptanceStatement" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&amp;C policy. This is shown to the user on prompts to accept the T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.version">
            <summary>
                <para type="description">The "version" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.assignments">
            <summary>
                <para type="description">The "assignments" property, of type "microsoft.graph.termsAndConditionsAssignment".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions.acceptanceStatuses">
            <summary>
                <para type="description">The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditions" type.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.termsAndConditions" object.</para>
                <para type="description">Removes a "microsoft.graph.termsAndConditions" object from the "termsAndConditions" collection.</para>
                <para type="description">The terms and conditions associated with device management of the company.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/termsAndConditions/termsAndConditionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions.termsAndConditionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.termsAndConditionsAcceptanceStatus" objects.</para>
                <para type="description">Retrieves "microsoft.graph.termsAndConditionsAcceptanceStatus" objects in the "acceptanceStatuses" collection.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
                <para type="description">Graph call: GET ~/deviceManagement/termsAndConditions/{termsAndConditionId}/acceptanceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionsAcceptanceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAcceptanceStatus" object in the "acceptanceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Display name of the user whose acceptance the entity represents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedVersion">
            <summary>
                <para type="description">The "acceptedVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Most recent version number of the T&amp;C accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedDateTime">
            <summary>
                <para type="description">The "acceptedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">DateTime when the terms were last accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Navigation link to the terms and conditions that are assigned.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.termsAndConditionsAcceptanceStatus" object.</para>
                <para type="description">Adds a "microsoft.graph.termsAndConditionsAcceptanceStatus" object to the "acceptanceStatuses" collection.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
                <para type="description">Graph call: POST ~/deviceManagement/termsAndConditions/{termsAndConditionId}/acceptanceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionsAcceptanceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAcceptanceStatus" object in the "acceptanceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Display name of the user whose acceptance the entity represents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedVersion">
            <summary>
                <para type="description">The "acceptedVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Most recent version number of the T&amp;C accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedDateTime">
            <summary>
                <para type="description">The "acceptedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">DateTime when the terms were last accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Navigation link to the terms and conditions that are assigned.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.termsAndConditionsAcceptanceStatus".</para>
                <para type="description">Updates a "microsoft.graph.termsAndConditionsAcceptanceStatus" object in the "acceptanceStatuses" collection.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/termsAndConditions/{termsAndConditionId}/acceptanceStatuses</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionsAcceptanceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAcceptanceStatus" object in the "acceptanceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.userDisplayName">
            <summary>
                <para type="description">The "userDisplayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Display name of the user whose acceptance the entity represents.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedVersion">
            <summary>
                <para type="description">The "acceptedVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Most recent version number of the T&amp;C accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.acceptedDateTime">
            <summary>
                <para type="description">The "acceptedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">DateTime when the terms were last accepted by the user.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditions">
            <summary>
                <para type="description">The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.</para>
                <para type="description">Navigation link to the terms and conditions that are assigned.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_AcceptanceStatuses">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.termsAndConditionsAcceptanceStatus" object.</para>
                <para type="description">Removes a "microsoft.graph.termsAndConditionsAcceptanceStatus" object from the "acceptanceStatuses" collection.</para>
                <para type="description">The list of acceptance statuses for this T&amp;C policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/termsAndConditions/{termsAndConditionId}/acceptanceStatuses/termsAndConditionsAcceptanceStatusId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionsAcceptanceStatusId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAcceptanceStatus" object in the "acceptanceStatuses" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_AcceptanceStatuses.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_Assignments">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.termsAndConditionsAssignment" objects.</para>
                <para type="description">Retrieves "microsoft.graph.termsAndConditionsAssignment" objects in the "assignments" collection.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
                <para type="description">Graph call: GET ~/deviceManagement/termsAndConditions/{termsAndConditionId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionsAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TermsAndConditions_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_Assignments">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.termsAndConditionsAssignment" object.</para>
                <para type="description">Adds a "microsoft.graph.termsAndConditionsAssignment" object to the "assignments" collection.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
                <para type="description">Graph call: POST ~/deviceManagement/termsAndConditions/{termsAndConditionId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionsAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TermsAndConditions_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_Assignments">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.termsAndConditionsAssignment".</para>
                <para type="description">Updates a "microsoft.graph.termsAndConditionsAssignment" object in the "assignments" collection.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/termsAndConditions/{termsAndConditionId}/assignments</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionsAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TermsAndConditions_Assignments.target">
            <summary>
                <para type="description">The "target" property, of type "microsoft.graph.deviceAndAppManagementAssignmentTarget".</para>
                <para type="description">This property is on the "microsoft.graph.termsAndConditionsAssignment" type.</para>
                <para type="description">Assignment target that the T&amp;C policy is assigned to.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_Assignments">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.termsAndConditionsAssignment" object.</para>
                <para type="description">Removes a "microsoft.graph.termsAndConditionsAssignment" object from the "assignments" collection.</para>
                <para type="description">The list of assignments for this T&amp;C policy.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/termsAndConditions/{termsAndConditionId}/assignments/termsAndConditionsAssignmentId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionsAssignmentId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.termsAndConditionsAssignment" object in the "assignments" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TermsAndConditions_Assignments.termsAndConditionId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.termsAndConditions" object in the "termsAndConditions" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.deviceManagementTroubleshootingEvent" objects.</para>
                <para type="description">Retrieves "microsoft.graph.deviceManagementTroubleshootingEvent" objects in the "troubleshootingEvents" collection.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
                <para type="description">Graph call: GET ~/deviceManagement/troubleshootingEvents</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEventId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Time when the event occurred .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Id used for tracing the failure in the service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.managedDeviceIdentifier">
            <summary>
                <para type="description">The "managedDeviceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Device identifier created or collected by Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Operating System.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Identifier for the user that tried to enroll the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Azure AD device identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.enrollmentType">
            <summary>
                <para type="description">The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Type of the enrollment.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.failureCategory">
            <summary>
                <para type="description">The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Highlevel failure category.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_TroubleshootingEvents.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Detailed failure reason.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.deviceManagementTroubleshootingEvent" object.</para>
                <para type="description">Adds a "microsoft.graph.deviceManagementTroubleshootingEvent" object to the "troubleshootingEvents" collection.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
                <para type="description">Graph call: POST ~/deviceManagement/troubleshootingEvents</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEventId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Time when the event occurred .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Id used for tracing the failure in the service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.enrollmentTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.managedDeviceIdentifier">
            <summary>
                <para type="description">The "managedDeviceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Device identifier created or collected by Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Operating System.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Identifier for the user that tried to enroll the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Azure AD device identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.enrollmentType">
            <summary>
                <para type="description">The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Type of the enrollment.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.failureCategory">
            <summary>
                <para type="description">The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Highlevel failure category.</para>
                <para type="description">
                     Valid values: 'unknown', 'authentication', 'authorization', 'accountValidation', 'userValidation', 'deviceNotSupported', 'inMaintenance', 'badRequest', 'featureNotSupported', 'enrollmentRestrictionsEnforced', 'clientDisconnected', 'userAbandonment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_TroubleshootingEvents.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Detailed failure reason.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.deviceManagementTroubleshootingEvent".</para>
                <para type="description">Updates a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/troubleshootingEvents</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEventId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.eventDateTime">
            <summary>
                <para type="description">The "eventDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Time when the event occurred .</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.correlationId">
            <summary>
                <para type="description">The "correlationId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.</para>
                <para type="description">Id used for tracing the failure in the service.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.enrollmentTroubleshootingEvent">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.managedDeviceIdentifier">
            <summary>
                <para type="description">The "managedDeviceIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Device identifier created or collected by Intune.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Operating System.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.osVersion">
            <summary>
                <para type="description">The "osVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">OS Version.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.userId">
            <summary>
                <para type="description">The "userId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Identifier for the user that tried to enroll the device.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Azure AD device identifier.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.enrollmentType">
            <summary>
                <para type="description">The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Type of the enrollment.</para>
                <para type="description">
                     Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser', 'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment', 'windowsBulkAzureDomainJoin', 'windowsCoManagement'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.failureCategory">
            <summary>
                <para type="description">The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Highlevel failure category.</para>
                <para type="description">
                     Valid values: 'unknown', 'authentication', 'authorization', 'accountValidation', 'userValidation', 'deviceNotSupported', 'inMaintenance', 'badRequest', 'featureNotSupported', 'enrollmentRestrictionsEnforced', 'clientDisconnected', 'userAbandonment'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_TroubleshootingEvents.failureReason">
            <summary>
                <para type="description">The "failureReason" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.</para>
                <para type="description">Detailed failure reason.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TroubleshootingEvents">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.deviceManagementTroubleshootingEvent" object.</para>
                <para type="description">Removes a "microsoft.graph.deviceManagementTroubleshootingEvent" object from the "troubleshootingEvents" collection.</para>
                <para type="description">The list of troubleshooting events for the tenant.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/troubleshootingEvents/deviceManagementTroubleshootingEventId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_TroubleshootingEvents.deviceManagementTroubleshootingEventId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionAppLearningSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionAppLearningSummary" objects in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
                <para type="description">The windows information protection app learning summaries.</para>
                <para type="description">Graph call: GET ~/deviceManagement/windowsInformationProtectionAppLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationType">
            <summary>
                <para type="description">The "applicationType" property, of type "microsoft.graph.applicationType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Type</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object to the "windowsInformationProtectionAppLearningSummaries" collection.</para>
                <para type="description">The windows information protection app learning summaries.</para>
                <para type="description">Graph call: POST ~/deviceManagement/windowsInformationProtectionAppLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationType">
            <summary>
                <para type="description">The "applicationType" property, of type "microsoft.graph.applicationType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Type</para>
                <para type="description">
                     Valid values: 'universal', 'desktop'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionAppLearningSummary".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
                <para type="description">The windows information protection app learning summaries.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/windowsInformationProtectionAppLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationName">
            <summary>
                <para type="description">The "applicationName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Name</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.applicationType">
            <summary>
                <para type="description">The "applicationType" property, of type "microsoft.graph.applicationType".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Application Type</para>
                <para type="description">
                     Valid values: 'universal', 'desktop'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionAppLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_WindowsInformationProtectionAppLearningSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object from the "windowsInformationProtectionAppLearningSummaries" collection.</para>
                <para type="description">The windows information protection app learning summaries.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/windowsInformationProtectionAppLearningSummaries/windowsInformationProtectionAppLearningSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_WindowsInformationProtectionAppLearningSummaries.windowsInformationProtectionAppLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionAppLearningSummary" object in the "windowsInformationProtectionAppLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" objects.</para>
                <para type="description">Retrieves "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" objects in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
                <para type="description">The windows information protection network learning summaries.</para>
                <para type="description">Graph call: GET ~/deviceManagement/windowsInformationProtectionNetworkLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Website url</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object.</para>
                <para type="description">Adds a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object to the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
                <para type="description">The windows information protection network learning summaries.</para>
                <para type="description">Graph call: POST ~/deviceManagement/windowsInformationProtectionNetworkLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Website url</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary".</para>
                <para type="description">Updates a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
                <para type="description">The windows information protection network learning summaries.</para>
                <para type="description">Graph Call: PATCH ~/deviceManagement/windowsInformationProtectionNetworkLearningSummaries</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.url">
            <summary>
                <para type="description">The "url" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Website url</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.deviceCount">
            <summary>
                <para type="description">The "deviceCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" type.</para>
                <para type="description">Device Count</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object.</para>
                <para type="description">Removes a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object from the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
                <para type="description">The windows information protection network learning summaries.</para>
                <para type="description">Graph Call: DELETE ~/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/windowsInformationProtectionNetworkLearningSummaryId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_DeviceManagement_WindowsInformationProtectionNetworkLearningSummaries.windowsInformationProtectionNetworkLearningSummaryId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.windowsInformationProtectionNetworkLearningSummary" object in the "windowsInformationProtectionNetworkLearningSummaries" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.group" objects.</para>
                <para type="description">Retrieves "microsoft.graph.group" objects in the "groups" collection.</para>
                <para type="description">Graph call: GET ~/groups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.group" object.</para>
                <para type="description">Adds a "microsoft.graph.group" object to the "groups" collection.</para>
                <para type="description">Graph call: POST ~/groups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.group".</para>
                <para type="description">Updates a "microsoft.graph.group" object in the "groups" collection.</para>
                <para type="description">Graph Call: PATCH ~/groups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.group" object.</para>
                <para type="description">Removes a "microsoft.graph.group" object from the "groups" collection.</para>
                <para type="description">Graph Call: DELETE ~/groups/groupId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_SubscribeByMail">
            <summary>
                <para type="description">The action "microsoft.graph.subscribeByMail", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/subscribeByMail</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_SubscribeByMail.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_UnsubscribeByMail">
            <summary>
                <para type="description">The action "microsoft.graph.unsubscribeByMail", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/unsubscribeByMail</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_UnsubscribeByMail.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_AddFavorite">
            <summary>
                <para type="description">The action "microsoft.graph.addFavorite", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/addFavorite</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_AddFavorite.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_RemoveFavorite">
            <summary>
                <para type="description">The action "microsoft.graph.removeFavorite", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/removeFavorite</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_RemoveFavorite.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_ResetUnseenCount">
            <summary>
                <para type="description">The action "microsoft.graph.resetUnseenCount", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/resetUnseenCount</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_ResetUnseenCount.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Renew">
            <summary>
                <para type="description">The action "microsoft.graph.renew", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action does not return any objects.</para>
                <para type="description">Graph Call: POST ~/groups/renew</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Renew.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Delta">
            <summary>
                <para type="description">The function "microsoft.graph.delta", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This function returns a collection of "microsoft.graph.group" objects.</para>
                <para type="description">Graph Call: GET ~/groups/delta</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Delta.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetByIds">
            <summary>
                <para type="description">The action "microsoft.graph.getByIds", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action returns a collection of "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Graph Call: POST ~/groups/getByIds</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetByIds.ids">
            <summary>
                <para type="description">The "ids" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetByIds.types">
            <summary>
                <para type="description">The "types" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetByIds.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_CheckMemberGroups">
            <summary>
                <para type="description">The action "microsoft.graph.checkMemberGroups", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/groups/checkMemberGroups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_CheckMemberGroups.groupIds">
            <summary>
                <para type="description">The "groupIds" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_CheckMemberGroups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberGroups">
            <summary>
                <para type="description">The action "microsoft.graph.getMemberGroups", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/groups/getMemberGroups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberGroups.securityEnabledOnly">
            <summary>
                <para type="description">The "securityEnabledOnly" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberGroups.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberObjects">
            <summary>
                <para type="description">The action "microsoft.graph.getMemberObjects", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/groups/getMemberObjects</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberObjects.securityEnabledOnly">
            <summary>
                <para type="description">The "securityEnabledOnly" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GetMemberObjects.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Restore">
            <summary>
                <para type="description">The action "microsoft.graph.restore", which exists on the type "microsoft.graph.group".</para>
                <para type="description">This action returns a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Graph Call: POST ~/groups/restore</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_Restore.groupId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf">
            <summary>
                <para type="synopsis">Retrieves the "createdOnBehalfOf" object.</para>
                <para type="description">Retrieves the "createdOnBehalfOf" object (which is of type "microsoft.graph.directoryObject").</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/createdOnBehalfOf</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOf.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference">
            <summary>
                <para type="synopsis">Retrieves the "createdOnBehalfOf" object reference.</para>
                <para type="description">Retrieves the "createdOnBehalfOf" object reference (which is of type "microsoft.graph.directoryObject").</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/createdOnBehalfOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_CreatedOnBehalfOfReference.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_CreatedOnBehalfOfReference">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the "group" object to a "createdOnBehalfOf".</para>
                <para type="description">Graph Call: PUT ~/groups/{groupId}/createdOnBehalfOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_CreatedOnBehalfOfReference.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_CreatedOnBehalfOfReference.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_CreatedOnBehalfOfReference">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the "group" object to a "createdOnBehalfOf".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/createdOnBehalfOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_CreatedOnBehalfOfReference.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.groupLifecyclePolicy" objects.</para>
                <para type="description">Retrieves "microsoft.graph.groupLifecyclePolicy" objects in the "groupLifecyclePolicies" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/groupLifecyclePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies.groupLifetimeInDays">
            <summary>
                <para type="description">The "groupLifetimeInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies.managedGroupTypes">
            <summary>
                <para type="description">The "managedGroupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_GroupLifecyclePolicies.alternateNotificationEmails">
            <summary>
                <para type="description">The "alternateNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.groupLifecyclePolicy" object.</para>
                <para type="description">Adds a "microsoft.graph.groupLifecyclePolicy" object to the "groupLifecyclePolicies" collection.</para>
                <para type="description">Graph call: POST ~/groups/{groupId}/groupLifecyclePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies.groupLifetimeInDays">
            <summary>
                <para type="description">The "groupLifetimeInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies.managedGroupTypes">
            <summary>
                <para type="description">The "managedGroupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_GroupLifecyclePolicies.alternateNotificationEmails">
            <summary>
                <para type="description">The "alternateNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">Updates a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
                <para type="description">Graph Call: PATCH ~/groups/{groupId}/groupLifecyclePolicies</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies.groupLifetimeInDays">
            <summary>
                <para type="description">The "groupLifetimeInDays" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies.managedGroupTypes">
            <summary>
                <para type="description">The "managedGroupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_GroupLifecyclePolicies.alternateNotificationEmails">
            <summary>
                <para type="description">The "alternateNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupLifecyclePolicy" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_GroupLifecyclePolicies">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.groupLifecyclePolicy" object.</para>
                <para type="description">Removes a "microsoft.graph.groupLifecyclePolicy" object from the "groupLifecyclePolicies" collection.</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/groupLifecyclePolicies/groupLifecyclePolicyId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_GroupLifecyclePolicies.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_GroupLifecyclePolicies.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_AddGroup">
            <summary>
                <para type="description">The action "microsoft.graph.addGroup", which exists on the type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This action returns a "Edm.Boolean" object.</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/groupLifecyclePolicies/addGroup</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_AddGroup.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_AddGroup.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_RemoveGroup">
            <summary>
                <para type="description">The action "microsoft.graph.removeGroup", which exists on the type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This action returns a "Edm.Boolean" object.</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/groupLifecyclePolicies/removeGroup</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_RemoveGroup.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Groups_GroupLifecyclePolicies_RemoveGroup.groupLifecyclePolicyId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "memberOf" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/memberOf</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOf.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "memberOf" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/memberOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MemberOfReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MemberOfReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "memberOf".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/memberOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MemberOfReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MemberOfReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "memberOf".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/memberOf/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "members" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/members</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Members.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "members" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/members/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "member".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/members/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "member".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/members/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "membersWithLicenseErrors" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/membersWithLicenseErrors</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "membersWithLicenseErrors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrors.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "membersWithLicenseErrors" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/membersWithLicenseErrors/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "membersWithLicenseErrors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_MembersWithLicenseErrorsReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersWithLicenseErrorsReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "membersWithLicenseError".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/membersWithLicenseErrors/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersWithLicenseErrorsReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "membersWithLicenseErrors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersWithLicenseErrorsReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_MembersWithLicenseErrorsReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersWithLicenseErrorsReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "membersWithLicenseError".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/membersWithLicenseErrors/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersWithLicenseErrorsReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "membersWithLicenseErrors" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_MembersWithLicenseErrorsReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "owners" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/owners</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Owners.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "owners" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/owners/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_OwnersReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_OwnersReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "owner".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/owners/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_OwnersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_OwnersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_OwnersReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_OwnersReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "owner".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/owners/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_OwnersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_OwnersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photo">
            <summary>
                <para type="synopsis">Retrieves the "photo" object.</para>
                <para type="description">Retrieves the "photo" object (which is of type "microsoft.graph.profilePhoto").</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/photo</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photo.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photo.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photo.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Photo">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.profilePhoto".</para>
                <para type="description">Updates the "photo" object (which is of type "microsoft.graph.profilePhoto").</para>
                <para type="description">Graph Call: PATCH ~/groups/{groupId}/photo</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Photo.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Photo.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Photo.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotoData">
            <summary>
                <para type="synopsis">Retrieves a "photo" object's data stream.</para>
                <para type="description">Retrieves the data stream from the "photo" object.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/photo/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotoData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotoData.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotoData.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_PhotoData">
            <summary>
                <para type="synopsis">Sets the data for the "photo" property.</para>
                <para type="description">Sets the data for the "photo" property.</para>
                <para type="description">Graph Call: PUT ~/groups/{groupId}/photo/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_PhotoData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Set_Groups_PhotoData">
            <summary>
                <para type="synopsis">Sets the data for the "photo" property.</para>
                <para type="description">Sets the data for the "photo" property.</para>
                <para type="description">Graph Call: PUT ~/groups/{groupId}/photo/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Set_Groups_PhotoData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_PhotoData">
            <summary>
                <para type="synopsis">Removes the data stream from a "photo" object.</para>
                <para type="description">Removes a reference from a "photo" resource (which is of type "microsoft.graph.profilePhoto").</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/photo/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_PhotoData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photos">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.profilePhoto" objects.</para>
                <para type="description">Retrieves "microsoft.graph.profilePhoto" objects in the "photos" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/photos</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photos.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photos.profilePhotoId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photos.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Photos.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotosData">
            <summary>
                <para type="synopsis">Retrieves a "photos" object's data stream.</para>
                <para type="description">Retrieves the data streams from the "photos" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/photos/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotosData.profilePhotoId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotosData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotosData.height">
            <summary>
                <para type="description">The "height" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_PhotosData.width">
            <summary>
                <para type="description">The "width" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.profilePhoto" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_PhotosData">
            <summary>
                <para type="synopsis">Sets the data for the "photo" property.</para>
                <para type="description">Sets the data for the "photo" property.</para>
                <para type="description">Graph Call: PUT ~/groups/{groupId}/photos/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_PhotosData.profilePhotoId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_PhotosData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Set_Groups_PhotosData">
            <summary>
                <para type="synopsis">Sets the data for the "photo" property.</para>
                <para type="description">Sets the data for the "photo" property.</para>
                <para type="description">Graph Call: PUT ~/groups/{groupId}/photos/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Set_Groups_PhotosData.profilePhotoId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Set_Groups_PhotosData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_PhotosData">
            <summary>
                <para type="synopsis">Removes the data stream from a "photo" object.</para>
                <para type="description">Removes a reference from a "photo" resource (which is of type "microsoft.graph.profilePhoto").</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/photos/profilePhotoId/$value</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_PhotosData.profilePhotoId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_PhotosData.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.groupSetting" objects.</para>
                <para type="description">Retrieves "microsoft.graph.groupSetting" objects in the "settings" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/settings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings.groupSettingId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupSetting" object in the "settings" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings.templateId">
            <summary>
                <para type="description">The "templateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_Settings.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.groupSetting" object.</para>
                <para type="description">Adds a "microsoft.graph.groupSetting" object to the "settings" collection.</para>
                <para type="description">Graph call: POST ~/groups/{groupId}/settings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings.groupSettingId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupSetting" object in the "settings" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings.templateId">
            <summary>
                <para type="description">The "templateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_Settings.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.groupSetting".</para>
                <para type="description">Updates a "microsoft.graph.groupSetting" object in the "settings" collection.</para>
                <para type="description">Graph Call: PATCH ~/groups/{groupId}/settings</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings.groupSettingId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupSetting" object in the "settings" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings.templateId">
            <summary>
                <para type="description">The "templateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Groups_Settings.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSetting" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_Settings">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.groupSetting" object.</para>
                <para type="description">Removes a "microsoft.graph.groupSetting" object from the "settings" collection.</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/settings/groupSettingId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_Settings.groupSettingId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.groupSetting" object in the "settings" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_Settings.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "transitiveMemberOf" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/transitiveMemberOf</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMemberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOf.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "transitiveMemberOf" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/transitiveMemberOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMemberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMemberOfReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMemberOfReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "transitiveMemberOf".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/transitiveMemberOf/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMemberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMemberOfReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMemberOfReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "transitiveMemberOf".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/transitiveMemberOf/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMemberOfReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMemberOf" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMemberOfReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" objects in the "transitiveMembers" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/transitiveMembers</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMembers" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembers.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.directoryObject" object references.</para>
                <para type="description">Retrieves "microsoft.graph.directoryObject" object references in the "transitiveMembers" collection.</para>
                <para type="description">Graph call: GET ~/groups/{groupId}/transitiveMembers/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMembers" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObject" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.description">
            <summary>
                <para type="description">The "description" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.values">
            <summary>
                <para type="description">The "values" property, of type "microsoft.graph.settingTemplateValue".</para>
                <para type="description">This property is on the "microsoft.graph.groupSettingTemplate" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.accountEnabled">
            <summary>
                <para type="description">The "accountEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.ageGroup">
            <summary>
                <para type="description">The "ageGroup" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.assignedLicenses">
            <summary>
                <para type="description">The "assignedLicenses" property, of type "microsoft.graph.assignedLicense".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.companyName">
            <summary>
                <para type="description">The "companyName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.consentProvidedForMinor">
            <summary>
                <para type="description">The "consentProvidedForMinor" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.department">
            <summary>
                <para type="description">The "department" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.employeeId">
            <summary>
                <para type="description">The "employeeId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.faxNumber">
            <summary>
                <para type="description">The "faxNumber" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.givenName">
            <summary>
                <para type="description">The "givenName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.imAddresses">
            <summary>
                <para type="description">The "imAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.isResourceAccount">
            <summary>
                <para type="description">The "isResourceAccount" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.jobTitle">
            <summary>
                <para type="description">The "jobTitle" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.legalAgeGroupClassification">
            <summary>
                <para type="description">The "legalAgeGroupClassification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.licenseAssignmentStates">
            <summary>
                <para type="description">The "licenseAssignmentStates" property, of type "microsoft.graph.licenseAssignmentState".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mail">
            <summary>
                <para type="description">The "mail" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mailNickname">
            <summary>
                <para type="description">The "mailNickname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mobilePhone">
            <summary>
                <para type="description">The "mobilePhone" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesDistinguishedName">
            <summary>
                <para type="description">The "onPremisesDistinguishedName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesExtensionAttributes">
            <summary>
                <para type="description">The "onPremisesExtensionAttributes" property, of type "microsoft.graph.onPremisesExtensionAttributes".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesImmutableId">
            <summary>
                <para type="description">The "onPremisesImmutableId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesProvisioningErrors">
            <summary>
                <para type="description">The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesSecurityIdentifier">
            <summary>
                <para type="description">The "onPremisesSecurityIdentifier" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesDomainName">
            <summary>
                <para type="description">The "onPremisesDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesSamAccountName">
            <summary>
                <para type="description">The "onPremisesSamAccountName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.onPremisesUserPrincipalName">
            <summary>
                <para type="description">The "onPremisesUserPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.otherMails">
            <summary>
                <para type="description">The "otherMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.passwordPolicies">
            <summary>
                <para type="description">The "passwordPolicies" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.passwordProfile">
            <summary>
                <para type="description">The "passwordProfile" property, of type "microsoft.graph.passwordProfile".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.officeLocation">
            <summary>
                <para type="description">The "officeLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.proxyAddresses">
            <summary>
                <para type="description">The "proxyAddresses" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.showInAddressList">
            <summary>
                <para type="description">The "showInAddressList" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.signInSessionsValidFromDateTime">
            <summary>
                <para type="description">The "signInSessionsValidFromDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.streetAddress">
            <summary>
                <para type="description">The "streetAddress" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.surname">
            <summary>
                <para type="description">The "surname" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.usageLocation">
            <summary>
                <para type="description">The "usageLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.userPrincipalName">
            <summary>
                <para type="description">The "userPrincipalName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.userType">
            <summary>
                <para type="description">The "userType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mailboxSettings">
            <summary>
                <para type="description">The "mailboxSettings" property, of type "microsoft.graph.mailboxSettings".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.aboutMe">
            <summary>
                <para type="description">The "aboutMe" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.birthday">
            <summary>
                <para type="description">The "birthday" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.hireDate">
            <summary>
                <para type="description">The "hireDate" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.interests">
            <summary>
                <para type="description">The "interests" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mySite">
            <summary>
                <para type="description">The "mySite" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.pastProjects">
            <summary>
                <para type="description">The "pastProjects" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.preferredName">
            <summary>
                <para type="description">The "preferredName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.responsibilities">
            <summary>
                <para type="description">The "responsibilities" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.schools">
            <summary>
                <para type="description">The "schools" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.skills">
            <summary>
                <para type="description">The "skills" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.deviceEnrollmentLimit">
            <summary>
                <para type="description">The "deviceEnrollmentLimit" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
                <para type="description">The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.ownedDevices">
            <summary>
                <para type="description">The "ownedDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.registeredDevices">
            <summary>
                <para type="description">The "registeredDevices" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.manager">
            <summary>
                <para type="description">The "manager" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.directReports">
            <summary>
                <para type="description">The "directReports" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.memberOf">
            <summary>
                <para type="description">The "memberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.licenseDetails">
            <summary>
                <para type="description">The "licenseDetails" property, of type "microsoft.graph.licenseDetails".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.transitiveMemberOf">
            <summary>
                <para type="description">The "transitiveMemberOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.photo">
            <summary>
                <para type="description">The "photo" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.photos">
            <summary>
                <para type="description">The "photos" property, of type "microsoft.graph.profilePhoto".</para>
                <para type="description">This property is on the "microsoft.graph.user" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.contractType">
            <summary>
                <para type="description">The "contractType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.customerId">
            <summary>
                <para type="description">The "customerId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.defaultDomainName">
            <summary>
                <para type="description">The "defaultDomainName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.contract" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.classification">
            <summary>
                <para type="description">The "classification" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.hasMembersWithLicenseErrors">
            <summary>
                <para type="description">The "hasMembersWithLicenseErrors" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.groupTypes">
            <summary>
                <para type="description">The "groupTypes" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.licenseProcessingState">
            <summary>
                <para type="description">The "licenseProcessingState" property, of type "microsoft.graph.licenseProcessingState".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.mailEnabled">
            <summary>
                <para type="description">The "mailEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.preferredDataLocation">
            <summary>
                <para type="description">The "preferredDataLocation" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.renewedDateTime">
            <summary>
                <para type="description">The "renewedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.securityEnabled">
            <summary>
                <para type="description">The "securityEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.visibility">
            <summary>
                <para type="description">The "visibility" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.allowExternalSenders">
            <summary>
                <para type="description">The "allowExternalSenders" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.autoSubscribeNewMembers">
            <summary>
                <para type="description">The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.isSubscribedByMail">
            <summary>
                <para type="description">The "isSubscribedByMail" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.unseenCount">
            <summary>
                <para type="description">The "unseenCount" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.isArchived">
            <summary>
                <para type="description">The "isArchived" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.members">
            <summary>
                <para type="description">The "members" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.membersWithLicenseErrors">
            <summary>
                <para type="description">The "membersWithLicenseErrors" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.transitiveMembers">
            <summary>
                <para type="description">The "transitiveMembers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.createdOnBehalfOf">
            <summary>
                <para type="description">The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.owners">
            <summary>
                <para type="description">The "owners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.settings">
            <summary>
                <para type="description">The "settings" property, of type "microsoft.graph.groupSetting".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.groupLifecyclePolicies">
            <summary>
                <para type="description">The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</para>
                <para type="description">This property is on the "microsoft.graph.group" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.roleTemplateId">
            <summary>
                <para type="description">The "roleTemplateId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryRole" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.externalPartnerTenantId">
            <summary>
                <para type="description">The "externalPartnerTenantId" property, of type "Edm.Guid".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.objectType">
            <summary>
                <para type="description">The "objectType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.directoryObjectPartnerReference" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.alternativeSecurityIds">
            <summary>
                <para type="description">The "alternativeSecurityIds" property, of type "microsoft.graph.alternativeSecurityId".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.approximateLastSignInDateTime">
            <summary>
                <para type="description">The "approximateLastSignInDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.complianceExpirationDateTime">
            <summary>
                <para type="description">The "complianceExpirationDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.deviceId">
            <summary>
                <para type="description">The "deviceId" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.deviceMetadata">
            <summary>
                <para type="description">The "deviceMetadata" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.deviceVersion">
            <summary>
                <para type="description">The "deviceVersion" property, of type "Edm.Int32".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.isCompliant">
            <summary>
                <para type="description">The "isCompliant" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.isManaged">
            <summary>
                <para type="description">The "isManaged" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.operatingSystem">
            <summary>
                <para type="description">The "operatingSystem" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.operatingSystemVersion">
            <summary>
                <para type="description">The "operatingSystemVersion" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.physicalIds">
            <summary>
                <para type="description">The "physicalIds" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.profileType">
            <summary>
                <para type="description">The "profileType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.systemLabels">
            <summary>
                <para type="description">The "systemLabels" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.trustType">
            <summary>
                <para type="description">The "trustType" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.registeredOwners">
            <summary>
                <para type="description">The "registeredOwners" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Groups_TransitiveMembersReferences.registeredUsers">
            <summary>
                <para type="description">The "registeredUsers" property, of type "microsoft.graph.directoryObject".</para>
                <para type="description">This property is on the "microsoft.graph.device" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMembersReferences">
            <summary>
                <para type="synopsis">Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Creates a reference from the specified "group" object to a "transitiveMember".</para>
                <para type="description">Graph Call: POST ~/groups/{groupId}/transitiveMembers/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMembers" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Groups_TransitiveMembersReferences.directoryObjectReferenceUrl">
            <summary>
                <para type="description">The URL which should be used to access a "microsoft.graph.directoryObject" object.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMembersReferences">
            <summary>
                <para type="synopsis">Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Removes a reference from the specified "group" object to a "transitiveMember".</para>
                <para type="description">Graph Call: DELETE ~/groups/{groupId}/transitiveMembers/directoryObjectId/$ref</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMembersReferences.directoryObjectId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.directoryObject" object in the "transitiveMembers" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Groups_TransitiveMembersReferences.groupId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.organization" objects.</para>
                <para type="description">Retrieves "microsoft.graph.organization" objects in the "organization" collection.</para>
                <para type="description">Graph call: GET ~/organization</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.organization" object.</para>
                <para type="description">Adds a "microsoft.graph.organization" object to the "organization" collection.</para>
                <para type="description">Graph call: POST ~/organization</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
                <para type="description">
                     Valid values: 'unknown', 'intune', 'sccm', 'office365'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.organization".</para>
                <para type="description">Updates a "microsoft.graph.organization" object in the "organization" collection.</para>
                <para type="description">Graph Call: PATCH ~/organization</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.assignedPlans">
            <summary>
                <para type="description">The "assignedPlans" property, of type "microsoft.graph.assignedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.businessPhones">
            <summary>
                <para type="description">The "businessPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.city">
            <summary>
                <para type="description">The "city" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.country">
            <summary>
                <para type="description">The "country" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.countryLetterCode">
            <summary>
                <para type="description">The "countryLetterCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.createdDateTime">
            <summary>
                <para type="description">The "createdDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.displayName">
            <summary>
                <para type="description">The "displayName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.marketingNotificationEmails">
            <summary>
                <para type="description">The "marketingNotificationEmails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.onPremisesLastSyncDateTime">
            <summary>
                <para type="description">The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.onPremisesSyncEnabled">
            <summary>
                <para type="description">The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.postalCode">
            <summary>
                <para type="description">The "postalCode" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.preferredLanguage">
            <summary>
                <para type="description">The "preferredLanguage" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.privacyProfile">
            <summary>
                <para type="description">The "privacyProfile" property, of type "microsoft.graph.privacyProfile".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.provisionedPlans">
            <summary>
                <para type="description">The "provisionedPlans" property, of type "microsoft.graph.provisionedPlan".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.securityComplianceNotificationMails">
            <summary>
                <para type="description">The "securityComplianceNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.securityComplianceNotificationPhones">
            <summary>
                <para type="description">The "securityComplianceNotificationPhones" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.state">
            <summary>
                <para type="description">The "state" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.street">
            <summary>
                <para type="description">The "street" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.technicalNotificationMails">
            <summary>
                <para type="description">The "technicalNotificationMails" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.verifiedDomains">
            <summary>
                <para type="description">The "verifiedDomains" property, of type "microsoft.graph.verifiedDomain".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.mobileDeviceManagementAuthority">
            <summary>
                <para type="description">The "mobileDeviceManagementAuthority" property, of type "microsoft.graph.mdmAuthority".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
                <para type="description">Mobile device management authority.</para>
                <para type="description">
                     Valid values: 'unknown', 'intune', 'sccm', 'office365'
                </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.extensions">
            <summary>
                <para type="description">The "extensions" property, of type "microsoft.graph.extension".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization.deletedDateTime">
            <summary>
                <para type="description">The "deletedDateTime" property, of type "Edm.DateTimeOffset".</para>
                <para type="description">This property is on the "microsoft.graph.organization" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Organization">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.organization" object.</para>
                <para type="description">Removes a "microsoft.graph.organization" object from the "organization" collection.</para>
                <para type="description">Graph Call: DELETE ~/organization/organizationId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Organization.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_SetMobileDeviceManagementAuthority">
            <summary>
                <para type="description">The action "microsoft.graph.setMobileDeviceManagementAuthority", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a "Edm.Int32" object.</para>
                <para type="description">Graph Call: POST ~/organization/setMobileDeviceManagementAuthority</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_SetMobileDeviceManagementAuthority.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetByIds">
            <summary>
                <para type="description">The action "microsoft.graph.getByIds", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a collection of "microsoft.graph.directoryObject" objects.</para>
                <para type="description">Graph Call: POST ~/organization/getByIds</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetByIds.ids">
            <summary>
                <para type="description">The "ids" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetByIds.types">
            <summary>
                <para type="description">The "types" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetByIds.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_CheckMemberGroups">
            <summary>
                <para type="description">The action "microsoft.graph.checkMemberGroups", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/organization/checkMemberGroups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_CheckMemberGroups.groupIds">
            <summary>
                <para type="description">The "groupIds" action parameter of type "Edm.String".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_CheckMemberGroups.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberGroups">
            <summary>
                <para type="description">The action "microsoft.graph.getMemberGroups", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/organization/getMemberGroups</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberGroups.securityEnabledOnly">
            <summary>
                <para type="description">The "securityEnabledOnly" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberGroups.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberObjects">
            <summary>
                <para type="description">The action "microsoft.graph.getMemberObjects", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a collection of "Edm.String" objects.</para>
                <para type="description">Graph Call: POST ~/organization/getMemberObjects</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberObjects.securityEnabledOnly">
            <summary>
                <para type="description">The "securityEnabledOnly" action parameter of type "Edm.Boolean".</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_GetMemberObjects.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_Restore">
            <summary>
                <para type="description">The action "microsoft.graph.restore", which exists on the type "microsoft.graph.organization".</para>
                <para type="description">This action returns a "microsoft.graph.directoryObject" object.</para>
                <para type="description">Graph Call: POST ~/organization/restore</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Invoke_Organization_Restore.organizationId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization_Extensions">
            <summary>
                <para type="synopsis">Retrieves "microsoft.graph.extension" objects.</para>
                <para type="description">Retrieves "microsoft.graph.extension" objects in the "extensions" collection.</para>
                <para type="description">Graph call: GET ~/organization/{organizationId}/extensions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization_Extensions.organizationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization_Extensions.extensionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.extension" object in the "extensions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Get_Organization_Extensions.extensionName">
            <summary>
                <para type="description">The "extensionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization_Extensions">
            <summary>
                <para type="synopsis">Creates a "microsoft.graph.extension" object.</para>
                <para type="description">Adds a "microsoft.graph.extension" object to the "extensions" collection.</para>
                <para type="description">Graph call: POST ~/organization/{organizationId}/extensions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization_Extensions.extensionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.extension" object in the "extensions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization_Extensions.organizationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization_Extensions.openTypeExtension">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.New_Organization_Extensions.extensionName">
            <summary>
                <para type="description">The "extensionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization_Extensions">
            <summary>
                <para type="synopsis">Updates a "microsoft.graph.extension".</para>
                <para type="description">Updates a "microsoft.graph.extension" object in the "extensions" collection.</para>
                <para type="description">Graph Call: PATCH ~/organization/{organizationId}/extensions</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization_Extensions.extensionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.extension" object in the "extensions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization_Extensions.organizationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization_Extensions.openTypeExtension">
            <summary>
                <para type="description">A switch parameter for selecting the parameter set which corresponds to the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Update_Organization_Extensions.extensionName">
            <summary>
                <para type="description">The "extensionName" property, of type "Edm.String".</para>
                <para type="description">This property is on the "microsoft.graph.openTypeExtension" type.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Organization_Extensions">
            <summary>
                <para type="synopsis">Removes a "microsoft.graph.extension" object.</para>
                <para type="description">Removes a "microsoft.graph.extension" object from the "extensions" collection.</para>
                <para type="description">Graph Call: DELETE ~/organization/{organizationId}/extensions/extensionId</para>
            </summary>
            <para type="link" uri="https://github.com/Microsoft/Intune-PowerShell-SDK">GitHub Repository</para>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Organization_Extensions.extensionId">
            <summary>
                <para type="description">The ID for a "microsoft.graph.extension" object in the "extensions" collection.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Remove_Organization_Extensions.organizationId">
            <summary>
                <para type="description">A required ID for referencing a "microsoft.graph.organization" object in the "organization" collection.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that support $select and $expand query parameters.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.OperationName">
            <summary>
            The operation name.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.PropertyNameMappings">
            <summary>
            Mapping between parameter names and their type cast.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.Select">
            <summary>
            The list of $select query option values (i.e. property names).
             
            This value is declared as a dynamic parameter so that values can be validated per cmdlet.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.Expand">
            <summary>
            The list of $expand query option values (i.e. property names).
             
            This value is declared as a dynamic parameter so that values can be validated per cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.#ctor">
            <summary>
            Creates a new instance of <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet" />.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.BeginProcessing">
            <summary>
            Set up the dynamic parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetCmdlet.GetFunctionUrlSegment">
            <summary>
            Creates the URL segment containing the function name and arguments.
            </summary>
            <returns>The URL segment containing the function name and arguments.</returns>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that support
            $select, $expand, $filter, $orderBy, $skip and $top query parameters.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.OperationName">
            <summary>
            The operation name.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.OrderByAscPostfix">
            <summary>
            The string that should be postfixed to the property name to sort results in ascending order.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.OrderByDescPostfix">
            <summary>
            The string that should be postfixed to the property name to sort results in descending order.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Filter">
            <summary>
            <para type="description">The "$filter" query option value.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Search">
            <summary>
            <para type="description">The "$search" query option value.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.OrderBy">
            <summary>
            The list of "$orderBy" query option values (i.e. property names).
             
            This value is declared as a dynamic parameter so that values can be validated per cmdlet.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Skip">
            <summary>
            <para type="description">The "$skip" query option value.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.Top">
            <summary>
            <para type="description">The "$top" query option value.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.MaxPageSize">
            <summary>
            <para type="description">The "Prefer: odata.maxpagesize" header value.</para>
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.#ctor">
            <summary>
            Creates a new <see cref="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet" />.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetOrSearchCmdlet.BeginProcessing">
            <summary>
            Set up the dynamic parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetStreamCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that retrieve data streams.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ObjectFactoryCmdletBase">
            <summary>
            The common behavior between all cmdlets that are used to create PowerShell objects which represent entities in the OData schema.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ObjectFactoryCmdletBase.ProcessRecord">
            <summary>
            The method that the PowerShell runtime will call. This is the entry point for the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ObjectFactoryCmdletBase.IsODataTypeSelectorSwitch(System.Reflection.PropertyInfo,System.String@)">
            <summary>
            Determines whether a given property is a parameter set switch which selects the OData type.
            </summary>
            <param name="property">The property</param>
            <param name="selectedParameterSet">The OData type that this switch would select</param>
            <returns>True if the given property is a OData type selector switch, otherwise false.</returns>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets.
            </summary>
            <remarks>
            Overridable methods are executed in this order:
            <list type="number">
                <listheader>
                    <term>Method</term>
                    <description>Description</description>
                </listheader>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHttpMethod" /></term>
                    <description>Gets the HTTP method to use when making the call</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetResourcePath" /></term>
                    <description>Gets the relative URL of the OData resource</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetUrlQueryOptions" /></term>
                    <description>Gets the query options for the call</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContentType" /></term>
                    <description>Gets the MIME type for the content in the request body</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent" /></term>
                    <description>Gets the request body for the HTTP call</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHeaders" /></term>
                    <description>Gets the request headers to be added to the HTTP call</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ProceedWithCall(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Object,System.String)" /></term>
                    <description>Determines whether or not to proceed with the call</description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.WriteContent(System.Object)" /></term>
                    <description>Creates an <see cref="T:System.Net.Http.HttpContent" /> object from the result of <see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent" /></description>
                </item>
                <item>
                    <term><see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ReadResponse(System.String)" /></term>
                    <description>Converts the HTTP response body into a native PowerShell object</description>
                </item>
            </list>
            </remarks>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.AssemblyName">
            <summary>
            The name of this assembly.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.AssemblyVersion">
            <summary>
            The version of this assembly.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.DynamicParameters">
            <summary>
            The defined dynamic parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ProcessRecord">
            <summary>
            The method that the PowerShell runtime will call. This is the entry point for the cmdlet.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.WriteJsonFromProperties(System.Collections.Generic.IEnumerable{System.Reflection.PropertyInfo},System.String)">
            <summary>
            Creates a JSON string from the given properties.
            </summary>
            <param name="properties">The properties on this cmdlet object which should be serialized into the JSON string</param>
            <param name="oDataType">The OData type (full name) to be included in the JSON string</param>
            <returns>The JSON string.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetReferenceRequestContent(System.String)">
            <summary>
            Creates the content object for a POST/PUT "$ref" call.
            </summary>
            <param name="referenceUrl">The URL which can be used to retrieve the object that is being referenced</param>
            <returns>The content object for a POST/PUT "$ref" call.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetTypeCastParametersAndValues">
            <summary>
            Gets the names and values of the parameters which are used to specify type casts in the URL.
            </summary>
            <returns>The names and values of the parameters which are used to specify type casts in the URL.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetResourceTypePropertyName">
            <summary>
            Gets the name of the property that should hold the object's type name.
            </summary>
            <returns>The name of the property that should hold the object's type name.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetResourceIdPropertyName">
            <summary>
            Gets the name of the property that should hold the object's ID.
            </summary>
            <returns>The name of the property that should hold the object's ID.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetIdParameterProperties">
            <summary>
            Returns the ID parameters that are used to specify IDs in the URL.
            </summary>
            <returns>The ID parameters that are used to specify IDs in the URL.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetIdParameterNamesAndValues">
            <summary>
            Gets the names and values of the ID parameters that are used to specify IDs in the URL.
            </summary>
            <returns>The names and values of the ID parameters that are used to specify IDs in the URL.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.IsReferencableResource">
            <summary>
            Checks whether the current cmdlet interacts with a resource which can be referenced by
            other OData properties/collections.
            </summary>
            <returns>True if the resource can be referenced, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.IsKnownODataType(System.String)">
            <summary>
            Determines whether the given ODataType is the known type or subtype of the resources
            this cmdlet interacts with.
            </summary>
            <param name="odataType">The ODataType to check.</param>
            <returns>True if the OData type is known, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ProcessResultObject(System.Object)">
            <summary>
            Processes a result object.
            </summary>
            <param name="obj">The result object to process</param>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHttpMethod">
            <summary>
            Returns the HTTP method to be used for the network call. This method should never return null.
            </summary>
            <remarks>
            This method returns "GET" if it is not overridden.
            </remarks>
            <returns>The HTTP method.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetResourcePath">
            <summary>
            Returns the path to the resource. This may be either a relative or absolute URL. This method should never return null.
            </summary>
            <returns>The path to the resource.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetUrlQueryOptions">
            <summary>
            Returns a mapping of query options to their values. This method should never return null.
            Implementations of this method should first call <code>base.GetUrlQueryOptions()</code> and then
            add additional query options to the result.
            </summary>
            <remarks>
            The keys should be the full query option name (i.e. WITH the "$" prefix for "$select", "$expand", etc.).
            </remarks>
            <returns>The mapping of query options to their values.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent">
            <summary>
            Returns the content to be sent in the network call. This method may return null if there is no content to send.
            </summary>
            <remarks>
            This method returns null if it is not overridden.
            </remarks>
            <returns>The request content.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContentType">
            <summary>
            Returns the content (MIME) type for the HTTP request.
            </summary>
            <remarks>
            This method returns "application/json" if it is not overridden.
            </remarks>
            <returns>The request's content type.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetHeaders">
            <summary>
            Returns a mapping of header names to their values. This method should never return null.
            Implementations of this method should first call <code>base.GetHeaders()</code> and then
            add additional headers to the result.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ProceedWithCall(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Object,System.String)">
            <summary>
            A confirmation step that the call should proceed to be made. This method allows for derived types to have an opportunity to
            stop execution without throwing an exception.
            </summary>
            <param name="httpMethod">The evaluated HTTP method</param>
            <param name="resourcePath">The evaluated OData resource path</param>
            <param name="queryOptions">The evaluated query options</param>
            <param name="content">The evaluated content</param>
            <param name="contentType">The evaluated MIME type</param>
            <returns>True if the cmdlet should proceed with making the HTTP call, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.WriteContent(System.Object)">
            <summary>
            Converts the content obtained from the <see cref="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.GetContent" /> method into an <see cref="T:System.Net.Http.HttpContent" /> object.
            </summary>
            <remarks>
            This method defaults to converting the object to a JSON string and then wrapping it in a <see cref="T:System.Net.Http.StringContent" /> object.
            </remarks>
            <param name="content">The content to be converted</param>
            <returns>The converted HttpContent object.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.ReadResponse(System.String)">
            <summary>
            Converts the body of an HTTP response to a C# object.
            </summary>
            <remarks>
            This method defaults to assuming a JSON response body, and then converting it to a <see cref="T:System.Management.Automation.PSObject" /> instance.
            If the response body is a primitive value, it is returned without wrapping it in a <see cref="T:System.Management.Automation.PSObject" /> instance.
            </remarks>
            <param name="content">The HTTP response body</param>
            <returns>The converted object.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.System#Management#Automation#IDynamicParameters#GetDynamicParameters">
            <summary>
            The parameters that are added at runtime.
            </summary>
            <returns>A <see cref="T:System.Management.Automation.RuntimeDefinedParameterDictionary" />.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase.Run">
            <summary>
            Runs a cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PatchCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that update OData resources.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that create OData resources.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet">
            <summary>
            The common behavior between cmdlets that create or update OData resources.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet.SharedParameterSet">
            <summary>
            The name of the parameter set which allows manual selection of the OData type.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet.ODataType">
            <summary>
            <para type="description">The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</para>
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostOrPatchCmdlet.GetODataType">
            <summary>
            Gets the currently selected OData type.
            </summary>
            <returns>The OData type.</returns>
            <exception cref="T:System.Management.Automation.PSArgumentException">If neither the ODataType property nor any of the type switches are set.</exception>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PostReferenceToCollectionCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that create references from an OData resource to a collection.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.PutReferenceToEntityCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that create references from an OData resource to a single entity.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateStreamCmdlet">
            <summary>
            The common behavior between all OData PowerShell SDK cmdlets that update a stream.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateStreamCmdlet.Data">
            <summary>
            <para type="description">The new data.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateStreamCmdlet.ContentType">
            <summary>
            <para type="description">The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</para>
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.MainClass">
            <summary>
            This is a required hack.
            We have to set the output type of this project to "Exe", otherwise dependencies are not copied to the output folder.
            There is a target in the *.csproj to rename the exe to a dll in order to get the regular behavior back.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer">
            <summary>
            Initializes this PowerShell module.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer.OnImport">
            <summary>
            The initialization logic for this PowerShell module.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ModuleInitializer.InitReferenceUrlGeneratorCache">
            <summary>
            Creates the reference URL generator cache.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect">
            <summary>
            <para type="description">Authenticates with Graph.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ParameterSetAdminConsent">
            <summary>
            Parameter set for triggering the admin consent flow during authentication.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ParameterSetAppOnly">
            <summary>
            Parameter set for triggering app-only authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ForceInteractive">
            <summary>
            <para type="description">
            If the ForceInteractive flag is set, this cmdlet will always create an interactive window to authenticate.
            If the ForceInteractive flag is not set, this cmdlet is attempt to authenticate with cached credentials before falling back to showing an interactive window.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ForceNonInteractive">
            <summary>
            <para type="description">
            If the ForceNonInteractive flag is set, this cmdlet will never create an interactive window to authenticate, and will throw an "AdalException" if authentication fails.
            If the ForceNonInteractive flag is not set, this cmdlet is attempt to authenticate with cached credentials before falling back to showing an interactive window.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.Credential">
            <summary>
            <para type="description">
            The PSCredential object to use when specifying the username and password while authenticating.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ClientSecret">
            <summary>
            <para type="description">
            If the client secret is set, app-only authentication will be performed using the client ID specified by the AppId environment parameter.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.AdminConsent">
            <summary>
            <para type="description">
            If the AdminConsent flag is set, admin consent can be granted for the currently selected AppId
            (this can be seen with the "Get-MSGraphEnvironment" cmdlet) during authentication.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.Quiet">
            <summary>
            <para type="description">
            If the '-Quiet' flag is set, this cmdlet will suppress output upon successfully logging in.
            </para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.PassThru">
            <summary>
            <para type="description">
            If the PassThru flag is set, this cmdlet will return the access token that was obtained.
            This flag is ignored if the '-Quiet' flag is set.
            </para>
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.Connect.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters">
            <summary>
            <para type="description">Returns the currently set environment parameters.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetEnvironmentParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters">
            <summary>
            <para type="description">Updates the environment parameters.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.SchemaVersion">
            <summary>
            <para type="description">The name of the Graph schema version to select.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.AppId">
            <summary>
            <para type="description">The AppId to use when authenticating.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.RedirectLink">
            <summary>
            <para type="description">The Redirect URL to use when authenticating.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.AuthUrl">
            <summary>
            <para type="description">The AAD endpoint to call when authenticating.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.GraphResourceId">
            <summary>
            <para type="description">The Microsoft Graph Resource ID.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.GraphBaseUrl">
            <summary>
            <para type="description">The Microsoft Graph base URL.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.Quiet">
            <summary>
            <para type="description">Suppresses the output of this cmdlet.</para>
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.UpdateEnvironmentParameters.ProcessRecord">
            <summary>
            Run the cmdlet.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata">
            <summary>
            <para type="description">Gets the $metadata for the currently selected Graph schema.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetMetadata.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage">
            <summary>
            <para type="description">Gets the next page of a search result if an @odata.nextLink is provided.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.NextLink">
            <summary>
            <para type="description">The value provided in the search result in the "@odata.nextLink" property.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Filter">
            <summary>
            Hides $filter.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Skip">
            <summary>
            Hides $skip.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.Top">
            <summary>
            Hides $top.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.GetNextPage.MaxPageSize">
            <summary>
            Hides the "odata.maxpagesize" header.
            </summary>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest">
            <summary>
            <para type="description">Sends a custom request with the currently active authentication token.</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.CmdletVerb">
            <summary>
            Cmdlet name's verb.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.CmdletNoun">
            <summary>
            Cmdlet name's noun.
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.HttpMethod">
            <summary>
            <para type="description">The HTTP method to use when making the request.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Url">
            <summary>
            <para type="description">The URL to send the request to.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Headers">
            <summary>
            <para type="description">The headers that should be sent with the request.</para>
            <para type="description">The authentication token (i.e. the "Bearer" header) is automatically added to the request.</para>
            </summary>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.Content">
            <summary>
            <para type="description">The content that should be sent in the body of the request.</para>
            <para type="description">PSObject, Hashtable and HttpContent values will be serialized as JSON, and strings will be sent as-is</para>
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.InvokeRequest.customContentType">
            <summary>
            Tracks the custom content type if one is provided by the user.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.WriteJson(System.Object,System.Boolean)">
            <summary>
            Serializes an object into a JSON string.
            </summary>
            <param name="obj">The object to serialize</param>
            <param name="prettyPrint">Whether or not to pretty print (i.e. indent) the JSON output</param>
            <returns>The JSON string.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.ReadJson``1(System.String)">
            <summary>
            Deserializes a JSON string into an object of the given type.
            </summary>
            <param name="json">The JSON string</param>
            <returns>The deserialized object.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.ReadJson(System.String)">
            <summary>
            Deserializes a JSON string into a JToken object.
            </summary>
            <param name="json">The JSON string</param>
            <returns>The deserialized JToken object.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.TryReadJson``1(System.String,``0@)">
            <summary>
            Safely deserializes a JSON string into an object of the given type.
            </summary>
            <param name="json">The JSON string</param>
            <param name="result">The deserialized object if the string is a valid JSON string, otherwise null</param>
            <returns>True if the string is a valid JSON string, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.TryReadJson(System.String,Newtonsoft.Json.Linq.JToken@)">
            <summary>
            Safely deserializes a JSON string into a JToken object.
            </summary>
            <param name="json">The JSON string</param>
            <param name="result">The deserialized JToken if the string is a valid JSON string, otherwise null</param>
            <returns>True if the string is a valid JSON string, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.TryReadAsPowerShellObject(System.String,System.Object@)">
            <summary>
            Safely deserializes a JSON string into a PowerShell object.
            </summary>
            <param name="json">The JSON string</param>
            <param name="result">The deserialized PowerShell object if the string is a valid JSON string, otherwise null</param>
            <returns>True if the string is a valid JSON string, otherwise false.</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.JsonUtils.ToPowerShellObject(Newtonsoft.Json.Linq.JToken)">
            <summary>
            Converts a JToken into an object that is native to PowerShell.
            </summary>
            <param name="json">The JToken representing the json</param>
            <returns>The native PowerShell object.</returns>
        </member>
        <member name="T:Microsoft.Intune.PowerShellGraphSDK.ODataTypeUtils">
            <summary>
            Utility methods for OData (Edm) type conversions.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ODataTypeUtils.GetReferenceUrlParameterName(System.String)">
            <summary>
            Gets the name of a parameter which can accept a reference URL for the given type.
            </summary>
            <param name="typeFullName">The fully qualified name of the type (i.e. including the namespace)</param>
            <returns>The name of the parameter</returns>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ODataTypeUtils.GetShortTypeName(System.String)">
            <summary>
            Gets the short name of a type given its full type name.
            </summary>
            <param name="typeFullName">The type's full name</param>
            <returns>The type's short name.</returns>
        </member>
        <member name="P:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator.Cache">
            <summary>
            The cache of cmdlet nouns to <see cref="T:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator" /> objects.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator._cmdletInstance">
            <summary>
            An instance of the cmdlet type that we should use to get the resource URL.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator._idProperty">
            <summary>
            The "id" property on the cmdlet instance that we need to set before getting the resource URL.
            </summary>
        </member>
        <member name="F:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator._placeholderProperties">
            <summary>
            The URL placeholder properties on the cmdlet instance that we need to set before getting the resource URL.
            </summary>
        </member>
        <member name="M:Microsoft.Intune.PowerShellGraphSDK.ReferencePathGenerator.GenerateResourcePath(Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets.ODataCmdletBase,System.String)">
            <summary>
            Generates a resource path from the given object ID.
            </summary>
            <param name="currentCmdlet">The currently running cmdlet (which has the properties that represent URL placeholders)</param>
            <param name="id">The ID of the object being referenced</param>
            <returns>The generated URL.</returns>
        </member>
    </members>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>7V8961aHJ66pXNBeqErjZDl6Vaw=</DigestValue></Reference></SignedInfo><SignatureValue>crSpF27w1NRhfU74MvIucqYePeQdlgi5m2S+EOSCHpm2NM4W2YJ9v1TBrQUJjou6kdSmBZgMxm1yLYsR052xXCAsm3udNZpdRm/bM53yPrZEsI2IGyvGQ3+xbqWmhKyALuaz/33jXXZb5pfRfKPqgyhTGKipYMo3adooIXeqiCDZ+XZrEonOFB86x8HEUfPxCuFJjF2JXTCWpP+vimgbwoH+2dXkJXpn8SfsiTUFJfvI9acAfkR6RUQtSOe/ViUFndFibeX2njoNLIKqvYP44yH6C1KtxUvtyfHyM7S1DmfAZISJSfH4oViZydS8WA05dCo6fa1hoc5UBjEg87xLgw==</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>uscPDbgf6ehxz8GJNS8PU72SghXw/BBUFg7RBto9IU1Z4sPLCm2UsP77hVMPwtVgEC7ojc46piUC6UCYL3vqlKgO/Jjnb6wP7ntHTtOTYADjUMcgTV4IEws1bogcERHc8JNE9X7iof8O+PBgnpweIl/4pdUWlSkI8u3wBA7e6ELZWIyLPOWLapQ+1YhjPzHPqGo4ZkdZ5DzGue5apcyJUCM0cjVMDNuzo5c+KQv7OLUk/ZwI/4n5yAgaA0ELaeK7+3WZFkZwqyV0m7PL3xNWBWZR6zHv8uCrGGs8apaWuil7l6FVXWrE3fQwDfLiYxbBQ2qFnw1Fac4RgMBbpPKS5w==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIE8zCCA9ugAwIBAgITMwAAAeN9ox+ChNzkoQACAAAB4zANBgkqhkiG9w0BAQUFADB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQDExpNaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQTAeFw0xOTA1MDIyMTIwMzJaFw0yMDA1MDIyMTIwMzJaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xHjAcBgNVBAMTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALrHDw24H+nocc/BiTUvD1O9koIV8PwQVBYO0QbaPSFNWeLDywptlLD++4VTD8LVYBAu6I3OOqYlAulAmC976pSoDvyY52+sD+57R07Tk2AA41DHIE1eCBMLNW6IHBER3PCTRPV+4qH/DvjwYJ6cHiJf+KXVFpUpCPLt8AQO3uhC2ViMizzli2qUPtWIYz8xz6hqOGZHWeQ8xrnuWqXMiVAjNHI1TAzbs6OXPikL+zi1JP2cCP+J+cgIGgNBC2niu/t1mRZGcKsldJuzy98TVgVmUesx7/LgqxhrPGqWlrope5ehVV1qxN30MA3y4mMWwUNqhZ8NRWnOEYDAW6TykucCAwEAAaOCAXcwggFzMBMGA1UdJQQMMAoGCCsGAQUFBwMDMB0GA1UdDgQWBBSsQpZ1w+qoy5yTwPRr/l8fbMbkMDBQBgNVHREESTBHpEUwQzEpMCcGA1UECxMgTWljcm9zb2Z0IE9wZXJhdGlvbnMgUHVlcnRvIFJpY28xFjAUBgNVBAUTDTIyOTgwMys0NTQxMDUwHwYDVR0jBBgwFoAU23C8UjSUneuXJ6bW1Ni9qm1HCE4wYgYDVR0fBFswWTBXoFWgU4ZRaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMvTWljcm9zb2Z0JTIwQ29kZSUyMFNpZ25pbmclMjBQQ0EoMikuY3JsMGYGCCsGAQUFBwEBBFowWDBWBggrBgEFBQcwAoZKaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNyb3NvZnQlMjBDb2RlJTIwU2lnbmluZyUyMFBDQSgyKS5jcnQwDQYJKoZIhvcNAQEFBQADggEBADnobpnS8xmUVOzSwCWfjC++PEcumOy7xqaY869jaApHTOVNEuYJ4MEnuqY5/6eYbMOnuL8Q90leZuOj97ertHIxvRJyVN3M5Z9uhFXrbt8okoQK3NqTwiBPS06+1KPOW1I1biMUgpHAkzn9bpJLhjD+DlrfoUmQF6BphA2rxdaxo5UiFrT7LS/jguKUKbjPY4SofLnAyJtKCUK023ItQ/NA0P91Hit0jxnW6XpmFSBZp1BUUpwosaIWATQ/YsibdlTHigK3Ec+Mv6W5eSPd2q6MVCOJKu7oy/hwd8aqoe6zTZPe5NIWhyaHptNWjxr2u306lqEu5HcZJ5BwAIUdmnA=</X509Certificate><X509Certificate>MIIFvDCCA6SgAwIBAgIKYQQ1RQAAAAAAPzANBgkqhkiG9w0BAQUFADBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMTgwOTIwMTc0MjAwWhcNMjEwNTA5MjMyODEzWjB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQDExpNaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANDTCMwSFqzT4NFGx9QeZsmnXQoRfh8U6j0WvMDnMYMb7NSF4Oy4670y/58I1cpBhPY3ne98VxKSyMrB6VoSYKoxDe6Ko2HvkiKSfFYWDjRikBZeWo4u3xtAKtA97WFE2I4Dpxw2EH9ZwmP04cDT7/F/94+FoV8rHIDCkFBfGYEGCdKQ6aC3LEQAQcZlUhc3LPnuut70BZ0slLWuY5BRscH9/jhefPXgrPb99O60KUDflHYqvRllr4xttieuwqf3sRUL5pVqgcan32aOaHd//V6tzcAJEA7wGVLJwXNRkyq2USOgSazyC9QErthQXt9PYz+1L4+sy00rcfRZKAUnTQUCAwEAAaOCAV4wggFaMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNtwvFI0lJ3rlyem1tTYvaptRwhOMAsGA1UdDwQEAwIBhjASBgkrBgEEAYI3FQEEBQIDAgACMCMGCSsGAQQBgjcVAgQWBBQ8r5ui21VwyvdpQv+ZEBuZOIjiVzAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAfBgNVHSMEGDAWgBQOrIJgQFYnl+UlE/wq4QpTlVnkpDBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9taWNyb3NvZnRyb290Y2VydC5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUFBzAChjhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29mdFJvb3RDZXJ0LmNydDANBgkqhkiG9w0BAQUFAAOCAgEAPXvYLuA280KYVU8PG+SfB6j28gHmkjkKraifDsoEsP4iy4V5Q4rd4use9LM1g8uF5qQtPk2iCFGXJMoYuK7U+GOHipiJ6bDSCm0uVTXALHlhxrYeTZtWJokf4L9l/8gu5DxIZcXYRPTm7TQN3qkD9GO8nLy8ZKZVvaC3kc5lftYTjPIwpaznO9HtsnXWXc+Ah6Rx3EKRztKTsN5U5fV8Idzsi7zgfuy3KQlQrQYrOtcbPYyVV4HNOJiw35o40IHukye2Fcp5BTs06N3TIshlG/JMYTyVhi4yaMspmZL1dqrfhimgDA3jtLORTJJnWlTRWSfT7khCbjFMD+5Mop5oxyNKrlTjlJUDbKWcktsoD9oGWUQQl4Dw8qiFsz0V8CrxN4ntPTfFOKcqR5tnWbQt9XqzHned6EpJKnQ3q+KSL9wQ+EMttTLc+Y0VvUxJjKeuF8GzR+i+nvkxBmTF3tL+oqW0CHVJe2Ri/AOgfrnmkWdcQRcOR+RONi3oN7gba4AUFD9SoMCpliIlHRfxOVvtmkV6jsYZv8QU6+MQk+JkiM6LgMnAfbaLbVcTWyp7b2x+i0MQzw36XY1n1IvADPPaTnrv6u+v3700EvuJtKtnbptk9YsOTKozA4iCHAdRcFUUwVx9792nVd/Dx6OMHBtGehrz1n8WRNbrY9J9CLQidRc=</X509Certificate><X509Certificate>MIIFmTCCA4GgAwIBAgIQea0WoUqgpa1Mc1j0BxMuZTANBgkqhkiG9w0BAQUFADBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDEwNTA5MjMxOTIyWhcNMjEwNTA5MjMyODEzWjBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDzXfqAZ9Rap6kMLJAg0DUIPHWEzbcHiZyJ2t7Ow2D6kWhanpRxKRh2fMLgyCV2lA5Y+gQ0Nubfr/eAuulYCyuT5Z0F43cikfc0ZDwikR1e4QmQvBT+/HVYGeF5tweSo66IWQjYnwfKA1j8aCltMtfSqMtL/OELSDJP5uu4rU/kXG8TlJnbldV126gat5SRtHdb9UgMj2p5fRRwBH1tr5D12nDYR7e/my9s5wW34RFgrHmRFHzF1qbk4X7Vw37lktI8ALU2gt554W3ztW74nzPJy1J9c5g224uha6KVl5uj3sJNJv8GlmclBsjnrOTuEjOVMZnINQhONMp5U9W1vmMyWUA2wKVOBE0921sHM+RYv+8/U2TYQlk1V/0PRXwkBE2e1jh0EZcikM5oRHSSb9VLb7CG48c2QqDQ/MHAWvmjYbkwR3GWChawkcBCle8Qfyhq4yofseTNAz93cQTHIPxJDx1FiKTXy36IrY4t7EXbxFEEySr87IaemhGXW97OU4jm4rf9rJXCKEDb7wSQ34EzOdmyRaUjhwalVYkxuwYtYA5BGH0fLrWXyxHrFdUkpZTvFRSJ/Utz+jJb/NEzAPlZYnAHMuouq0Ate8rdIWcbMJmPFqojqEHRsG4RmzbE3kB0nOFYZcFgHnpbOMiPuwQmfNQWQOW2a2yqhv0Av87BNQIDAQABo1EwTzALBgNVHQ8EBAMCAcYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUDqyCYEBWJ5flJRP8KuEKU5VZ5KQwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggIBAMURTQM6YN1dUhF3j7K7NsiyBb+0t6jYIJ1cEwO2HCL6BhM1tshj1JpHbyZX0lXxBLEmX9apUGigvNK4bszD6azfGc14rFl0rGY0NsQbPmw4TDMOMBINoyb+UVMA/69aToQNDx/kbQUuToVLjWwzb1TSZKu/UK99ejmgN+1jAw/8EwbOFjbUVDuVG1FiOuVNF9QFOZKaJ6hbqr3su77jIIlgcWxWs6UT0G0OI36VA+1oPfLYY7hrTbboMLXhypRL96KqXZkwsj2nwlFsKCABJCcrSwC3nRFrcL6yEIK8DJto0I07JIeqmShynTNfWZC99d6TnjpiWjQ54ohVHbkGsMGJay3XacMZEjaE0Mmg2v8vaXiy5Xra69cMwPe9Yxe4ORM4ojZbe/KFVmodZGLBOOKqv1FmopT1EpxmIhBr8rcwki3yKfA9OxRDaKLxnCk3y844ICVtfGfzfiQSJAMIgUfspZ6X9RjXz7vV73aW7/3O21adlaBC+ZdY4dcxItNfWeY+biIA6kOEtiXb2fMIVmjAZGsdfOy2k6JiV24u2OdYj8QxSSbd3ik1h/UwcXBbFDxpvYkSfesuo/7Yf56CWlIKK8FDK9kwiJ/IEPuJjeahhXUzfmye23MTZGJppS99ypZtn/gETTCSPW4hFCHJPeDD/YprnUr90aGdmUN3P7Da</X509Certificate></X509Data></KeyInfo><Object Id="ts-countersig"><X509Data><X509Certificate>MIIE2jCCA8KgAwIBAgITMwAAARmoHXguc2myCQAAAAABGTANBgkqhkiG9w0BAQUFADB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwHhcNMTgxMDI0MjEwNzMyWhcNMjAwMTEwMjEwNzMyWjCByjELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjElMCMGA1UECxMcTWljcm9zb2Z0IEFtZXJpY2EgT3BlcmF0aW9uczEmMCQGA1UECxMdVGhhbGVzIFRTUyBFU046N0JGMS1FM0VBLUI4MDgxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZpY2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCZD00sf9qDyvEHNMYfclRQ1uBs+M3hWBs9VbxN1mohoG3UDALe1YqVr1KBwwSXrcDqT77wj2owEQH5UdJS1CqxCnRG37fXAx3y8TodUGHA0pe4YP8l6VhMmT9j3q3w6dV+MkiVtk1me0Bz2WD9/i4kTLS5RAk+xq8kQ+leIt1JGXmfyeMPUP6oz1NfQ0MasCbjjtj3KVkzFOrssn59kgtEZZ8HKaFhaVePnI8aXIMtUB3diJCkU+3b9OR4kWLyJanEdM9yP2ULIjc8lv3YRXpdBBBDjOpTBFSHQjc31hX2iGpgyOomRp9DgR0ex8frlXIlYdLYYK/GwWCGfdD7JOdnAgMBAAGjggEJMIIBBTAdBgNVHQ4EFgQUZam8js8gwr3d+ZA5flOCnYD+QKwwHwYDVR0jBBgwFoAUIzT42VJGcArtQPt2+7MrsMM1sw8wVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMvTWljcm9zb2Z0VGltZVN0YW1wUENBLmNybDBYBggrBgEFBQcBAQRMMEowSAYIKwYBBQUHMAKGPGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljcm9zb2Z0VGltZVN0YW1wUENBLmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG9w0BAQUFAAOCAQEAVB76gZTgcghNM6gVhwGfQ5wb6R+cjoXb9laCIgithQkP3mHSyibxlj1kzF7UB4fniKAje+M0wskQR/X9l8kRSTHaqJgWE+3J/CGNXJ0E4LnVXSCWGK4tBjqOmUQIM7cLQHZL1fW4yeskHNcXk2ue++glhCVS26o+GTXSgDTbe38IgBOeNx5TjreZ/zcocp9fjvjwfAhZZxHzoUwjDFwPOr3eNqOBz0Ft2iwJ30/ZnsNv6RxFtNCiMlVddZ7qnvzwrVvbUDwgScQOeUvuRswTMJ5dFH4+fkLsbJeaVXQBxUxQR/glmn0EQufWGQnNAMbNYhnJc6fFGfNaLq8ia7KGAQ==</X509Certificate><X509Certificate>MIIGBzCCA++gAwIBAgIKYRZoNAAAAAAAHDANBgkqhkiG9w0BAQUFADBfMRMwEQYKCZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJbWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcwNDAzMTI1MzA5WhcNMjEwNDAzMTMwMzA5WjB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCfoWyx39tIkip8ay4Z4b3i48WZUSNQrc7dGE4kD+7Rp9FMrXQwIBHrB9VUlRVJlBtCkq6YXDAm2gBr6Hu97IkHD/cOBJjwicwfyzMkh53y9GccLPx754gd6udOo6HBI1PKjfpFzwnQXq/QsEIEovmmbJNn1yjcRlOwhtDlKEYuJ6yGT1VSDOQDLPtqkJAwbofzWTCd+n7Wl7PoIZd++NIT8wi3U21StEWQn0gASkdmEScpZqiX5NMGgUqi+YSnEUcUCYKfhO1VeP4Bmh1QCIUAEDBG7bfeI0a7xC1Un68eeEExd8yb3zuDk6FhArUdDbH895uyAc4iS1T/+QXDwiALAgMBAAGjggGrMIIBpzAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQjNPjZUkZwCu1A+3b7syuwwzWzDzALBgNVHQ8EBAMCAYYwEAYJKwYBBAGCNxUBBAMCAQAwgZgGA1UdIwSBkDCBjYAUDqyCYEBWJ5flJRP8KuEKU5VZ5KShY6RhMF8xEzARBgoJkiaJk/IsZAEZFgNjb20xGTAXBgoJkiaJk/IsZAEZFgltaWNyb3NvZnQxLTArBgNVBAMTJE1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eYIQea0WoUqgpa1Mc1j0BxMuZTBQBgNVHR8ESTBHMEWgQ6BBhj9odHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9taWNyb3NvZnRyb290Y2VydC5jcmwwVAYIKwYBBQUHAQEESDBGMEQGCCsGAQUFBzAChjhodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29mdFJvb3RDZXJ0LmNydDATBgNVHSUEDDAKBggrBgEFBQcDCDANBgkqhkiG9w0BAQUFAAOCAgEAEJeKw1wDRDbd6bStd9vOeVFNAbEudHFbbQwTq86+e4+4LtQSooxtYrhXAstOIBNQmd16QOJXu69YmhzhHQGGrLt48ovQ7DsB7uK+jwoFyI1I4vBTFd1Pq5Lk541q1YDB5pTyBi+FA+mRKiQicPv2/OR4mS4N9wficLwYTp2OawpylbihOZxnLcVRDupiXD8WmIsgP+IHGjL5zDFKdjE9K3ILyOpwPf+FChPfwgphjvDXuBfrTot/xTUrXqO/67x9C0J71FNyIe4wyrt4ZVxbARcKFA7S2hSY9Ty5ZlizLS/n+YWGzFFW6J1wlGysOUzU9nm/qhh6YinvopspNAZ3GmLJPR5tH4LwC8csu89Ds+X57H2146SodDW4TsVxIxImdgs8UoxxWkZDFLyzs7BNZ8ifQv+AeSGAnhUwZuhCEl4ayJ4iIdBD6Svpu/RIzCzU2DKATCYqSCRfWupW76bemZ3KOm+9gSd0BhHudiG/m4LBJ1S2sWo9iaF2YbRuoROmv6pH8BJv/YoybLL+31HIjCPJZr2dHYcSZAI9La9Zj7jkIeW1sMpjtHhUBdRBLlCslLCleKuzoJZ1GtmShxN1Ii8yqAhuoFuMJb+g74TKIdbrHk/Jmu5J4PcBZW+JC33Iacjmbuqnl84xKf8OxVtc2E0bodj6L54/LlUWa8kTo/0=</X509Certificate></X509Data><CounterSignature ts-format="cms-timestamp-message" xmlns="http://schemas.microsoft.com/xmldsig/timestamp/2003">MIIRCwYJKoZIhvcNAQcCoIIQ/DCCEPgCAQMxCzAJBgUrDgMCGgUAMIIBEwYJKoZIhvcNAQcBoIIBBASCAQBytKkXbvDU1GF9Tvgy8i5yph495B2WCLmbZL4Q5IIembY0zhbZgn2/VMGtBQmOi7qR1KYFmAzGbXItixHTnbFcICybe501ml1Gb9sznfI+tkSwjYgbK8ZDf7FupaaErIAu5rP/feNddlvml9F8o+qDKFMYqKlgyjdp2ighd6qIINn5dmsSic4UHzrHwcRR8/EK4UmMXYldMJak/6+KaBvCgf7Z1eQlemfxJ+yJNQUl+8j1pwB+RHpFRC1I579WJQWd0WJt5faeOg0sgqq9g/jjIfoLUq3FS+3J8fIztLUOZ8BkhIlJ8fihWJnJ1LxYDTl0Kjp9rWGhzlQGMSDzvEuDoIINtDCCBNowggPCoAMCAQICEzMAAAEZqB14LnNpsgkAAAAAARkwDQYJKoZIhvcNAQEFBQAwdzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBMB4XDTE4MTAyNDIxMDczMloXDTIwMDExMDIxMDczMlowgcoxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJTAjBgNVBAsTHE1pY3Jvc29mdCBBbWVyaWNhIE9wZXJhdGlvbnMxJjAkBgNVBAsTHVRoYWxlcyBUU1MgRVNOOjdCRjEtRTNFQS1CODA4MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmQ9NLH/ag8rxBzTGH3JUUNbgbPjN4VgbPVW8TdZqIaBt1AwC3tWKla9SgcMEl63A6k++8I9qMBEB+VHSUtQqsQp0Rt+31wMd8vE6HVBhwNKXuGD/JelYTJk/Y96t8OnVfjJIlbZNZntAc9lg/f4uJEy0uUQJPsavJEPpXiLdSRl5n8njD1D+qM9TX0NDGrAm447Y9ylZMxTq7LJ+fZILRGWfBymhYWlXj5yPGlyDLVAd3YiQpFPt2/TkeJFi8iWpxHTPcj9lCyI3PJb92EV6XQQQQ4zqUwRUh0I3N9YV9ohqYMjqJkafQ4EdHsfH65VyJWHS2GCvxsFghn3Q+yTnZwIDAQABo4IBCTCCAQUwHQYDVR0OBBYEFGWpvI7PIMK93fmQOX5Tgp2A/kCsMB8GA1UdIwQYMBaAFCM0+NlSRnAK7UD7dvuzK7DDNbMPMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcmwwWAYIKwYBBQUHAQEETDBKMEgGCCsGAQUFBzAChjxodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcnQwEwYDVR0lBAwwCgYIKwYBBQUHAwgwDQYJKoZIhvcNAQEFBQADggEBAFQe+oGU4HIITTOoFYcBn0OcG+kfnI6F2/ZWgiIIrYUJD95h0som8ZY9ZMxe1AeH54igI3vjNMLJEEf1/ZfJEUkx2qiYFhPtyfwhjVydBOC51V0glhiuLQY6jplECDO3C0B2S9X1uMnrJBzXF5NrnvvoJYQlUtuqPhk10oA023t/CIATnjceU463mf83KHKfX4748HwIWWcR86FMIwxcDzq93jajgc9BbdosCd9P2Z7Db+kcRbTQojJVXXWe6p788K1b21A8IEnEDnlL7kbMEzCeXRR+Pn5C7GyXmlV0AcVMUEf4JZp9BELn1hkJzQDGzWIZyXOnxRnzWi6vImuyhgEwggYHMIID76ADAgECAgphFmg0AAAAAAAcMA0GCSqGSIb3DQEBBQUAMF8xEzARBgoJkiaJk/IsZAEZFgNjb20xGTAXBgoJkiaJk/IsZAEZFgltaWNyb3NvZnQxLTArBgNVBAMTJE1pY3Jvc29mdCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eTAeFw0wNzA0MDMxMjUzMDlaFw0yMTA0MDMxMzAzMDlaMHcxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xITAfBgNVBAMTGE1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ+hbLHf20iSKnxrLhnhveLjxZlRI1Ctzt0YTiQP7tGn0UytdDAgEesH1VSVFUmUG0KSrphcMCbaAGvoe73siQcP9w4EmPCJzB/LMySHnfL0Zxws/HvniB3q506jocEjU8qN+kXPCdBer9CwQgSi+aZsk2fXKNxGU7CG0OUoRi4nrIZPVVIM5AMs+2qQkDBuh/NZMJ36ftaXs+ghl3740hPzCLdTbVK0RZCfSABKR2YRJylmqJfk0waBSqL5hKcRRxQJgp+E7VV4/gGaHVAIhQAQMEbtt94jRrvELVSfrx54QTF3zJvfO4OToWECtR0Nsfz3m7IBziJLVP/5BcPCIAsCAwEAAaOCAaswggGnMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFCM0+NlSRnAK7UD7dvuzK7DDNbMPMAsGA1UdDwQEAwIBhjAQBgkrBgEEAYI3FQEEAwIBADCBmAYDVR0jBIGQMIGNgBQOrIJgQFYnl+UlE/wq4QpTlVnkpKFjpGEwXzETMBEGCgmSJomT8ixkARkWA2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEtMCsGA1UEAxMkTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5ghB5rRahSqClrUxzWPQHEy5lMFAGA1UdHwRJMEcwRaBDoEGGP2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL21pY3Jvc29mdHJvb3RjZXJ0LmNybDBUBggrBgEFBQcBAQRIMEYwRAYIKwYBBQUHMAKGOGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljcm9zb2Z0Um9vdENlcnQuY3J0MBMGA1UdJQQMMAoGCCsGAQUFBwMIMA0GCSqGSIb3DQEBBQUAA4ICAQAQl4rDXANENt3ptK132855UU0BsS50cVttDBOrzr57j7gu1BKijG1iuFcCy04gE1CZ3XpA4le7r1iaHOEdAYasu3jyi9DsOwHu4r6PCgXIjUji8FMV3U+rkuTnjWrVgMHmlPIGL4UD6ZEqJCJw+/b85HiZLg33B+JwvBhOnY5rCnKVuKE5nGctxVEO6mJcPxaYiyA/4gcaMvnMMUp2MT0rcgvI6nA9/4UKE9/CCmGO8Ne4F+tOi3/FNSteo7/rvH0LQnvUU3Ih7jDKu3hlXFsBFwoUDtLaFJj1PLlmWLMtL+f5hYbMUVbonXCUbKw5TNT2eb+qGHpiKe+imyk0BncaYsk9Hm0fgvALxyy7z0Oz5fnsfbXjpKh0NbhOxXEjEiZ2CzxSjHFaRkMUvLOzsE1nyJ9C/4B5IYCeFTBm6EISXhrIniIh0EPpK+m79EjMLNTYMoBMJipIJF9a6lbvpt6Znco6b72BJ3QGEe52Ib+bgsEnVLaxaj2JoXZhtG6hE6a/qkfwEm/9ijJssv7fUciMI8lmvZ0dhxJkAj0tr1mPuOQh5bWwymO0eFQF1EEuUKyUsKV4q7OglnUa2ZKHE3UiLzKoCG6gW4wlv6DvhMoh1useT8ma7kng9wFlb4kLfchpyOZu6qeXzjEp/w7FW1zYTRuh2Povnj8uVRZryROj/aGCAscwggIwAgEBMIH4oYHQpIHNMIHKMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSUwIwYDVQQLExxNaWNyb3NvZnQgQW1lcmljYSBPcGVyYXRpb25zMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjo3QkYxLUUzRUEtQjgwODElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2VydmljZaIjCgEBMAcGBSsOAwIaAxUAc8kty1BIlv7Xsgtd4vfY3RMha4qgfTB7pHkwdzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBMA0GCSqGSIb3DQEBBQUAAgUA4NClJTAiGA8yMDE5MDcxMTAxNTU0OVoYDzIwMTkwNzEyMDE1NTQ5WjB3MD0GCisGAQQBhFkKBAExLzAtMAoCBQDg0KUlAgEAMAoCAQACAhMxAgH/MAcCAQACAhHrMAoCBQDg0falAgEAMDYGCisGAQQBhFkKBAIxKDAmMAwGCisGAQQBhFkKAwKgCjAIAgEAAgMHoSChCjAIAgEAAgMBhqAwDQYJKoZIhvcNAQEFBQADgYEAAcJ/0hf5KZbg/LH9cyfi9n0ahhYhaU7sSfvKiinSV1JkXwuxLBJ32l+rosC+sB/9prl8EaBwkMHS17V9tGa2BvOOsb8994OUtGc3cw2VApcT6/Q0cLr0te/M72zkm2W4or0Z0pjacS80tGg5RzcuLb52u92mhKaMPot6X6IZX38xggIVMIICEQIBATCBjjB3MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0ECEzMAAAEZqB14LnNpsgkAAAAAARkwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE5MDcxMTA0MTIzOFowIwYJKoZIhvcNAQkEMRYEFM9CjcfwEwqgE/3Tv7wajGlJCVyFMA0GCSqGSIb3DQEBBQUABIIBAA44JgTc66SSPVRo2g1MA9l6WQypO2KFREk85YfpYUtIJxKCzfiFrh5RtiCnowwPZ5vcPnxqGb8Hw5Z3wG1b2rVaD6HuluBEWna6kp1VTj/DvFE3opbTluPKeRETkkhSAt5+f/fd3vEGDB67VorZCED57t/cUn1xVycUX+x0SmNDqjtm5IuUnU/Bhtv3aoY7BPKcpoRdrADWhemIbMg57D647+2b0I/fzdBcBY9YvmBVrZH+kQLVR7G9ZEGKwiimMXxkxtnpbmxHYqWaYDCbW/r89bI8ifXrEm/V0JbgQ5O55HYWIU7ywKSJgV+e3CVEmYjW6+aBGXZ/fUC34oeFmgo=</CounterSignature></Object></Signature></doc>